Altera_Forum
Honored Contributor
16 years agolpm_fifo instatiation: Logic Elements not consumed
Hello,
I am using the Megawizard module lpm_fifo in my design which gave me strange problem. I have a lpm_fifo in my design whose output (8 bits) q_o[7..0] is routed to another module. fifo0.bmp is the lpm_fifo module I used in my design. It is a 64 word x 8 bit Fifo which should atleast consume 64x8 = 512 Logic Elements(LE). But, strangely it is just consuming 17 LE for the whole lpm_fifo. I started debugging it by removing all the signal connections and connecting input-output pins to it in which case lpm_fifo is cosuming >512 LE. Finally I could trace it down to the pin q_o[7..0] which is causing the problem. If I connect a output pin to it, my design takes >512 LE. In first case it is not consuming the required number of LE. any help is appreciated :confused: