VHDL Wait statement usage

Status
Not open for further replies.

hithesh123

Full Member level 6
Joined
Nov 21, 2009
Messages
324
Helped
1
Reputation
2
Reaction score
1
Trophy points
1,298
Location
lax
Activity points
3,548
Can I use a variable instead of time in wait statement.
Instead of
wait for 10 ns;
can it be
wait for t_period ns;

where t_period is defined as a constant?
 

Yes.
I assume this is testbench code? wait is not synthesisable.
 

Status
Not open for further replies.

Similar threads

Cookies are required to use this site. You must accept them to continue using the site. Learn more…