Forum Discussion
OSchu4
New Contributor
6 years agoHi,
In you screenshot, you clearly see that modelsim does recognize it because it changes from "red" (X) to "0". And second, your stimulus is wrong, please try again with the following:
force -freeze sim:/tb/test1_in.data(0) 10'hFFF 0
The bits (5) and (3 downto 2) are used, with h"111" you just stimulated bit (0),(4) and (8).
thank you