chiselv icon indicating copy to clipboard operation
chiselv copied to clipboard

FPGA code generation improvents

Open carlosedp opened this issue 2 years ago • 1 comments
trafficstars

The core generation for FPGA fails due to:

The ideal scenario would be fixing:

That would lead to having a single SV file without the need to split files and a flag to enable memory initialization for synthesis cleaning-up the chiselv.core file (Have a single Toplevel.sv and removing the --split-verilog params).

carlosedp avatar Mar 02 '23 15:03 carlosedp

After the hack into firtool to correctly initialize the memory outside the ifndef, the reset in the core does not behave as expected. Need to investigate further.

carlosedp avatar Mar 03 '23 12:03 carlosedp