Add 200 cycles. Can be commented out or run for shorter.

This commit is contained in:
mrg 2020-11-09 15:20:36 -08:00
parent 2c203530ad
commit 57e708a6e1
1 changed files with 1 additions and 0 deletions

View File

@ -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)