commented empty assignments of xschem_libs and noprint_libs in xschemrc since by default they are empty anyway
This commit is contained in:
parent
771123550e
commit
113f25a19b
|
|
@ -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>)
|
||||
|
|
|
|||
Loading…
Reference in New Issue