45 lines
1.6 KiB
HTML
45 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_slides07.html" class="prev">PREV</a>
|
|
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
|
|
<a href="tutorial_xschem_slides08.html" class="next">NEXT</a>
|
|
|
|
|
|
<!-- slide title -->
|
|
<h1>LOCAL CUSTOM CELLS: SCHEMATIC USED AS COMPONENT INSTANCE</h1>
|
|
|
|
<h3 style="text-align:left; max-width: 75%;margin-left:0;">
|
|
<ul style="margin-left:0;">
|
|
<li>It is possible to place a schematic instead of a symbol into a parent schematic</li>
|
|
<li>Example on the right shows one instance of a bus keeper that itself instantiates 2 parametric
|
|
inverters, all using the schematic views.</li>
|
|
<li>Of course as with symbols it is possible to have parametric schematics, as an example the sizing
|
|
of the feedback inverter is different from the forward inverter. This is all done with instance attributes.</li>
|
|
</ul>
|
|
</h3>
|
|
<img src="tutorial_xschem_slides17.png" style="position:fixed; top:10%; right:2%;width:22%; max-width: 232;">
|
|
<img src="tutorial_xschem_slides18.png" style="position:fixed; bottom:2%; left:8%;width:45%; max-width: 40%;">
|
|
<!-- end of slide -->
|
|
<div class="filler"></div>
|
|
</div>
|
|
|
|
<!-- frame footer -->
|
|
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
|
|
</body>
|
|
</html>
|
|
|