Lakshmi Iyer
03/05/2025, 7:09 AMERROR: file simulation.py: line 605: Could not find bl net in timing paths.
Traceback (most recent call last):
File "sram_compiler.py", line 76, in <module>
s.save()
File "/mnt/c/Users/Iyer/OpenRAM/compiler/sram.py", line 130, in save
d.analysis_init(probe_address, probe_data)
File "/mnt/c/Users/Iyer/OpenRAM/compiler/characterizer/delay.py", line 1288, in analysis_init
self.set_internal_spice_names()
File "/mnt/c/Users/Iyer/OpenRAM/compiler/characterizer/simulation.py", line 520, in set_internal_spice_names
bl_name_port, br_name_port = self.get_bl_name(self.graph.all_paths, port)
File "/mnt/c/Users/Iyer/OpenRAM/compiler/characterizer/simulation.py", line 624, in get_bl_name
bl_names.append(self.get_alias_in_path(paths, int_net, cell_mod, exclude_set))
File "/mnt/c/Users/Iyer/OpenRAM/compiler/characterizer/simulation.py", line 605, in get_alias_in_path
debug.error("Could not find {} net in timing paths.".format(internal_net), 1)
File "/mnt/c/Users/Iyer/OpenRAM/compiler/debug.py", line 48, in error
assert return_value == 0
AssertionError
Matthew Guthaus
03/05/2025, 4:45 PMLakshmi Iyer
03/06/2025, 5:12 AM