S
srinukasam
Guest
hello
in my design i need a conversion from bit_vector to integer for that i
wrote my own function.
in that function i initialized two integer variables with zero(0).
while doing synthesis with synopsys..its giving warning like this..
Warning: Initial values for signals are not supported for synthesis. They
are ignored on line 35 (VHDL-2022)
if i not initialze the variables its giving error at the simulation time.
my idea( but i dont know weather it works r not thats why iam asking u )
converting bitbector to std_ulogic then converting to integer using
CONV_INTEGER function thats already available in library.
but how can i convert bit_vector to std_ulogic_vector .
or do suggest any other alternate solution.
please giude me
thank you
in my design i need a conversion from bit_vector to integer for that i
wrote my own function.
in that function i initialized two integer variables with zero(0).
while doing synthesis with synopsys..its giving warning like this..
Warning: Initial values for signals are not supported for synthesis. They
are ignored on line 35 (VHDL-2022)
if i not initialze the variables its giving error at the simulation time.
my idea( but i dont know weather it works r not thats why iam asking u )
converting bitbector to std_ulogic then converting to integer using
CONV_INTEGER function thats already available in library.
but how can i convert bit_vector to std_ulogic_vector .
or do suggest any other alternate solution.
please giude me
thank you