Forum Discussion
PedroJServian
New Contributor
1 year agoSignal tap doesnt recognise most of the entities of my bdf file. Compilation doesn't fit too
Good morning colleagues, I need your help with a problem I have encountered with Quartus Prime Lite Software while programing my MAX10 FPGA 10M08SCE144I7G. I have made a design in Quartus to manage ...
sstrell
Super Contributor
1 year agoWithout seeing the design itself, it's hard to figure this out, but most likely, the logic is getting optimized away because it is not connected to anything, like an I/O pin. If you want to prevent logic from being optimized away, connect its outputs to an actual I/O pin or use virtual pin assignments to create logic "stubs" that will prevent this.
Check the compilation report in more detail. If logic is optimized away, it's usually mentioned in there somewhere.