Added back in the jtag bridge

Now talking over the bus instead of using dpram
This commit is contained in:
2026-02-27 17:39:43 +01:00
parent 6f680377db
commit 105dbed8e4
16 changed files with 685 additions and 342 deletions

View File

@@ -64,8 +64,7 @@ module top_generic #(
.o_GPO_A(GPIO_A),
.o_GPO_B(GPIO_B),
.o_GPO_C(GPIO_C),
.o_GPO_D(GPIO_D),
.o_test(test)
.o_GPO_D(GPIO_D)
);
@@ -91,5 +90,5 @@ module top_generic #(
assign LED = GPIO_B[7:0];
assign led_green = GPIO_C[0];
assign led_red = test;
assign led_red = GPIO_C[1];
endmodule