V
vishallko31@gmail.com
Guest
Hello
I am trying to implement a 'thermometric to binary' converter. I have a
vector of length 95.
I read each bit of it, then use 'conv_integer' function to convert the
bit into integer then add the integers together and finally convert the
resultant integer into std_logic using 'conv_std_logic_vector'
function.
This scheme is giving me a huge area...
Just wanted to know if there exists a better way to do this which is
more area-efficient...
Please advise
Regard
Vishal
I am trying to implement a 'thermometric to binary' converter. I have a
vector of length 95.
I read each bit of it, then use 'conv_integer' function to convert the
bit into integer then add the integers together and finally convert the
resultant integer into std_logic using 'conv_std_logic_vector'
function.
This scheme is giving me a huge area...
Just wanted to know if there exists a better way to do this which is
more area-efficient...
Please advise
Regard
Vishal