mirror of
https://github.com/StefanSchippers/xschem.git
synced 2026-08-29 01:24:32 +02:00
commented empty assignments of xschem_libs and noprint_libs in xschemrc since by default they are empty anyway
This commit is contained in:
+4
-2
@@ -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>)
|
||||
|
||||
Reference in New Issue
Block a user