A port option for correct mirroring in port_data.

This commit is contained in:
mrg
2020-06-02 16:50:07 -07:00
parent fce8e878b9
commit 34209dac3d
7 changed files with 9 additions and 11 deletions
+1 -2
View File
@@ -7,7 +7,6 @@
#
import design
import debug
from tech import drc
from vector import vector
from sram_factory import factory
from globals import OPTS
@@ -26,7 +25,7 @@ class precharge_array(design.design):
self.columns = columns
self.size = size
self.port = port
self.port = port
self.bitcell_bl = bitcell_bl
self.bitcell_br = bitcell_br