mirror of https://github.com/VLSIDA/OpenRAM.git
Undoing last change.
This commit is contained in:
parent
8ce3809cad
commit
cd502895c4
|
|
@ -65,7 +65,8 @@ class sense_amp_array(design.design):
|
|||
inst = self.add_inst(name=name,
|
||||
mod=self.amp,
|
||||
offset=amp_position)
|
||||
self.connect_inst(["bl[{0}]".format(i/self.words_per_row),"br[{0}]".format(i/self.words_per_row),
|
||||
self.connect_inst(["bl[{0}]".format(i),
|
||||
"br[{0}]".format(i),
|
||||
"data[{0}]".format(i/self.words_per_row),
|
||||
"en", "vdd", "gnd"])
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue