Forum Discussion
2 Replies
- Altera_Forum
Honored Contributor
No and no.
Not sure what you mean by modeling it, as process and always can do synchronous and combinatorial logic(or latches). You can do synchronous and combinatorial functions in AHDL, just not within some sort of process/always construct. It's much more structural, where you declare something to be a DFF and then directly hook to registername.clk. - Altera_Forum
Honored Contributor
Righto, thanks.