Removed *** from fpga top.

This commit is contained in:
Ross Thompson 2024-06-19 09:28:21 -07:00
parent ab1af0fabf
commit c5dac4d775
2 changed files with 2 additions and 3 deletions

View File

@ -496,8 +496,7 @@ module fpgaTop
.UARTSin, .UARTSout, .SDCIntr); .UARTSin, .UARTSout, .SDCIntr);
// // wally // RT and JP: FIXME add sdc interrupt and HSELEXTSDC, remove old sdc after the new sdc ahb version is implemented
// // *** FIXME add sdc interrupt and HSELEXTSDC, remove old sdc
// wallypipelinedsocwrapper wallypipelinedsocwrapper // wallypipelinedsocwrapper wallypipelinedsocwrapper
// (.clk(CPUCLK), // (.clk(CPUCLK),
// .reset_ext(bus_struct_reset), // .reset_ext(bus_struct_reset),

View File

@ -485,7 +485,7 @@ module fpgaTop
.peripheral_aresetn(peripheral_aresetn)); .peripheral_aresetn(peripheral_aresetn));
// wally // wally
// *** FIXME add sdc interrupt and HSELEXTSDC, remove old sdc // RT and JP: FIXME add sdc interrupt and HSELEXTSDC, remove old sdc after the new sdc ahb version is implemented
`include "parameter-defs.vh" `include "parameter-defs.vh"