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

Update README.md #19

Open
wants to merge 1 commit into
base: master
Choose a base branch
from
Open
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions README.md
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ As computer science students, we were reluctant to learn a totally new language

eg: A Full Adder can be implemented using two Half Adders and one Or Gate.

- __Supports flexible design methodologies__:
- __Supports flexible design methodologies__:
- **Top-down:** A top-down approach (also known as stepwise design) is essentially the breaking down of a system to gain insight into the sub-systems that make it up. In a top-down approach an overview of the system is formulated, specifying but not detailing any first-level subsystems.
- **Bottom-up:** The bottom up design model starts with most specific and basic components. It proceeds with composing higher level of components by using basic or lower level components.
- **Mixed:** Both, top-down and bottom-up approaches are not practical individually. Instead, a good combination of both is recommended.
Expand All @@ -53,7 +53,7 @@ pip install pyarch
- NandGate
- OrGate
- NorGate
- XorGate
- XorGate
- NotGate
- Decoders
- Decoder 1x2
Expand Down