Forum Discussion
Altera_Forum
Honored Contributor
16 years agoI didn't look too much into the code but I notice one thing: the Verilog code only uses non-blocking assingments. while the VHDL code also uses variables.
Assignments to VHDL variables behave like Verilog's blocking assignements. Assignments to VHDL signals behave like Verilog's non-blocking assignments. Maybe the issue lies there. Have you tried to convert the code using only VHDL signals instead of variables?