From 57e708a6e1d4baec9098114229c26a544f0c4c18 Mon Sep 17 00:00:00 2001 From: mrg Date: Mon, 9 Nov 2020 15:20:36 -0800 Subject: [PATCH] Add 200 cycles. Can be commented out or run for shorter. --- compiler/sram/sram.py | 1 + 1 file changed, 1 insertion(+) diff --git a/compiler/sram/sram.py b/compiler/sram/sram.py index f86081b3..a3480213 100644 --- a/compiler/sram/sram.py +++ b/compiler/sram/sram.py @@ -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)