R
Rob Gaddi
Guest
This should be far easier to figure out than it is. If I've got a
signal as a parameter to a procedure, such as
procedure test_ext_irq(
signal irq_line : out boolean;
irq_mask : in t_wb_data)
Is there any way for me to get the name of the actual signal connected
to irq_line to use it in an assertion? irq_line'simple_name just gives
me irq_line, a thing I find tremendously unhelpful.
--
Rob Gaddi, Highland Technology
Email address is currently out of order
signal as a parameter to a procedure, such as
procedure test_ext_irq(
signal irq_line : out boolean;
irq_mask : in t_wb_data)
Is there any way for me to get the name of the actual signal connected
to irq_line to use it in an assertion? irq_line'simple_name just gives
me irq_line, a thing I find tremendously unhelpful.
--
Rob Gaddi, Highland Technology
Email address is currently out of order