Digital icon indicating copy to clipboard operation
Digital copied to clipboard

Nothing connected to input 'In_1' at component 'And'

Open clamintus opened this issue 8 months ago • 2 comments

Hi, I'm trying to implement a finite-state machine, but sadly I'm not able to simulate my circuit. image Every time I try to start the simulation, one of the AND components complains it has nothing connected to it, even though all the inputs are clearly connected. If I try removing the component and then placing it there again, the error just moves on to other AND components I have in the circuit. I'm not able to find out what's wrong in my circuit, everything seems OK to me.

clamintus avatar Oct 27 '23 22:10 clamintus

Here is my project file in case you need it: Reti_sequenziali 1.tar.gz

clamintus avatar Oct 27 '23 22:10 clamintus

A wire must end at a pin to make a connection. There is another problem in the circuit: there must be only one active output connected to a wire. If two outputs are connected to one wire, what happens when one goes high and the other goes low? In a real circuit, one of the outputs would be destroyed by an overcurrent.

I have corrected the wires that are not connected: Reti_sequenziali 1.dig.zip

hneemann avatar Oct 28 '23 04:10 hneemann