diff options
Diffstat (limited to 'ice40/pack_tests')
-rw-r--r-- | ice40/pack_tests/io_wrapper.v | 2 |
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(), |