P
parag_paul@hotmail.com
Guest
The std logic package has some values defined as follows,
U unitialized
X forcing unknown
1 forcing 1
0 forcing 0
L weak 0
H Weak 1
Now, does a assign like
a:= 1
mean that it has been forced a value of 1. Is that correct , Does it
mean it will hold , until another, assign happens.
U unitialized
X forcing unknown
1 forcing 1
0 forcing 0
L weak 0
H Weak 1
Now, does a assign like
a:= 1
mean that it has been forced a value of 1. Is that correct , Does it
mean it will hold , until another, assign happens.