From cd502895c4f8d65cec4c23965c37f1f249df5818 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 23 Apr 2018 08:48:50 -0700 Subject: [PATCH] Undoing last change. --- compiler/modules/sense_amp_array.py | 3 ++- 1 file changed, 2 insertions(+), 1 deletion(-) diff --git a/compiler/modules/sense_amp_array.py b/compiler/modules/sense_amp_array.py index 03c13a95..763435c9 100644 --- a/compiler/modules/sense_amp_array.py +++ b/compiler/modules/sense_amp_array.py @@ -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"])