updated top level rom unit tests

This commit is contained in:
Jacob Walker
2023-03-30 11:30:50 -07:00
parent cd2314f008
commit b50ec272da
6 changed files with 21 additions and 80 deletions
+4
View File
@@ -55,6 +55,10 @@ class rom_base_bank(design):
self.route_stack = self.m2_stack
self.route_layer = self.route_stack[0]
if OPTS.is_unit_test:
self.create_netlist()
self.create_layout()
def create_netlist(self):
start_time = datetime.datetime.now()