mirror of https://github.com/VLSIDA/OpenRAM.git
Add 200 cycles. Can be commented out or run for shorter.
This commit is contained in:
parent
2c203530ad
commit
57e708a6e1
|
|
@ -108,6 +108,7 @@ class sram():
|
|||
self.sp_write(spname)
|
||||
functional(self.s,
|
||||
os.path.basename(spname),
|
||||
cycles=200,
|
||||
output_path=OPTS.output_path)
|
||||
print_time("Spice writing", datetime.datetime.now(), start_time)
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue