Tie off debug LEDs in ULX3S top level

This commit is contained in:
Luke Wren 2022-09-05 00:37:44 +01:00
parent 9eb8590858
commit f48177c644
1 changed files with 2 additions and 0 deletions

View File

@ -60,4 +60,6 @@ example_soc #(
.uart_rx (uart_rx)
);
assign dbg = 8'h00;
endmodule