Remove factory.reset from all unit tests as we no longer use regress.py.

This commit is contained in:
mrg
2023-03-10 10:44:54 -08:00
parent 4ec8733378
commit c9bf3c1261
53 changed files with 0 additions and 119 deletions
@@ -28,7 +28,6 @@ class write_driver_pbitcell_test(openram_test):
OPTS.num_w_ports = 0
OPTS.num_r_ports = 0
factory.reset()
debug.info(2, "Testing write_driver_array for columns=8, word_size=8 (multi-port case)")
a = factory.create(module_type="write_driver_array", columns=8, word_size=8)
self.local_check(a)