Multisim and Ultiboard

cancel
Showing results for 
Search instead for 
Did you mean: 

UI-Msg: (vsim-4026) Value "0001" does not represent a literal of the enumeration type.

Hi all

 

I am trying to run a .do file in a Quartus/multisim software and I get the following error:

** UI-Msg: (vsim-4026) Value "0001" does not represent a literal of the enumeration type.
# ** UI-Msg: (vsim-4011) Invalid force value: 0001.
#
# while executing
# "force a 0001"

 

My .do file looks like:

 

restart -f

#add 1+1
force sel 00
force a 0001
force b 0001
run 20

 

VHDL:

ENTITY slice is
PORT
(
A: IN std_logic;
B: IN std_logic;
sel: IN std_logic_vector(1 downto 0);
CiBi: IN std_logic;
S: OUT std_logic;
CoBo: OUT std_logic
);
END slice;

 

I have tryed with force 0010/1111/0000... and still get the same error.

 

I have no idea how to fix it, could someone give me a clue please?

 

 

0 Kudos
Message 1 of 1
(104 Views)