Guest
#3646971
I was asked to design a simple can dispensing machine using VHDL. I have an input called CoinIn and is defined as an std_logic_vector(1 downto 0); for some reason, when I try to force it with a "11" it will treat it as a "01" and when i try to force it with a "10" it will treat it at "00". Does anyone have any idea what the problem might be?
