mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-06-28 09:36:01 -04:00
VCU108 now boot linux at 50MHz!
This commit is contained in:
parent
14083bc642
commit
ee1e09a6a2
4 changed files with 53 additions and 25 deletions
|
@ -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;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue