-
Notifications
You must be signed in to change notification settings - Fork 5
/
Copy pathREADME
36 lines (19 loc) · 1.12 KB
/
README
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
********************************************************************************
Exercises from The Elements Of Computing Systems
********************************************************************************
Resources to run the various code from this project available from:
http://www1.idc.ac.il/tecs/software.html
********************************************************************************
Project1:
Creating basic components of circuits in a hardware definition language.
The .hdl files in the project folder represent my solutions to project1
********************************************************************************
Project2:
Introduces logical and arithmatic components, culminating in the creation of an
ALU.
The .hdl files in the project folder represent my solutions to project1
********************************************************************************
Project3:
(a) Introduces sequential circuits, DFF, registers, memory and counters
The .hdl files in the project folder represent my solutions to project1
********************************************************************************