diff --git a/doc/xschem_man/simulation.html b/doc/xschem_man/simulation.html index d54cde3d..21308dac 100644 --- a/doc/xschem_man/simulation.html +++ b/doc/xschem_man/simulation.html @@ -62,7 +62,7 @@ p{padding: 15px 30px 10px;} Load this design:

-user:~$ xschem examples/greycnt
+user:~$ xschem .../share/doc/xschem/examples/greycnt.sch
  

@@ -97,7 +97,7 @@ user:~$ xschem examples/greycnt

This is the testbench behavioral code that generates stimuli for the simulation and gives instructions on where to save simulation results. If you generate the verilog netlist with - the Netlist button on the right side of the menu bar (or <Shift>N + the Netlist button on the right side of the menu bar (or n key) a greycnt.v file will be generated in the simulation directory (${HOME}/xschem_library/simulations is the default path in the XSCHEM distribution, but can be changed with the set netlist_dir $env(HOME)/simulations in xschemrc file):