doc updates for viewing simulation data inside xschem
This commit is contained in:
parent
7e78f0994e
commit
83f745accd
|
|
@ -15,7 +15,7 @@ p{padding: 15px 30px 10px;}
|
|||
<!-- start of slide -->
|
||||
<div class="content">
|
||||
<!-- navigation buttons -->
|
||||
<a href="simulation.html" class="prev">PREV</a>
|
||||
<a href="graphs.html" class="prev">PREV</a>
|
||||
<a href="xschem_man.html" class="home">UP</a>
|
||||
<a href="xschem_remote.html" class="next">NEXT</a>
|
||||
<!-- slide title -->
|
||||
|
|
|
|||
|
|
@ -17,7 +17,7 @@ p{padding: 15px 30px 10px;}
|
|||
<!-- navigation buttons -->
|
||||
<a href="net_probes.html" class="prev">PREV</a>
|
||||
<a href="xschem_man.html" class="home">UP</a>
|
||||
<a href="developer_info.html" class="next">NEXT</a>
|
||||
<a href="graphs.html" class="next">NEXT</a>
|
||||
<!-- slide title -->
|
||||
<h1>SIMULATION</h1><br>
|
||||
<p>
|
||||
|
|
|
|||
|
|
@ -43,6 +43,8 @@
|
|||
<li> <a href="netlisting.html">Netlisting</a></li>
|
||||
<li> <a href="net_probes.html">Net Probes</a></li>
|
||||
<li> <a href="simulation.html">Simulation</a></li>
|
||||
<li> <a href="simulation.html">Simulation</a></li>
|
||||
<li> <a href="graphs.html">Viewing simulation data with XSCHEM</a></li>
|
||||
<li> <a href="developer_info.html">Developer Info, XSCHEM file format specification</a></li>
|
||||
<li> <a href="xschem_remote.html">XSCHEM remote interface specification</a></li>
|
||||
</ol>
|
||||
|
|
@ -70,6 +72,7 @@
|
|||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/rawtovcd.mp4">[Video] Use rawtovcd to show ngspice waveforms in gtkwave</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/verilog.mp4">[Video] Run a Verilog simulation with XSCHEM and icarus Verilog</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/xschem_embedded_simulation.mp4">[Video] See logic propagation of nets live in xschem without using a backend simulator</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/xschem_graphs.mp4">[Video] View Ngspice/Xyce simulation data inside XSCHEM</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/probe_to_gaw.mp4">[Video] Probe xschem nets into the GAW waveform viewer</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/probe_to_bespice.mp4">[Video] Probe xschem nets into the BESPICE waveform viewer</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/create_symbol.mp4">[Video] Creating a symbol</a></li>
|
||||
|
|
|
|||
|
|
@ -953,6 +953,7 @@ proc bespice_getdata {sock} {
|
|||
unset bespice_server_getdata(sock)
|
||||
} else {
|
||||
puts "bespice --> $bespice_server_getdata(line,$sock)"
|
||||
set bespice_server_getdata(last) $bespice_server_getdata(line,$sock)
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue