Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

FPGA code generation improvents #53

Open
2 of 4 tasks
carlosedp opened this issue Mar 2, 2023 · 1 comment
Open
2 of 4 tasks

FPGA code generation improvents #53

carlosedp opened this issue Mar 2, 2023 · 1 comment

Comments

@carlosedp
Copy link
Owner

carlosedp commented Mar 2, 2023

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
Copy link
Owner Author

carlosedp commented Mar 3, 2023

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 carlosedp changed the title Generating for FPGA fails FPGA code generation improvents Jan 22, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant