Ranter
Join devRant
Do all the things like
++ or -- rants, post your own rants, comment on others' rants and build your customized dev avatar
Sign Up
Pipeless API
From the creators of devRant, Pipeless lets you power real-time personalized recommendations and activity feeds using a simple API
Learn More
Comments
-
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 !π -
mirimmad8497y@Gregozor2121 Thank you.
I'm not building a physical computer. It'll work on a hardware simulator. -
@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.
-
mirimmad8497y@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.
-
@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.
ALU for my computer.
Sequential logic is giving me a bit hard time. πΆπ
random