Still working on array refactor

This commit is contained in:
mrg
2020-08-25 11:50:44 -07:00
parent 8dee5520e0
commit 28bd93bf51
11 changed files with 167 additions and 175 deletions
-1
View File
@@ -110,7 +110,6 @@ class local_bitcell_array(bitcell_base_array.bitcell_base_array):
self.all_array_wordline_inputs = [x + "i" if x not in self.gnd_wl_names else "gnd" for x in self.bitcell_array.get_wordline_names()]
self.bitline_names = self.bitcell_array.bitline_names
import pdb; pdb.set_trace()
# Arrays are always:
# word lines (bottom to top)