Skip to content

Commit

Permalink
[of] ol2/tt_top: Use GPIO local tie-off points instead of global k01
Browse files Browse the repository at this point in the history
Now that we support custom routing for those, it's better to use them

Signed-off-by: Sylvain Munaut <[email protected]>
  • Loading branch information
smunaut committed Mar 14, 2024
1 parent 554a40d commit d3f5d73
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions ol2/tt_top/openframe_project_wrapper.v
Original file line number Diff line number Diff line change
Expand Up @@ -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

Expand Down

0 comments on commit d3f5d73

Please sign in to comment.