P
parag_paul@hotmail.com
Guest
HI all,
is there a concept of deltas in VHDL ,
I am implementing something like the force command in Verilog in VHDL
Now is it ok that there is a delta before the forced value gets
reflected on the signal.
Something like the following in UCLI ( Synopsys debug tool for VCS)
ucli% force a 1
ucli% get a
0
ucli% run 1 us
ucli% get a
1
ucli%
here , actually, the force value did not reflect immediately but we
have to wait for some delta to get there.
IS the acceptable, or is the concept not viable in VHDL> IN Verilog we
are seeing the value reflection immediately
Thanks in advance
-Parag
is there a concept of deltas in VHDL ,
I am implementing something like the force command in Verilog in VHDL
Now is it ok that there is a delta before the forced value gets
reflected on the signal.
Something like the following in UCLI ( Synopsys debug tool for VCS)
ucli% force a 1
ucli% get a
0
ucli% run 1 us
ucli% get a
1
ucli%
here , actually, the force value did not reflect immediately but we
have to wait for some delta to get there.
IS the acceptable, or is the concept not viable in VHDL> IN Verilog we
are seeing the value reflection immediately
Thanks in advance
-Parag