Skip to content

Commit

Permalink
Update README.md
Browse files Browse the repository at this point in the history
  • Loading branch information
algovoid authored May 29, 2024
1 parent f0e3397 commit 717cd9c
Showing 1 changed file with 6 additions and 7 deletions.
13 changes: 6 additions & 7 deletions docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -2,13 +2,12 @@

This is a custom chip for [Wokwi](https://wokwi.com/). It implements a faur independent 2-INPUT exclusive-NOR gates in Positive logic . The chip performs the following boolean function : Y = NOT( A . B) + (A . B)
## Truth Table
| INPUTS | OUTPUTS |
| --------------------- |
| A | B | Y |
| L | L | H |
| L | H | L |
| H | L | L |
| H | H | H |
| INPUT A | INPUT B | OUTPUTS |
| ------- | ------- | -------- |
| L | L | H |
| L | H | L |
| H | L | L |
| H | H | H |


## Pin names
Expand Down

0 comments on commit 717cd9c

Please sign in to comment.