mirror of
https://github.com/RTimothyEdwards/magic.git
synced 2026-09-07 03:21:20 +02:00
Added substitution for commas in SPICE output, because commas in
instance names and node names are basically fatal to running ngspice.
This commit is contained in:
+3
-2
@@ -40,8 +40,9 @@ typedef unsigned char U_char;
|
||||
/* Flags to control output of node names. Stored in EFTrimFlags */
|
||||
#define EF_TRIMGLOB 0x01 /* Delete trailing '!' from names */
|
||||
#define EF_TRIMLOCAL 0x02 /* Delete trailing '#' from names */
|
||||
#define EF_CONVERTCOMMAS 0x04 /* Change ',' to ';' in names */
|
||||
#define EF_CONVERTEQUAL 0x08 /* Change '=' to ':' in names */
|
||||
#define EF_CONVERTCOMMA 0x04 /* Change ',' to '|' in names, else remove */
|
||||
#define EF_CONVERTEQUAL 0x08 /* Change '=' to ':' in names, else remove */
|
||||
#define EF_CONVERTBRACKETS 0x10 /* Change '[' and ']' to '_' in names */
|
||||
|
||||
/*
|
||||
* capacitance type now set to float
|
||||
|
||||
Reference in New Issue
Block a user