xschem/doc/xschem_man/tutorial_xschem_slides.html

51 lines
2.2 KiB
HTML
Raw Normal View History

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_slides.html" class="prev">PREV</a>
<a href="xschem_man.html" class="home">UP</a>
<a href="tutorial_xschem_slides01.html" class="next">NEXT</a>
<!-- slide title -->
<h1><a href="http://repo.hu/projects/xschem">XSCHEM</a> - CIRCUIT SCHEMATIC EDITOR<br>FOR VLSI - ASIC - PCB DESIGN</h1>
2022-06-09 15:17:59 +02:00
<h2 style="max-width: 66%;margin-left:10px;">Submitted to F-si.org - Free Silicon Foundation Conference 2022</h2>
2020-08-08 15:47:34 +02:00
<h3 style="text-align:left; max-width: 70%;margin-left:0;">
<ul style="margin-left:0;">
<li>Hierarchical representation of circuits.</li>
<li>Generate circuit netlists for SPICE, Verilog, VHDL, <br>tEDAx (pcb-rnd interchange format)</li>
<li>Components can be primitives, behavioral blocks, subcircuit blocks.</li>
<li>True mixed mode circuit description: Analog, Behavioral, Transistor-level, Gate-level.</li>
<li>Designed from ground-up to handle Very large designs as efficiently as possible, no scripting language is used for intensive computations.</li>
<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>
2022-06-01 09:01:25 +02:00
<li>Works on most unix-likes.</li>
<li>Native Windows port available.</li>
2022-06-09 15:17:59 +02:00
<li>Xschem is the schematic editor used for the skywater PDK open source analog hardware design.</li>
2020-08-08 15:47:34 +02:00
</ul>
</h3>
2021-10-13 17:33:10 +02:00
<img src="tutorial_xschem_slides01.png" style="position:fixed; top:20%; right:2%;max-width: 30%;border: 1px solid">
<img src="tutorial_xschem_slides02.png" style="position:fixed; top:55%; right:4%;max-width: 30%;border: 1px solid">
2020-08-08 15:47:34 +02:00
<!-- end of slide -->
<div class="filler"></div>
</div>
<!-- frame footer -->
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
</body>
</html>