47 lines
1.6 KiB
HTML
47 lines
1.6 KiB
HTML
<!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_slides084.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>
|
|
|
|
|
|
<!-- slide title -->
|
|
<h1 style="max-width: 80%;">ROADMAP</h1>
|
|
|
|
<h3 style="text-align:left; max-width: 66%;margin-left:0;">
|
|
<ul style="margin-left:0;">
|
|
<li> Contribute to a Free silicon EDA ecosystem.</li>
|
|
<li> Integration (Forward, Backward annotation) with backend tools (Klayout, ngspice, Xyce). </li>
|
|
<li> Input filters for more schematic formats as done for GSCHEM / Lepton-Eda
|
|
(see right picture).</li>
|
|
<li> Native Windows port improvements.</li>
|
|
<li> Allow changing simulator (Ngspice / Xyce) with minimal / no schematic changes.
|
|
<li> Mixed mode simulation: Leverage Xyce / Icarus Verilog (XyceCInterface-VPI)? </li>
|
|
<li> Documentation improvements considering problems / issues encountered by new users. </li>
|
|
<li> Other improvements driven by users. <span style="color:#f00;">Your</span> feedback is Welcome!</li>
|
|
</ul>
|
|
<img src="tutorial_xschem_slides11.png" style="position:fixed; top:5%; right:2%; max-height: 79%;">
|
|
<!-- end of slide -->
|
|
<div class="filler"></div>
|
|
</div>
|
|
|
|
<!-- frame footer -->
|
|
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
|
|
</body>
|
|
</html>
|
|
|