Intel® Quartus® Prime Software
Intel® Quartus® Prime Design Software, Design Entry, Synthesis, Simulation, Verification, Timing Analysis, System Design (Platform Designer, formerly Qsys)
17252 Discussions

Implementing sequential flow in AHDL

Altera_Forum
Honored Contributor II
1,254 Views

Does AHDL have an equivalent of the VHDL 'process' or Verilog 'always @' constructs? If not, then is there a way to model it? Thanks.

0 Kudos
2 Replies
Altera_Forum
Honored Contributor II
535 Views

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.
0 Kudos
Altera_Forum
Honored Contributor II
535 Views

Righto, thanks.

0 Kudos
Reply