W
Weng Tianxiang
Guest
Hi,
I have a data record designed as follows:
type DATA_RECORD_t record
I1: unsigned(7 downto 0);
I2: unsigned(15 downto 0);
end record;
I want to get its bit number and don't want to manually calculate the bit number.
How can I do it?
Thank you.
Weng
I have a data record designed as follows:
type DATA_RECORD_t record
I1: unsigned(7 downto 0);
I2: unsigned(15 downto 0);
end record;
I want to get its bit number and don't want to manually calculate the bit number.
How can I do it?
Thank you.
Weng