From b65ebc61603aadfd64c34b91cbb1ad01f43dce54 Mon Sep 17 00:00:00 2001 From: Hadir Khan Date: Fri, 7 Apr 2023 14:56:18 -0700 Subject: [PATCH] corrected the import statement and removed strap variant attribute which is no longer needed --- technology/gf180mcu/tech/tech.py | 3 +-- 1 file changed, 1 insertion(+), 2 deletions(-) diff --git a/technology/gf180mcu/tech/tech.py b/technology/gf180mcu/tech/tech.py index fc34de2a..ed54979c 100644 --- a/technology/gf180mcu/tech/tech.py +++ b/technology/gf180mcu/tech/tech.py @@ -6,7 +6,7 @@ # All rights reserved. # import os -import drc as d +from openram import drc as d """ File containing the process technology parameters for Global Foundaries 180nm @@ -59,7 +59,6 @@ cell_properties.nand2_dec.port_map = {'A': 'A', cell_properties.ptx.model_is_subckt = True -cell_properties.use_strap = True cell_properties.strap_placement = 8 # this means strap cell gets placed after every 8 bitcells cell_properties.names["nand2_dec"] = ["gf180mcu_3v3__nand2_1_dec"]