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;}
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;}
| FEATURE | DESCRIPTION |
|---|---|
| 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 symbols | Yes. |
| Bus notation for nets and components. | Yes. |
| FEATURE | DESCRIPTION |
|---|---|
| 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. |