mirror of https://github.com/VLSIDA/OpenRAM.git
added cell label checker and cell labels to the freepdk technology
This commit is contained in:
parent
3dfc039f6f
commit
d14a68847e
|
|
@ -10,3 +10,4 @@
|
||||||
**/model_data
|
**/model_data
|
||||||
outputs
|
outputs
|
||||||
technology/freepdk45/ncsu_basekit
|
technology/freepdk45/ncsu_basekit
|
||||||
|
.idea
|
||||||
|
|
|
||||||
|
|
@ -360,6 +360,8 @@ class instance(geometry):
|
||||||
for port in range(len(br_names)):
|
for port in range(len(br_names)):
|
||||||
cell_br_meta.append([br_names[offset], row, col, port])
|
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_x = normalized_storage_nets[0][0]
|
||||||
Q_y = normalized_storage_nets[0][1]
|
Q_y = normalized_storage_nets[0][1]
|
||||||
|
|
||||||
|
|
|
||||||
Binary file not shown.
Loading…
Reference in New Issue