mirror of
https://github.com/VLSIDA/OpenRAM.git
synced 2026-08-29 01:24:39 +02:00
Remove LVS correspondence points for multibank in single bank.
This commit is contained in:
@@ -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",
|
||||
|
||||
Reference in New Issue
Block a user