VCU108 now boot linux at 50MHz!

This commit is contained in:
Rose Thompson 2024-08-23 17:18:47 -07:00
parent 14083bc642
commit ee1e09a6a2
4 changed files with 53 additions and 25 deletions

View file

@ -34,7 +34,7 @@ module fpgaTop
input reset,
input south_rst,
input [3:0] GPI,
input [2:0] GPI,
output [4:0] GPO,
input UARTSin,
@ -183,7 +183,7 @@ module fpgaTop
logic CLK208;
assign GPIOIN = {25'b0, SDCCD, SDCWP, 1'b0, GPI};
assign GPIOIN = {25'b0, SDCCD, SDCWP, 2'b0, GPI};
assign GPO = GPIOOUT[4:0];
assign ahblite_resetn = peripheral_aresetn;
assign cpu_reset = bus_struct_reset;