Skip to content

Compatibility Issues between components and the FPGA synthesis #2007

Closed Answered by maehne
SLicudis asked this question in Q&A
Discussion options

You must be logged in to vote

The RAM component in Logisim-evolution can be synthesized only when using VHDL for netlisting. In Verilog it is not supported at the moment. PRs to add support for Verilog are welcome! Anyway, the RAM component will be mapped to the FPGA's block RAM. How much of that resource you have available depends on the exact type of your FPGA (check the datasheet).

Interfacing with external RAM is not supported by Logisim-evolution, as this typically requires the usage of a RAM controller IP core, which depends on the type of RAM used on your FPGA development board. IMHO, this is out of scope for Logisim-evolution as a teaching tool.

I am closing this issue as resolved. Feel free to reopen if you h…

Replies: 1 comment 1 reply

Comment options

You must be logged in to vote
1 reply
@SLicudis
Comment options

Answer selected by maehne
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Category
Q&A
Labels
enhancement wontfix Won't work on this one. Sorry :)
2 participants