C
cdb
Guest
Hi everybody,
I'm designing a VHDL testbench for a VHDL module.
I have to generate values to be written into a 32 bit register of m
module.
I decided tu use integer variables to compose my data and than convert the
to std_logic_vector to perform the write operation on the module.
The issue is that I discovered that VHDL
integer range is from -2147483647 to 2147483647,
that is to say 0x80000000 integer is not supported.
Is there any way to work out this limitation without using directl
std_logic_vector type?
Thank you in advance for any help
Claudia
---------------------------------------
Posted through http://www.FPGARelated.com
I'm designing a VHDL testbench for a VHDL module.
I have to generate values to be written into a 32 bit register of m
module.
I decided tu use integer variables to compose my data and than convert the
to std_logic_vector to perform the write operation on the module.
The issue is that I discovered that VHDL
integer range is from -2147483647 to 2147483647,
that is to say 0x80000000 integer is not supported.
Is there any way to work out this limitation without using directl
std_logic_vector type?
Thank you in advance for any help
Claudia
---------------------------------------
Posted through http://www.FPGARelated.com