Forum Discussion
mnazemi
New Contributor
6 years agoHow to convert combinational blocks to sequential blocks automatically?
I have a relatively large combinational block that is mapped to an Intel FPGA using Quartus Prime Pro. I recently learned that an ALM can provide the output either directly from an adaptive LUT or f...
HBhat2
Contributor
6 years agoHi,
In my view, one need to rewrite the RTL for sequential implementation. It is not possible to map combinational logic to sequential with the help of tool.
The Quartus tool maps the logics based on RTL code either to LUT or registers.
With Regards,
HPB