From 229241c4a46d79ef62b84569920b7507dffd7583 Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Tue, 5 Jan 2021 03:53:55 +0100 Subject: [PATCH] fix uncommented line (xschem start window) in xschemrc and link in doc main html page --- doc/xschem_man/xschem_man.html | 2 +- src/xschemrc | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/doc/xschem_man/xschem_man.html b/doc/xschem_man/xschem_man.html index 3dd5931e..4827d149 100644 --- a/doc/xschem_man/xschem_man.html +++ b/doc/xschem_man/xschem_man.html @@ -52,7 +52,7 @@
  • Use bus / vector notation for signal bundles / arrays of instances
  • Backannotation of Ngspice simulation data into xschem
  • Use symgen.awk to create symbols from 'djboxsym' compatible text files
  • -
  • [Video] Install Xschem, Xschem_sky130, skywater-pdk and ngspice: step by step instructions
  • +
  • [Video] Install Xschem, Xschem_sky130, skywater-pdk and ngspice: step by step instructions
  • [Video] Editing commands and simulation
  • [Video] Editing component attributes
  • [Video] Copying objects across xschem windows
  • diff --git a/src/xschemrc b/src/xschemrc index bafab4b9..3d671218 100644 --- a/src/xschemrc +++ b/src/xschemrc @@ -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