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
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:
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:
The text was updated successfully, but these errors were encountered: