Forum Discussion
Altera_Forum
Honored Contributor
13 years agoVHDL -> Verilog for loop conversion
I have been attempting to convert some code I have written from VHDL to Verilog without much success. My main stumbling block is the for loops in my VHDL code. My FOR loops have a much larger index...
Altera_Forum
Honored Contributor
13 years agoThanks for the reply. I agree, my verilog for loop only evaluates for i=0. I should have caught that for the example.
"indexed part select" is exactly what I needed. Thanks for the help.