From e040fd12f90ec1c11cad22a4b44182a825e1e8e9 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Fri, 16 Nov 2018 12:00:23 -0800 Subject: [PATCH] Bitcell and bitcell array can be named the same. --- compiler/base/hierarchy_design.py | 2 ++ 1 file changed, 2 insertions(+) diff --git a/compiler/base/hierarchy_design.py b/compiler/base/hierarchy_design.py index fb6db0f8..7b95fbb1 100644 --- a/compiler/base/hierarchy_design.py +++ b/compiler/base/hierarchy_design.py @@ -36,6 +36,8 @@ class hierarchy_design(hierarchy_spice.spice, hierarchy_layout.layout): # aren't unique ok_list = ['contact', 'ptx', + 'pbitcell', + 'bitcell', 'sram', 'hierarchical_predecode2x4', 'hierarchical_predecode3x8']