Altera_Forum
Honored Contributor
7 years agoUnconnected CLK input to DFF defaulting to VCC with no warning (AHDL design)
I have just debugged an issue with an AHDL design where I had unintentionally not connected a CLK to a couple of DFF registers.
Apparently Quartus synthesis does not give a warning and connects the CLK input to a fixed high and later the register get removed as output assumed stuck at GND. I thought CLK was a required input for a register and would have generated a warning or error on when compile. I have verified this is not the case on Quartus versions 9.1 and 12. Why no message. If I dig into the optimization results I can see the registers were removed because of stuck clock port but this is not obvious from message window.