commented empty assignments of xschem_libs and noprint_libs in xschemrc since by default they are empty anyway

This commit is contained in:
Stefan Frederik 2021-09-02 22:42:16 +02:00
parent 771123550e
commit 113f25a19b
1 changed files with 4 additions and 2 deletions

View File

@ -92,10 +92,12 @@
#### set xschem_libs { {/cmoslib/} {/analoglib/.*pass} buffer }
#### in this case all schematic cells of directory cmoslib and cells containing
#### /analoglib/...pass and buffer will be excluded from netlisting
set xschem_libs {}
#### default value: empty
# set xschem_libs {}
#### noprint_libs is a list with same rules as for xschem_libs. This
#### variable controls hierarchical print
set noprint_libs {}
#### default value: empty
# set noprint_libs {}
###########################################################################
#### CHANGE DEFAULT [] WITH SOME OTHER CHARACTERS FOR BUSSED SIGNALS
#### IN SPICE NETLISTS (EXAMPLE: DATA[7] --> DATA<7>)