doc updates for F-SiC 2022 conf

This commit is contained in:
Stefan Frederik 2022-06-09 15:17:59 +02:00
parent 28cc187b56
commit 57fb2c7c0f
6 changed files with 38 additions and 3 deletions

View File

@ -21,7 +21,7 @@ p{padding: 15px 30px 10px;}
<!-- slide title -->
<h1><a href="http://repo.hu/projects/xschem">XSCHEM</a> - CIRCUIT SCHEMATIC EDITOR<br>FOR VLSI - ASIC - PCB DESIGN</h1>
<h2 style="max-width: 66%;margin-left:10px;">Submitted to F-si.org - Free Silicon Foundation Conference 2020</h2>
<h2 style="max-width: 66%;margin-left:10px;">Submitted to F-si.org - Free Silicon Foundation Conference 2022</h2>
<h3 style="text-align:left; max-width: 70%;margin-left:0;">
<ul style="margin-left:0;">
<li>Hierarchical representation of circuits.</li>
@ -34,6 +34,7 @@ p{padding: 15px 30px 10px;}
<li>TCL API for forward / backward annotation to / from 3rd party EDA software.</li>
<li>Works on most unix-likes.</li>
<li>Native Windows port available.</li>
<li>Xschem is the schematic editor used for the skywater PDK open source analog hardware design.</li>
</ul>
</h3>
<img src="tutorial_xschem_slides01.png" style="position:fixed; top:20%; right:2%;max-width: 30%;border: 1px solid">

View File

@ -32,6 +32,7 @@ p{padding: 15px 30px 10px;}
<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_slides083.html">Wave viewing</a></li>
<li><a href="tutorial_xschem_slides084.html">Skywater 130nm PDK integration</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>

View File

@ -16,7 +16,7 @@ p{padding: 15px 30px 10px;}
<!-- 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>
<a href="tutorial_xschem_slides084.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_slides083.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%;">SKYWATER 130nm PDK INTEGRATION</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_slides083.html" class="prev">PREV</a>
<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>

Binary file not shown.

Before

Width:  |  Height:  |  Size: 84 KiB

After

Width:  |  Height:  |  Size: 106 KiB