shaiko
Advanced Member level 5
- Joined
- Aug 20, 2011
- Messages
- 2,644
- Helped
- 303
- Reputation
- 608
- Reaction score
- 297
- Trophy points
- 1,363
- Activity points
- 18,302
Hello,
Signal x is a simulated clock that's defined as follows:
Suppose, I want x to start running after 100ns and stop after 1000ns.
The obvious solution will be to mux it...my question:
Is there a simple simulation syntax that allows to do that without using a mux?
Signal x is a simulated clock that's defined as follows:
Code:
signal x : std_logic := '0' ;
x <= not x after 10ns ;
Suppose, I want x to start running after 100ns and stop after 1000ns.
The obvious solution will be to mux it...my question:
Is there a simple simulation syntax that allows to do that without using a mux?