Merge remote-tracking branch 'bvhoof/dev' into dev

This commit is contained in:
mrg
2021-03-01 12:16:26 -08:00
10 changed files with 98 additions and 35 deletions
+3 -1
View File
@@ -359,7 +359,9 @@ class instance(geometry):
for offset in range(len(normalized_br_offsets)):
for port in range(len(br_names)):
cell_br_meta.append([br_names[offset], row, col, port])
if normalized_storage_nets == []:
debug.error("normalized storage nets should not be empty! Check if the GDS labels Q and Q_bar are correctly set on M1 of the cell",1)
Q_x = normalized_storage_nets[0][0]
Q_y = normalized_storage_nets[0][1]