T
trescot@gmail.com
Guest
I have a question regarding unassigned values. I have a line of code,
fmt <= '1' when regA = "000" else '0';
Now if regA=XXX(unassigned) then I thought fmt will also be X or does
it depends on the simulator. I used vcs to try this and it shows
fmt=0.
Thanks,
Trescot
fmt <= '1' when regA = "000" else '0';
Now if regA=XXX(unassigned) then I thought fmt will also be X or does
it depends on the simulator. I used vcs to try this and it shows
fmt=0.
Thanks,
Trescot