Fractional-N
Full Member level 1
Hi,
I want to add an action to state diagram in active-hdl so that the action be executed with every pulse, how can I do that?
I mean the code must be somthing like this:
I want to add an action to state diagram in active-hdl so that the action be executed with every pulse, how can I do that?
I mean the code must be somthing like this:
Code VHDL - [expand] 1 2 3 4 5 6 ... elsif (clk' event and clk = '1') then -- the action that runs with every rising clk edge case state -- state machine starts here.