B
bipper
Guest
Hello everyone..
I have a top module which has an output in std_logic_vector format of 81 bits. In the test bench code I want to write this output vector
(of size 81 bits) into a text file in integer format. But due to the 32 bit size limit of integers its not working. Any round ways to achieve this?
Thanks..
I have a top module which has an output in std_logic_vector format of 81 bits. In the test bench code I want to write this output vector
(of size 81 bits) into a text file in integer format. But due to the 32 bit size limit of integers its not working. Any round ways to achieve this?
Thanks..