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

Make JFPJC BRAM usage FPGA agnostic #3

Open
4 tasks
Tracked by #7
johnMamish opened this issue Jan 3, 2022 · 0 comments
Open
4 tasks
Tracked by #7

Make JFPJC BRAM usage FPGA agnostic #3

johnMamish opened this issue Jan 3, 2022 · 0 comments

Comments

@johnMamish
Copy link
Owner

johnMamish commented Jan 3, 2022

JFPJC explicitly instantiates iCE40 block RAM in its core. This explicit dependence on iCE40 block ram should be removed. Instead, arrays of memory with parameterizable size should be used so that synthesis tools can infer appropriate block sizes. Furthermore, we should also provide options / infrastructure that lets a user explicitly instantiate block RAMs by changing an include and adding a short verilog module.

The BRAMs are used in a few different spots; their usage needs to be updated in all these spots:

@johnMamish johnMamish changed the title Make JFPJC block-ram agnostic Make JFPJC BRAM usage FPGA agnostic Jan 3, 2022
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