mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
remove print statements
This commit is contained in:
@@ -619,10 +619,6 @@ class simulation():
|
||||
|
||||
bl_names = []
|
||||
exclude_set = self.get_bl_name_search_exclusions()
|
||||
print(paths)
|
||||
print(cell_bl)
|
||||
print(cell_mod)
|
||||
print(exclude_set)
|
||||
for int_net in [cell_bl, cell_br]:
|
||||
bl_names.append(self.get_alias_in_path(paths, int_net, cell_mod, exclude_set))
|
||||
if OPTS.use_pex and OPTS.pex_exe[0] != "calibre":
|
||||
|
||||
Reference in New Issue
Block a user