Skip to content

My progress towards implementing a simple computer architecture from scratch.

Notifications You must be signed in to change notification settings

mikewheel/nand2tetris

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

8 Commits
 
 
 
 
 
 

Repository files navigation

Nand2Tetris Implementation

This repository contains my progress towards completing the Nand2Tetris course, created and maintained by Profs. Noam Nisan and Shimon Schocken of the Hebrew University of Jerusalem. The goal is to learn about computer systems "from the ground up" by building a fully-functional computer from primitive chips — specifically starting only with the NAND gate, hence the name.

Included in this repository are the chip files written in a Hardware Description Language specific to this course. Together they comprise the "computer": the sum of the work that I did to implement the architecture and follow along with the course. In order to execute any of these files a user must download the hardware simulator and other utilities available at the course website linked above.

About

My progress towards implementing a simple computer architecture from scratch.

Topics

Resources

Stars

Watchers

Forks