Forum Discussion
Altera_Forum
Honored Contributor
17 years agoThe restriction basically isn't by Quartus but by the FPGA hardware. It's similar with any other vendors FPGA or ASIC. The only unrestricted usage of HDL is in simulation. Here you can define delays without needing a clock or design dual-edge sensitive registers.
To my opinion, it's important to understand how a HDL construct can be inferred in FPGA hardware, cause it helps you to avoid such constructs, that behave different in simulation and synthesis.