From 9f1d52935ba32a8d39004a0b421bf7b4483d19e8 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Wed, 1 Jun 2022 09:01:25 +0200 Subject: [PATCH] doc sync up --- doc/xschem_man/tutorial_xschem_slides.html | 4 +-- doc/xschem_man/tutorial_xschem_slides01.html | 3 +- doc/xschem_man/tutorial_xschem_slides04.html | 1 - doc/xschem_man/tutorial_xschem_slides05.html | 6 ++-- doc/xschem_man/tutorial_xschem_slides071.html | 2 +- doc/xschem_man/tutorial_xschem_slides08.html | 2 +- .../tutorial_xschem_slides0812.html | 2 +- doc/xschem_man/tutorial_xschem_slides083.html | 33 ++++++++++++++++++ ...82.html => tutorial_xschem_slides085.html} | 2 +- doc/xschem_man/tutorial_xschem_slides09.html | 2 +- doc/xschem_man/tutorial_xschem_slides18.png | Bin 20148 -> 31757 bytes 11 files changed, 45 insertions(+), 12 deletions(-) create mode 100644 doc/xschem_man/tutorial_xschem_slides083.html rename doc/xschem_man/{tutorial_xschem_slides082.html => tutorial_xschem_slides085.html} (95%) diff --git a/doc/xschem_man/tutorial_xschem_slides.html b/doc/xschem_man/tutorial_xschem_slides.html index 04792b9a..44038540 100644 --- a/doc/xschem_man/tutorial_xschem_slides.html +++ b/doc/xschem_man/tutorial_xschem_slides.html @@ -32,8 +32,8 @@ p{padding: 15px 30px 10px;}
  • Core is written in C89 for max portability, GUI and scripting language implemented with Tcl-Tk.
  • XSCHEM understands vector instances and bus notations like DATA[15:0,31:16].
  • TCL API for forward / backward annotation to / from 3rd party EDA software.
  • -
  • Works on most unix-likes and on Windows if the Cygwin / XWin layer is installed.
  • -
  • Native Windows port is planned.
  • +
  • Works on most unix-likes.
  • +
  • Native Windows port available.
  • diff --git a/doc/xschem_man/tutorial_xschem_slides01.html b/doc/xschem_man/tutorial_xschem_slides01.html index 3169df49..3491c9e0 100644 --- a/doc/xschem_man/tutorial_xschem_slides01.html +++ b/doc/xschem_man/tutorial_xschem_slides01.html @@ -31,7 +31,8 @@ p{padding: 15px 30px 10px;}
  • Hierarchy, symbols and component instances
  • Instance attributes and parametrized subcircuits
  • Simulation
  • -
  • Roadmap
  • +
  • Wave viewing
  • +
  • Roadmap
  • Conclusions
  • Contacts
  • diff --git a/doc/xschem_man/tutorial_xschem_slides04.html b/doc/xschem_man/tutorial_xschem_slides04.html index 19aafa93..23a1a4ef 100644 --- a/doc/xschem_man/tutorial_xschem_slides04.html +++ b/doc/xschem_man/tutorial_xschem_slides04.html @@ -48,7 +48,6 @@ p{padding: 15px 30px 10px;}
  • Proprietary or using undocumented file formats.
  • A layout tool.
  • A circuit simulator.
  • -
  • A native windows software (yet).
  • Super easy to use: there is a learning curve.
  • A memory hog: XSCHEM with a medium design loaded requires 54M virtual memory, 24M resident set. Perfectly useable on an Intel-Atom netbook with 1GB RAM. This is my performance test machine.
  • diff --git a/doc/xschem_man/tutorial_xschem_slides05.html b/doc/xschem_man/tutorial_xschem_slides05.html index bed3a258..56d8a8a7 100644 --- a/doc/xschem_man/tutorial_xschem_slides05.html +++ b/doc/xschem_man/tutorial_xschem_slides05.html @@ -27,7 +27,7 @@ p{padding: 15px 30px 10px;} - + @@ -38,7 +38,6 @@ p{padding: 15px 30px 10px;} -
    FEATUREDESCRIPTION
    File format for schematic and symbol files.ASCII
    Multiple schematic /symbol windows.Each handled by 1 XSCHEM instance. A crash of one instance does not crash all others.
    Multiple schematic /symbol windows.Each handled by 1 XSCHEM instance. A crash of one instance does not crash all others. Tabbed and multi-windows interface has been added.
    Clipboard copy / paste (ctrl-c ctrl-v), across hierarchy levels.Yes, between different windows too.
    Copy from one window to other window.Yes.
    Memory footprint.Very low, data purged on hierarchy traversal.
    Instance pin auto wiring.Yes.
    Net auto-router engine.No.
    Parametric symbolsYes.
    Bus notation for nets and components.Yes.
    @@ -47,7 +46,8 @@ p{padding: 15px 30px 10px;}

    - + + diff --git a/doc/xschem_man/tutorial_xschem_slides071.html b/doc/xschem_man/tutorial_xschem_slides071.html index 028845c1..c2336e1e 100644 --- a/doc/xschem_man/tutorial_xschem_slides071.html +++ b/doc/xschem_man/tutorial_xschem_slides071.html @@ -32,7 +32,7 @@ p{padding: 15px 30px 10px;} - +
    diff --git a/doc/xschem_man/tutorial_xschem_slides08.html b/doc/xschem_man/tutorial_xschem_slides08.html index 5a133b36..a8863da2 100644 --- a/doc/xschem_man/tutorial_xschem_slides08.html +++ b/doc/xschem_man/tutorial_xschem_slides08.html @@ -15,7 +15,7 @@ th,td {font-size: 60%;padding: 3px;}
    - + UP diff --git a/doc/xschem_man/tutorial_xschem_slides0812.html b/doc/xschem_man/tutorial_xschem_slides0812.html index fa379f57..ef490196 100644 --- a/doc/xschem_man/tutorial_xschem_slides0812.html +++ b/doc/xschem_man/tutorial_xschem_slides0812.html @@ -16,7 +16,7 @@ p{padding: 15px 30px 10px;} UP - + diff --git a/doc/xschem_man/tutorial_xschem_slides083.html b/doc/xschem_man/tutorial_xschem_slides083.html new file mode 100644 index 00000000..9572889b --- /dev/null +++ b/doc/xschem_man/tutorial_xschem_slides083.html @@ -0,0 +1,33 @@ + + + +XSCHEM PRESENTATION + + + + + + +
    + + +UP + + + + +

    WAVE VIEWING

    + + +
    +
    + + +
    FEATUREDESCRIPTION
    Portability.All UNIX systems with Tcl and X11, Windows with the Cygwin layer.
    Bus notation for nets and components.Yes.
    Portability.All UNIX systems with Tcl and X11, Windows with VS and Active-Tcl.
    Netlisting performance.Extremely fast, Complex system with 59 sub blocks netlisted in VHDL in < 1 second on a Linux laptop.
    Startup time.Fast (<1 sec).
    Primitive component creation with arbitrary code for VHDL/SPICE/verilog.Works out of the box with very simple property strings.