fix uncommented line (xschem start window) in xschemrc and link in doc main html page
This commit is contained in:
parent
ef1f297290
commit
229241c4a4
|
|
@ -52,7 +52,7 @@
|
|||
<li><a href="tutorial_busses.html">Use bus / vector notation for signal bundles / arrays of instances</a></li>
|
||||
<li><a href="tutorial_ngspice_backannotation.html">Backannotation of Ngspice simulation data into xschem</a></li>
|
||||
<li><a href="tutorial_symgen.html">Use symgen.awk to create symbols from 'djboxsym' compatible text files</a></li>
|
||||
<li><a href=""https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/install_xschem_sky130_and_ngspice.mp4">[Video] Install Xschem, Xschem_sky130, skywater-pdk and ngspice: step by step instructions</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/install_xschem_sky130_and_ngspice.mp4">[Video] Install Xschem, Xschem_sky130, skywater-pdk and ngspice: step by step instructions</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/editing_and_sim.mp4">[Video] Editing commands and simulation</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/edit_attributes.mp4">[Video] Editing component attributes</a></li>
|
||||
<li><a href="https://xschem.sourceforge.io/stefan/xschem_man/video_tutorials/copy_from_window_to_window.mp4">[Video] Copying objects across xschem windows</a></li>
|
||||
|
|
|
|||
|
|
@ -75,7 +75,7 @@
|
|||
#### Start without a design if no filename given on command line:
|
||||
#### To avoid absolute paths, use a path that is relative to one of the
|
||||
#### XSCHEM_LIBRARY_PATH directories. Default: empty
|
||||
set XSCHEM_START_WINDOW {0_examples_top.sch}
|
||||
# set XSCHEM_START_WINDOW {0_examples_top.sch}
|
||||
|
||||
###########################################################################
|
||||
#### DIRECTORY WHERE SIMULATIONS, NETLIST AND SIMULATOR OUTPUTS ARE PLACED
|
||||
|
|
|
|||
Loading…
Reference in New Issue