From 113f25a19bf5c34e2faae1ccadd086524e31cc6a Mon Sep 17 00:00:00 2001 From: Stefan Frederik Date: Thu, 2 Sep 2021 22:42:16 +0200 Subject: [PATCH] commented empty assignments of xschem_libs and noprint_libs in xschemrc since by default they are empty anyway --- src/xschemrc | 6 ++++-- 1 file changed, 4 insertions(+), 2 deletions(-) diff --git a/src/xschemrc b/src/xschemrc index 00b8f90f..d87e17b1 100644 --- a/src/xschemrc +++ b/src/xschemrc @@ -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>)