mirror of https://github.com/VLSIDA/OpenRAM.git
Remove LVS correspondence points for multibank in single bank.
This commit is contained in:
parent
e06e1691c8
commit
21c77645d3
|
|
@ -624,6 +624,8 @@ class sram(design.design):
|
|||
|
||||
|
||||
def add_lvs_correspondence_points(self):
|
||||
if self.num_banks==1: return
|
||||
|
||||
for n in self.control_bus_names:
|
||||
self.add_label(text=n,
|
||||
layer="metal2",
|
||||
|
|
|
|||
Loading…
Reference in New Issue