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

Gates #5

Open
adithyasunil26 opened this issue Oct 2, 2021 · 6 comments
Open

Gates #5

adithyasunil26 opened this issue Oct 2, 2021 · 6 comments
Assignees
Labels
good first issue Good for newcomers

Comments

@adithyasunil26
Copy link
Member

adithyasunil26 commented Oct 2, 2021

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

nand

nand_struct.v
nand_struct_tb.v
nand_rtl.v
nand_rtl_tb.v

where _struct is for the structural model and _rtl for the RTL model

This issue can be broken down and solved in multiple PRs.

@adithyasunil26 adithyasunil26 added the good first issue Good for newcomers label Oct 2, 2021
@adithyasunil26 adithyasunil26 mentioned this issue Oct 2, 2021
@KarthikL1729
Copy link
Contributor

KarthikL1729 commented Oct 2, 2021

Can I take this up? I'll take the XOR gate?

@adithyasunil26
Copy link
Member Author

@KarthikL1729 Sure. Go ahead.

@challatharun
Copy link
Contributor

challatharun commented Oct 4, 2021

can i take AND,OR gates? @adithyasunil26

@The-Endurance
Copy link
Contributor

Can I take NAND?

@adithyasunil26
Copy link
Member Author

@The-Endurance Yep. Go ahead.

@164adityakumar
Copy link

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
Labels
good first issue Good for newcomers
Projects
None yet
Development

No branches or pull requests

6 participants