doc sync up

This commit is contained in:
Stefan Frederik 2022-06-01 09:01:25 +02:00
parent 4cb0eb0491
commit 9f1d52935b
11 changed files with 45 additions and 12 deletions

View File

@ -32,8 +32,8 @@ p{padding: 15px 30px 10px;}
<li>Core is written in C89 for max portability, GUI and scripting language implemented with Tcl-Tk.</li>
<li>XSCHEM understands vector instances and bus notations like DATA[15:0,31:16].</li>
<li>TCL API for forward / backward annotation to / from 3rd party EDA software.</li>
<li>Works on most unix-likes and on Windows if the Cygwin / XWin layer is installed.</li>
<li>Native Windows port is planned.</li>
<li>Works on most unix-likes.</li>
<li>Native Windows port available.</li>
</ul>
</h3>
<img src="tutorial_xschem_slides01.png" style="position:fixed; top:20%; right:2%;max-width: 30%;border: 1px solid">

View File

@ -31,7 +31,8 @@ p{padding: 15px 30px 10px;}
<li><a href="tutorial_xschem_slides06.html">Hierarchy, symbols and component instances</a></li>
<li><a href="tutorial_xschem_slides07.html">Instance attributes and parametrized subcircuits</a></li>
<li><a href="tutorial_xschem_slides08.html">Simulation</a></li>
<li><a href="tutorial_xschem_slides082.html">Roadmap</a></li>
<li><a href="tutorial_xschem_slides083.html">Wave viewing</a></li>
<li><a href="tutorial_xschem_slides085.html">Roadmap</a></li>
<li><a href="tutorial_xschem_slides09.html">Conclusions</a></li>
<li><a href="tutorial_xschem_slides10.html">Contacts</a></li>
</ul>

View File

@ -48,7 +48,6 @@ p{padding: 15px 30px 10px;}
<li>Proprietary or using undocumented file formats.</li>
<li>A layout tool.</li>
<li>A circuit simulator.</li>
<li>A native windows software (yet).</li>
<li>Super easy to use: there is a learning curve.</li>
<li>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.</li>

View File

@ -27,7 +27,7 @@ p{padding: 15px 30px 10px;}
<table>
<tr><th>FEATURE</th><th>DESCRIPTION</th></tr>
<tr><td>File format for schematic and symbol files.</td><td>ASCII</td></tr>
<tr><td>Multiple schematic /symbol windows.</td><td>Each handled by 1 XSCHEM instance. A crash of one instance does not crash all others.</td></tr>
<tr><td>Multiple schematic /symbol windows.</td><td>Each handled by 1 XSCHEM instance. A crash of one instance does not crash all others. Tabbed and multi-windows interface has been added.</td></tr>
<tr><td>Clipboard copy / paste (ctrl-c ctrl-v), across hierarchy levels.</td><td>Yes, between different windows too.</td></tr>
<tr><td>Copy from one window to other window.</td><td>Yes.</td></tr>
<tr><td>Memory footprint.</td><td>Very low, data purged on hierarchy traversal.</td></tr>
@ -38,7 +38,6 @@ p{padding: 15px 30px 10px;}
<tr><td>Instance pin auto wiring.</td><td>Yes.</td></tr>
<tr><td>Net auto-router engine.</td><td>No.</td></tr>
<tr><td>Parametric symbols</td><td>Yes.</td></tr>
<tr><td>Bus notation for nets and components.</td><td>Yes.</td></tr>
</table>
</h3>
</div>
@ -47,7 +46,8 @@ p{padding: 15px 30px 10px;}
<h3 style="text-align:left; max-width: 100%;margin-left:0;font-size: 90%;">
<table>
<tr><th>FEATURE</th><th>DESCRIPTION</th></tr>
<tr><td>Portability.</td><td>All UNIX systems with Tcl and X11, Windows with the Cygwin layer.</td></tr>
<tr><td>Bus notation for nets and components.</td><td>Yes.</td></tr>
<tr><td>Portability.</td><td>All UNIX systems with Tcl and X11, Windows with VS and Active-Tcl.</td></tr>
<tr><td>Netlisting performance.</td><td>Extremely fast, Complex system with 59 sub blocks netlisted in VHDL in &lt; 1 second on a Linux laptop.</td></tr>
<tr><td>Startup time.</td><td>Fast (&lt;1 sec).</td></tr>
<tr><td>Primitive component creation with arbitrary code for VHDL/SPICE/verilog.</td><td>Works out of the box with very simple property strings.</td></tr>

View File

@ -32,7 +32,7 @@ p{padding: 15px 30px 10px;}
</ul>
</h3>
<img src="tutorial_xschem_slides17.png" style="position:fixed; top:10%; right:2%;width:25%; max-width: 25%;">
<img src="tutorial_xschem_slides18.png" style="position:fixed; bottom:5%; left:8%;width:45%; max-width: 45%;">
<img src="tutorial_xschem_slides18.png" style="position:fixed; bottom:5%; left:8%;width:45%; max-width: 40%;">
<!-- end of slide -->
<div class="filler"></div>
</div>

View File

@ -15,7 +15,7 @@ th,td {font-size: 60%;padding: 3px;}
<!-- start of slide -->
<div class="content">
<!-- navigation buttons -->
<a href="tutorial_xschem_slides07.html" class="prev">PREV</a>
<a href="tutorial_xschem_slides071.html" class="prev">PREV</a>
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
<a href="tutorial_xschem_slides081.html" class="next">NEXT</a>

View File

@ -16,7 +16,7 @@ p{padding: 15px 30px 10px;}
<!-- navigation buttons -->
<a href="tutorial_xschem_slides081.html" class="prev">PREV</a>
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
<a href="tutorial_xschem_slides082.html" class="next">NEXT</a>
<a href="tutorial_xschem_slides083.html" class="next">NEXT</a>
<!-- slide title -->

View File

@ -0,0 +1,33 @@
<!DOCTYPE html>
<html>
<head>
<title>XSCHEM PRESENTATION</title>
<link rel="stylesheet" type="text/css" href="xschem_man.css" />
<style type="text/css">
/* Local styling goes here */
p{padding: 15px 30px 10px;}
.content{ background-image:url('xschem_bg2.png');}
</style>
</head>
<body>
<!-- start of slide -->
<div class="content">
<!-- navigation buttons -->
<a href="tutorial_xschem_slides0812.html" class="prev">PREV</a>
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
<a href="tutorial_xschem_slides085.html" class="next">NEXT</a>
<!-- slide title -->
<h1 style="max-width: 80%;">WAVE VIEWING</h1>
<!-- end of slide -->
<div class="filler"></div>
</div>
<!-- frame footer -->
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
</body>
</html>

View File

@ -14,7 +14,7 @@ p{padding: 15px 30px 10px;}
<!-- start of slide -->
<div class="content">
<!-- navigation buttons -->
<a href="tutorial_xschem_slides0812.html" class="prev">PREV</a>
<a href="tutorial_xschem_slides083.html" class="prev">PREV</a>
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
<a href="tutorial_xschem_slides09.html" class="next">NEXT</a>

View File

@ -14,7 +14,7 @@ p{padding: 15px 30px 10px;}
<!-- start of slide -->
<div class="content">
<!-- navigation buttons -->
<a href="tutorial_xschem_slides082.html" class="prev">PREV</a>
<a href="tutorial_xschem_slides085.html" class="prev">PREV</a>
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
<a href="tutorial_xschem_slides10.html" class="next">NEXT</a>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 20 KiB

After

Width:  |  Height:  |  Size: 31 KiB