Forum Discussion
Altera_Forum
Honored Contributor
16 years agoProblem with integer variable and vector range
My code: Int is an Integer Variable OutputNumber is a Std_logic_Vector Input Int <= conv_integer(OutputNumber); MyVector(37 downto (38-Int)) <= Temp(37 downto (38-Int)); Quart...
Altera_Forum
Honored Contributor
16 years agoThanks for reply, but i don't know the value of Int. I must convert the "OutputNumber" input to know the value of Int.