Forum Discussion

Altera_Forum's avatar
Altera_Forum
Icon for Honored Contributor rankHonored Contributor
12 years ago

Difference of 2 process?

I have a VHDL code for process as below: process (vin_clk) begin if rising_edge(vin_clk) then if (rst_n = '0') then data_cnt <= "000000000000"; elsif (fr...