diff --git a/compiler/sram.py b/compiler/sram.py index 9fdc9840..72815dd5 100644 --- a/compiler/sram.py +++ b/compiler/sram.py @@ -75,7 +75,8 @@ class sram(design.design): self.DRC_LVS(final_verification=True) - print_time("SRAM creation", datetime.datetime.now(), start_time) + if not OPTS.is_unit_test: + print_time("SRAM creation", datetime.datetime.now(), start_time) def compute_sizes(self):