change default SPICE_DATA from float to double
This commit is contained in:
parent
78daaab06f
commit
7a589ef4fb
|
|
@ -416,7 +416,7 @@ do { \
|
|||
#define INT_BUS_WIDTH(x) ( (int)( (BUS_WIDTH) * (x) ) == 0 ? 1 : (int)( (BUS_WIDTH) * (x) ) )
|
||||
|
||||
/* set do double if you need more precision at the expense of memory */
|
||||
#define SPICE_DATA float
|
||||
#define SPICE_DATA double
|
||||
#define SPICE_DATA_TYPE 1 /* Use 1 for float, 2 for double */
|
||||
#define DIG_NWAVES 0.1 /* inverse number: by default 10 digital traces per graph */
|
||||
#define DIG_SPACE 0.07 /* trace extends from 0 to DIG_SPACE, so we have DIG_WAVES-DIG_SPACE
|
||||
|
|
|
|||
Loading…
Reference in New Issue