From d3f5d73ca51a2c1539af27d0c56a73a903479d61 Mon Sep 17 00:00:00 2001 From: Sylvain Munaut Date: Thu, 14 Mar 2024 09:07:48 +0000 Subject: [PATCH] [of] ol2/tt_top: Use GPIO local tie-off points instead of global k01 Now that we support custom routing for those, it's better to use them Signed-off-by: Sylvain Munaut --- ol2/tt_top/openframe_project_wrapper.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/ol2/tt_top/openframe_project_wrapper.v b/ol2/tt_top/openframe_project_wrapper.v index 4cdd312..a2a808b 100644 --- a/ol2/tt_top/openframe_project_wrapper.v +++ b/ol2/tt_top/openframe_project_wrapper.v @@ -227,8 +227,8 @@ module openframe_project_wrapper ( .gpio_dm0 (gpio_dm0[i]), .analog_io (analog_io[i]), .analog_noesd_io (analog_noesd_io[i]), - .gpio_loopback_one (k_one), - .gpio_loopback_zero (k_zero) + .gpio_loopback_one (gpio_loopback_one[i]), + .gpio_loopback_zero (gpio_loopback_zero[i]) ); end