Forum Discussion

SSD001's avatar
SSD001
Icon for New Contributor rankNew Contributor
5 years ago

NIOS II

Hi

I am trying to implement a IPMI protocol using NIOS II processor (economic mode) in MAX 10 FPGA (10M16SAU324I7G). While running the design i am getting the following error. Is there any way to make the processor occupy LUT instead of the M9K memory. I have also attached the project file for reference.

Error (170040): Can't place all RAM cells in design
Info (170034): Selected device has 61 memory locations of type M9K. The current design requires 77 memory locations of type M9K to successfully fit.
Info (170033): Memory usage required for the design in the current device: 126% M9K memory block locations required

2 Replies

  • SyafieqS's avatar
    SyafieqS
    Icon for Super Contributor rankSuper Contributor

    Regarding your question is there any way to make the processor occupy LUT instead of the M9K memory?

    -I am not sure if there is parameter than can specify for resource type use in parameter editor for nios, If yes, you can select alm instead of m9k thus quartus will alm as resource when compile. You need to check this first.