Altera_Forum
Honored Contributor
14 years agoFIFO synthesized away but simulates fine
I'm having a problem where I have instantiated a FIFO in my design. When I compile the design it tells me the RAM module inside the FIFO has been synthesized away but when I take the exact same design into ModelSim, it simulates exactly how I would expect.
Is there some way to tell the compilation tool that the FIFO's outputs really are driving something and not to synthesize it away? Or is it possibly another problem I cannot figure out? Thanks in advance.