Guest
Hi
I have two problems when simulating a state machine after PAR (place
and route) using Modelsim6.0 and XST ISE6.3.
First problem is that I can not find the name of the state in the
signal list. So it is very hard to trace (debug). Are there any way to
see the name (or symbol) of the state?
Second problem is that I have following warning after PAR. It is not
working in timing simulation.
WARNING:NetListWriters:303 - Unable to preserve the ordering for port
bus mux_a on block using the data mux_a<0><1:0>.
Port ( clk : in std_logic;
rst : in std_logic;
...
mux_a : out array_mux);
In package, array_mux is defined
type array_mux is array (0 to 3) of std_logic_vector(1 downto 0);
Thankyou for the reply.
I have two problems when simulating a state machine after PAR (place
and route) using Modelsim6.0 and XST ISE6.3.
First problem is that I can not find the name of the state in the
signal list. So it is very hard to trace (debug). Are there any way to
see the name (or symbol) of the state?
Second problem is that I have following warning after PAR. It is not
working in timing simulation.
WARNING:NetListWriters:303 - Unable to preserve the ordering for port
bus mux_a on block using the data mux_a<0><1:0>.
Port ( clk : in std_logic;
rst : in std_logic;
...
mux_a : out array_mux);
In package, array_mux is defined
type array_mux is array (0 to 3) of std_logic_vector(1 downto 0);
Thankyou for the reply.