aboutsummaryrefslogtreecommitdiffstats
path: root/ice40/pack_tests
diff options
context:
space:
mode:
authorDavid Shah <davey1576@gmail.com>2018-06-13 10:50:05 +0200
committerDavid Shah <davey1576@gmail.com>2018-06-13 10:50:05 +0200
commita76f5c5678980c8b2e958252a68ba03676d63229 (patch)
treea9f32a39a91164b36ca55d567baf177bbaece1cc /ice40/pack_tests
parentddf549b117987c1e52412b58531c48a6050b51d1 (diff)
downloadnextpnr-a76f5c5678980c8b2e958252a68ba03676d63229.tar.gz
nextpnr-a76f5c5678980c8b2e958252a68ba03676d63229.tar.bz2
nextpnr-a76f5c5678980c8b2e958252a68ba03676d63229.zip
Remove IO buffers when fed by SB_IO
Signed-off-by: David Shah <davey1576@gmail.com>
Diffstat (limited to 'ice40/pack_tests')
-rw-r--r--ice40/pack_tests/io_wrapper.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/ice40/pack_tests/io_wrapper.v b/ice40/pack_tests/io_wrapper.v
index b58d6c0c..e10ec419 100644
--- a/ice40/pack_tests/io_wrapper.v
+++ b/ice40/pack_tests/io_wrapper.v
@@ -153,7 +153,7 @@ module io_wrapper(input clk_pin, cen_pin, rst_pin, ina_pin, inb_pin,
.PULLUP(1'b0),
.NEG_TRIGGER(1'b0)
) outd_iob (
- .PACKAGE_PIN(outa_pin),
+ .PACKAGE_PIN(outd_pin),
.LATCH_INPUT_VALUE(),
.CLOCK_ENABLE(),
.INPUT_CLK(),