mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-09-04 16:51:40 +02:00
fix s_en in stim
This commit is contained in:
@@ -480,7 +480,7 @@ class sram_1bank(sram_base):
|
||||
debug.error("Signal={} not contained in control logic connections={}"\
|
||||
.format(sen_name, control_conns))
|
||||
if sen_name in self.pins:
|
||||
debug.error("Internal signal={} contained in port list. Name defined by the parent.")
|
||||
debug.error("Internal signal={} contained in port list. Name defined by the parent.")
|
||||
return "X{}.{}".format(sram_name, sen_name)
|
||||
|
||||
def get_cell_name(self, inst_name, row, col):
|
||||
|
||||
Reference in New Issue
Block a user