Python Forum
Linux friendly motherboard for intel i5 6600K
Thread Rating:
  • 0 Vote(s) - 0 Average
  • 1
  • 2
  • 3
  • 4
  • 5
Linux friendly motherboard for intel i5 6600K
#13
yes - when you use nand gates, you've got to build on that, so you need to build XOR, OR, MUX, and DMUX
 the registers, then the arithmetic logic unit, control unit, memory. The whole ball of wax

and the HDL code:

CHIP Xor {
    IN a, b;
    OUT out;
PARTS:
    Or(a=a, b=b, out=w1);
    Nand(a=a, b=b, out=w2);
    And(a=w1, b=w2, out=out);
}
Reply


Messages In This Thread
RE: Linux friendly motherboard for intel i5 6600K - by Larz60+ - Nov-14-2016, 05:51 AM

Forum Jump:

User Panel Messages

Announcements
Announcement #1 8/1/2020
Announcement #2 8/2/2020
Announcement #3 8/6/2020