Remove LVS correspondence points for multibank in single bank.

This commit is contained in:
Matt Guthaus 2017-09-29 16:44:24 -07:00
parent e06e1691c8
commit 21c77645d3
1 changed files with 2 additions and 0 deletions

View File

@ -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",