Altera_Forum
Honored Contributor
14 years ago“Cannot convert all sets of registers into RAM megafunctions when creating nodes.”
hi all,
I'w created a design (using a custom ip path at the toplevel) and was able to generate/compile my design using Quartus II. However, when I add a a second instance of my custom ip path I get the error message: error: cannot convert all sets of registers into ram megafunctions when creating nodes. the resulting number of registers remaining in design exceeds the number of registers in the device or the number specified by the assignment max_number_of_registers_from_uninferred_rams. this can cause longer compilation time or result in insufficient memory to complete analysis and synthesis. In order to get rid of the error message I tryed replacing all 2 port RAMS in my custom IP path with the Megawizard Plug-In Manager 2-PORT RAMs. This did not help, as the error message still persists. I would be thankfull for some advise here