liletian
Full Member level 6
- Joined
- Mar 5, 2008
- Messages
- 337
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Activity points
- 3,790
Hi Guys
In verilog, I had the following statement:
'timescale 1n/100p (it means the time unit is 1n with resolution of 100p).
So I can put
#0.1 in the testbench to delay 100p?
how about
#0.01?
Thanks
In verilog, I had the following statement:
'timescale 1n/100p (it means the time unit is 1n with resolution of 100p).
So I can put
#0.1 in the testbench to delay 100p?
how about
#0.01?
Thanks