I have compiled the FPGA VI, in the first time, it compiled successfully, the compilation report shows that there is no overmapped of the resources, but in the second time, i just REDUCE 1 + code, and the compilation report tells me that there is an overmapped of the resources, the resources overmapped is due to the over use of the LUT. In fact, I have used FIFO in the VI, but acutally, I set it to memory block type in the property setting, NOT LUT type. So I don't know why the resources of LUT is overmapped suddenly.
And I have used 5 target scoped FIFO and 1 target to host FIFO.
Will my situation improve if I change the type of the FIFO into the Flip Flop type?
I have attached the compliation report of first time and second time.
Thank you for your helping!