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 ddf7549 commit dbc00e7
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion docs/README.md
Original file line number Diff line number Diff line change
Expand Up @@ -3,8 +3,9 @@
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 |
Expand Down

0 comments on commit dbc00e7

Please sign in to comment.