Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[BUG] OR Gate circuit makes wires blink #209

Open
WalbertiEvaristo opened this issue Feb 21, 2024 · 5 comments
Open

[BUG] OR Gate circuit makes wires blink #209

WalbertiEvaristo opened this issue Feb 21, 2024 · 5 comments

Comments

@WalbertiEvaristo
Copy link

I'm trying to create a circuit, however on my Windows 10 64 bits, in this circuit, the wires are blinking.

2024-02-21_08-19-23

@Joey451-OG
Copy link

Joey451-OG commented Feb 24, 2024

Your issue is being caused by the top NOT input being on and the bottom NOT input being off.
To fix it, add a OR or AND gate before the NOT gate, then add a OR gate before the output like so:

image

This simulator does not support a pin having two different inputs with different states.

@goldstargloww
Copy link

@Joey451-OG well how did you make the OR gate? --" i'm having a similar issue, i don't have an OR gate at all yet and i don't know how to make an OR gate without putting two inputs into the output pin

@4rnoP
Copy link

4rnoP commented May 20, 2024

Hi,
you can build a working OR gate like this:
image

@Nobody0163
Copy link

Close the issue.

@Highlandword9
Copy link

@WalbertiEvaristo
issue solved? >> close issue?

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

6 participants