Archived
1
0

add git files

This commit is contained in:
Erick
2022-02-22 13:06:26 +01:00
parent 63323b9bb6
commit 4cbdd294fb
3 changed files with 9 additions and 3 deletions
+4 -2
View File
@@ -1,2 +1,4 @@
# Auto detect text files and perform LF normalization
* text=auto
*.v text diff=verilog
*.vh text diff=verilog
*.sv text diff=systemverilog
*.svh text diff=systemverilog
+2
View File
@@ -0,0 +1,2 @@
# Folders
assignments
+3 -1
View File
@@ -1,2 +1,4 @@
# nand2tetris-project
Hack computer, built following nand2tetris course
Hack computer, built following nand2tetris course using Verilog
The gates are designed following a behavioural modelling philosophy (mostly for learning purposes, even though a data flow modelling system would be preferible for big projects)