S
Shannon
Guest
Simple question: Can the argument in a "wait for (time)" be a
variable? (in a test bench of course. not worried about synthesis)
i.e.
some_integer := 7
....
holdtime := 10 * some_integer * 1 us;
wait for holdtime;
variable? (in a test bench of course. not worried about synthesis)
i.e.
some_integer := 7
....
holdtime := 10 * some_integer * 1 us;
wait for holdtime;