meir
Junior Member level 3
- Joined
- Jan 16, 2013
- Messages
- 26
- Helped
- 5
- Reputation
- 10
- Reaction score
- 5
- Trophy points
- 1,283
- Activity points
- 1,431
is it possible to load the SDF file during simulation ?
for example in the testbench
for example in the testbench
Code:
initial begin
wait(top.i_dut.i_module.signal === 1'b1)
$sdf_annotat(...);
end