Exercises and notes on the course Build a Modern Computer from First Principles
-
Updated
Apr 16, 2022 - Hack
Verilog is a widely-used hardware description language (HDL) that enables designers to model, simulate, and synthesize digital circuits. It provides a text-based format for specifying the structure and behavior of electronic systems, making it easier to design complex hardware components such as microprocessors, memory, and communication devices.
Exercises and notes on the course Build a Modern Computer from First Principles
My work on the project-based course NAND2TETRIS.
My solutions to the nand2tetris assignments.
WIP Implementation of the theoretical 16-bit computer called "Hack" based on the book "The elements of computing systems 2nd edition"
The solutions to projects specified in the book the elements of computing systems.
Building a modern computer system, from the ground up. how computers work, and how they are designed.