F
fpgawizz
Guest
I have a state machine in a top level module. This top level module has a
component which is a state machine as well. All I am trying to do is
monitor the outputs of this component state machine. My top level state
machine provides some inputs to this component state machine and then
monitors and takes actions after looking at the component's FSM outputs. I
have a signal "X" mapped to the output port "Y" of my component FSM. When
i synthesize, I get a bunch of latches on Y, and X saying that Y is not
connected in my top level module.Yes they are indeed not connected, how do
I do what i am trying to do without those latches?
thanks
component which is a state machine as well. All I am trying to do is
monitor the outputs of this component state machine. My top level state
machine provides some inputs to this component state machine and then
monitors and takes actions after looking at the component's FSM outputs. I
have a signal "X" mapped to the output port "Y" of my component FSM. When
i synthesize, I get a bunch of latches on Y, and X saying that Y is not
connected in my top level module.Yes they are indeed not connected, how do
I do what i am trying to do without those latches?
thanks