S
Sushma
Guest
I am coding a project using VHDL in quartus II. I wrote the code and
trying to instantiate my state machine from this file. I am getting an
error node instance i_fsm1 instantiates undefined entity fsm1. What do
I need to do so it sees my fsm1.vhd file. I am new to Quartus. Please
help
i_fms1 : fsm1
port map(
mclk => mclk,
ext_swtrig => ext_swtrig,
ext_trig => ext_trig,
sw_trig => sw_trig,
th_trig => th_trig,
trig_gate => trig_gate,
th_gate => th_gate,
strig => strig,
t0 => open,
t1 => open,
swreset => swreset
);
trying to instantiate my state machine from this file. I am getting an
error node instance i_fsm1 instantiates undefined entity fsm1. What do
I need to do so it sees my fsm1.vhd file. I am new to Quartus. Please
help
i_fms1 : fsm1
port map(
mclk => mclk,
ext_swtrig => ext_swtrig,
ext_trig => ext_trig,
sw_trig => sw_trig,
th_trig => th_trig,
trig_gate => trig_gate,
th_gate => th_gate,
strig => strig,
t0 => open,
t1 => open,
swreset => swreset
);