2020-08-08 15:47:34 +02:00
|
|
|
<!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_slides01.html" class="prev">PREV</a>
|
|
|
|
|
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
|
|
|
|
|
<a href="tutorial_xschem_slides03.html" class="next">NEXT</a>
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
<!-- slide title -->
|
|
|
|
|
<h1>WHY XSCHEM?</h1>
|
|
|
|
|
<h2 style="text-align:left; margin-left:3%;">
|
|
|
|
|
Ex frustrated Cadence Virtuoso user.<br>
|
|
|
|
|
</h2>
|
|
|
|
|
<h3 style="text-align:left; margin-left:3%;margin-top:10px;">
|
|
|
|
|
<ul>
|
|
|
|
|
<li>Don't want to wait a minute for a simple amplifier netlist.</li>
|
|
|
|
|
<li>Creating new components was way too complicated (you need a CDF, ask your CAD support and file a ticket).</li>
|
|
|
|
|
<li>Memory Hog, keeps growing until all Virtual memory exhausted, then crash.</li>
|
|
|
|
|
<li>Start your icfb session, go get a coffee, when back it's hopefully up and running.</li>
|
|
|
|
|
<li>One process handles all design windows. Process crashes, all work on all windows lost.</li>
|
2022-06-14 10:20:06 +02:00
|
|
|
<li>Many functions (search/replace/highlight and others) take way too long
|
|
|
|
|
to complete. Everything is done in skill.</li>
|
2020-08-08 15:47:34 +02:00
|
|
|
<li>Proprietary file format.</li>
|
2022-06-25 10:04:27 +02:00
|
|
|
<li>Computation intensive tasks should not be done in any scripting language (Tcl, Skill, Lisp, Python)</li>
|
2020-08-08 15:47:34 +02:00
|
|
|
</ul>
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
<h2 style="text-align:left; margin-left:3%;">
|
|
|
|
|
Most Open source schematic editors are not for VLSI
|
|
|
|
|
</h2>
|
|
|
|
|
<h3 style="text-align:left; margin-left:3%;margin-top:10px;">
|
|
|
|
|
<ul>
|
|
|
|
|
<li> Gschem (or its fork, lepton-schematic) and Kicad's eeschema, can not handle complex VLSI designs.</li>
|
|
|
|
|
<li> Xcircuit is one of the very few Open Source tools i found that is good for VLSI design.
|
|
|
|
|
Has very accurate graphics rendering, allows arbitrary rotations, uses postscript as schematic save format.
|
|
|
|
|
This makes scripted generation of schematic files a bit complex. Certainly one of the best tools
|
|
|
|
|
from graphic quality standpoint.</li>
|
|
|
|
|
</ul>
|
|
|
|
|
</h3>
|
|
|
|
|
|
|
|
|
|
<!-- end of slide -->
|
|
|
|
|
<div class="filler"></div>
|
|
|
|
|
</div>
|
|
|
|
|
|
|
|
|
|
<!-- frame footer -->
|
|
|
|
|
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
|
|
|
|
|
</body>
|
|
|
|
|
</html>
|
|
|
|
|
|