Forum Discussion
3 Replies
- HBhat2
Contributor
Hi,
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
- sstrell
Super Contributor
Without writing code to define the synchronous logic, there's no way the tool can automatically add registers into your design.
#iwork4intel
- KhaiChein_Y_Intel
Regular Contributor
Hi,
Yes. You have to write the RTL to use synchronous logic.
Thanks.