R
Rob Gaddi
Guest
Random question while it's on my mind. So, there's VHDL support for
declaring contiguous subtypes.
subtype t_index is integer range 0 to 7;
Is there any syntax for declaring discontiguous subtypes? Something like:
subtype t_axi_datawidth is integer (8, 16, 32, 64, 128, 256, 512, 1024);
--
Rob Gaddi, Highland Technology -- www.highlandtechnology.com
Email address domain is currently out of order. See above to fix.
declaring contiguous subtypes.
subtype t_index is integer range 0 to 7;
Is there any syntax for declaring discontiguous subtypes? Something like:
subtype t_axi_datawidth is integer (8, 16, 32, 64, 128, 256, 512, 1024);
--
Rob Gaddi, Highland Technology -- www.highlandtechnology.com
Email address domain is currently out of order. See above to fix.