P
py
Guest
Let say I have a vector file in the following format
#input1 input2 input3
123 456 7
111 0 111
#end
Is there any method or package that would convert the decimal number into std_logic_vector? Or would it be too much effort and we should just stick with binary/hex?
Thanks,
#input1 input2 input3
123 456 7
111 0 111
#end
Is there any method or package that would convert the decimal number into std_logic_vector? Or would it be too much effort and we should just stick with binary/hex?
Thanks,