5

ALU for my computer.
Sequential logic is giving me a bit hard time. 😢😏

Comments
  • 1
    Ahhh recreating things from basic components! I want to create similar computer from basic gates as well. Unfourtanetly it will take a lot of money and time.

    Are you going to build the whole thing? I would like to see finished project. GL with that project !πŸ˜€
  • 1
    @Gregozor2121 Thank you.
    I'm not building a physical computer. It'll work on a hardware simulator.
  • 1
    @Gregozor2121 there's a Coursera course called NAND to Tetris
    Give it a go
  • 1
    @RememberMe following the same.
  • 0
    @mirimmad if you want a good background on digital logic design then "Digital Logic with Verilog" (or "Digital Logic with VHDL") by Brown and Vranesic is a good reference. Teaches HDL programming too, and they implement a processor in one of the later chapters.
  • 0
    @RememberMe I don't want go in depth yet. Nand2tetris implements a full blown computer starting from a nand gate to writing an OS - overview of everything.
  • 0
    @mirimmad I know.
    But it's always good to have fallback references. There will always be some handwaving/etc. that you could clarify from a book, for example.
Add Comment