You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
hello, i am interested in using this core on another architecture, could you please tell me the changes. thank you!
The text was updated successfully, but these errors were encountered: