44 lines
1.5 KiB
HTML
44 lines
1.5 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_slides081.html" class="prev">PREV</a>
|
|
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
|
|
<a href="tutorial_xschem_slides083.html" class="next">NEXT</a>
|
|
|
|
|
|
<!-- slide title -->
|
|
<h1>SIMULATION - 3</h1>
|
|
<h2 style="max-width: 45%;"> Example of a complex system simulation with NGSPICE</h2>
|
|
<h3 style="text-align:left; max-width: 58%;margin-left:0;">
|
|
<ul style="margin-left:0;">
|
|
<li> 8KW (16KB) Synchronous ROM Macro cell, 16 I/O, 1KB data fully programmed in array.</li>
|
|
<li> 14287 MOS transistors, 16 sense amplifiers, row / column decoders, timing circuits, 5.3ns access time.</li>
|
|
<li> 16 read accesses simulated in 12 minutes with ngspice.</li>
|
|
<li> ldq[15:0] data output matches expected data from ROM array.</li>
|
|
</ul>
|
|
<img src="tutorial_xschem_slides14.png" style="max-width: 68%;">
|
|
</h3>
|
|
<img src="tutorial_xschem_slides15.png" style="position:fixed; top:15%; right:2%; max-height: 70%; max-width: 40%;">
|
|
<!-- end of slide -->
|
|
<div class="filler"></div>
|
|
</div>
|
|
|
|
<!-- frame footer -->
|
|
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
|
|
</body>
|
|
</html>
|
|
|