Don't output text in SRAM during unit test.

This commit is contained in:
Matt Guthaus 2018-02-08 14:58:55 -08:00
parent 17716191c1
commit d684189241
1 changed files with 2 additions and 1 deletions

View File

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