-
Notifications
You must be signed in to change notification settings - Fork 11
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
Gates #5
Labels
good first issue
Good for newcomers
Comments
Closed
Can I take this up? I'll take the XOR gate? |
@KarthikL1729 Sure. Go ahead. |
can i take AND,OR gates? @adithyasunil26 |
Can I take NAND? |
@The-Endurance Yep. Go ahead. |
Can i please take up XNOR gate? |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
2 input AND, OR, NAND, NOR, XOR and XNOR gates and NOT gate
RTL model using operators and structural model using gate primitives
File structure example
where
_struct
is for the structural model and_rtl
for the RTL modelThis issue can be broken down and solved in multiple PRs.
The text was updated successfully, but these errors were encountered: