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

using this core on another architecture #1

Open
ChinoLuo opened this issue Dec 1, 2023 · 2 comments
Open

using this core on another architecture #1

ChinoLuo opened this issue Dec 1, 2023 · 2 comments

Comments

@ChinoLuo
Copy link

ChinoLuo commented Dec 1, 2023

hello, i am interested in using this core on another architecture, could you please tell me the changes. thank you!

@smunaut
Copy link
Member

smunaut commented Dec 1, 2023

In rtl/hub75_framebuffer.v it uses SB_SPRAM256KA which are memory specific to the ice40up5k.
You can replace this whole module with just inferred RAM.

And in rtl/hub75_phy.v and rtl/hub75_phy_ddr.v it uses SB_IO which are used for IO registers and will need to be replaced with equivalent on your chosen architecture.

@ChinoLuo
Copy link
Author

hello, i am not so familiar with FPGA, could you show me the replacement module on Cyclone platform if you have some experiences.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

No branches or pull requests

2 participants