diff options
author | Marcel Ribeiro Dantas <ribeirodantasdm@gmail.com> | 2022-06-27 00:28:16 +0200 |
---|---|---|
committer | GitHub <noreply@github.com> | 2022-06-27 00:28:16 +0200 |
commit | 5d133e847846b4c8d436f7a567674c2e1df35a13 (patch) | |
tree | 7ebc7704f02ceef195a8896a80a06ed81cc12585 /hdl.html.markdown | |
parent | 27f7f03401ff747a61a912fdf73549b1788b13e1 (diff) | |
parent | 8f28c8021b8ce3cb791861ad19c41e12228d8bcd (diff) |
Merge branch 'master' into patch-1
Diffstat (limited to 'hdl.html.markdown')
-rw-r--r-- | hdl.html.markdown | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/hdl.html.markdown b/hdl.html.markdown index cad07817..3c3aff66 100644 --- a/hdl.html.markdown +++ b/hdl.html.markdown @@ -123,7 +123,7 @@ CHIP And { PARTS: // Insert I and K into the nand gate and store the output in an internal // wire called notOut. - Nand(a=i,b=b,out=notOut); + Nand(a=i,b=k,out=notOut); // Use the not gate we constructed to invert notOut and send to the AND // output. @@ -228,4 +228,4 @@ Good luck and happy coding! * [Hardware Description Language](https://en.wikipedia.org/wiki/Hardware_description_language) -* [HDL Programming Fundamentals](https://www.electronicdesign.com/products/hdl-programming-fundamentals)
\ No newline at end of file +* [HDL Programming Fundamentals](https://www.electronicdesign.com/products/hdl-programming-fundamentals) |