--- Quote Start ---
I understand the compiler used LUT in Post Map in order to make it faster and also it doesnt consume any FF. The code was for a simple up counter , what i wanted to see at least at RTL level was the Counter Schematic.
--- Quote End ---
--- Quote Start ---
Tricky the answer to your reply is , i connected it to KEY(1) to test it on board , yes i should have used clock and divide by 50 to see the LEDS blinking . This was just a test to see DE2-115 works .
--- Quote End ---
But it doesn't work, at least not count regularly. A combinational counter description can't be synthesized to any meaningful FPGA logic. That's why you see only gates (LUT) instead of FFs.
In my opinion, both Quartus RTL and gate level schematics are more or less readable. I'm inspecting it frequently to reveal possible design errors. In the present case, the RTL schematic has all necessary information to see, that the design doesn't work as a counter. With some VHDL experience, you see it from the VHDL text as well.