mirror of https://github.com/VLSIDA/OpenRAM.git
Change .spinit to .spiceinit
This commit is contained in:
parent
64cc620440
commit
9fe6358569
|
|
@ -319,7 +319,7 @@ class stimuli():
|
|||
# ngspice 27+ supports threading with "set num_threads=4" in the stimulus file or a .spiceinit
|
||||
# Measurements can't be made with a raw file set in ngspice
|
||||
# -r {2}timing.raw
|
||||
ng_cfg = open("{}.spinit".format(OPTS.openram_temp), "w")
|
||||
ng_cfg = open("{}.spiceinit".format(OPTS.openram_temp), "w")
|
||||
ng_cfg.write("set num_threads={}\n".format(OPTS.num_threads))
|
||||
ng_cfg.close()
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue