Forum Discussion

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

How can I translated VHDL to Verilog HDL.

How can I translated VHDL to Verilog HDL. The problem is how can I deal with the posedge and negedge with the same signal. process(Timer) begin if Timer'event and Timer='1' then --Time...