47 lines
1.5 KiB
HTML
47 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_slides0812.html" class="prev">PREV</a>
|
|
<a href="tutorial_xschem_slides01.html" class="home">UP</a>
|
|
<a href="tutorial_xschem_slides084.html" class="next">NEXT</a>
|
|
|
|
|
|
<!-- slide title -->
|
|
<h1 style="max-width: 80%;">WAVE VIEWING</h1>
|
|
|
|
<h2 style="max-width: 45%;"> Spice simulation data can be viewed directly in Xschem.</h2>
|
|
<h3 style="text-align:left; max-width: 58%;margin-left:0;">
|
|
<ul style="margin-left:0;">
|
|
<li> Overlayed and stacked analog / digital waveforms, cross-probing of nodes into graph</li>
|
|
<li> Simple RPN notation for entering waveform expressions (average, power, derivative,...)</li>
|
|
<li> Cursors for time / delay / amplitude measurements</li>
|
|
<li> Graph configuration (zoom, waveforms, colors) is saved with the schematic</li>
|
|
</ul>
|
|
<img src="tutorial_xschem_slides20.png" style="max-width: 57%;">
|
|
</h3>
|
|
<img src="tutorial_xschem_slides19.png" style="position:fixed; top:15%; right:2%; max-height: 70%; max-width: 45%;">
|
|
|
|
|
|
<!-- end of slide -->
|
|
<div class="filler"></div>
|
|
</div>
|
|
|
|
<!-- frame footer -->
|
|
<iframe seamless src="xschem_footer.html" class="footer_iframe" >
|
|
</body>
|
|
</html>
|
|
|