-
Notifications
You must be signed in to change notification settings - Fork 0
/
README.txt
30 lines (25 loc) · 1.04 KB
/
README.txt
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
CS 226: Course Project
Team Members:
- Ankit Kumar Misra (190050020)
- Devansh Jain (190100044)
- Harshit Varma (190100055)
- Richeek Das (190260036)
File Descriptions:
code/
ALU.vhd : Basic Arithmatic and Logical Unit
FSM.vhd : The Finite State Machine
IITBProc.vhd : Top Level Entity
MUXes.vhd : Package of different MUXes
Memory.vhd : Async Memory with Read/Write
OneBitAdder.vhd : Single Bit Full Adder
OneBitRegister.vhd : Async Single Bit Register
RegisterFile.vhd : Async Register File
SixteenBitAdder.vhd : 16-bit Ripple Carry Adder
SixteenBitNand.vhd : 16-bit NAND Operation
SixteenBitRegister.vhd : Async 16-bit Register
Testbench.vhd : Used for testing
utils/
hex2instr.py : Converts a hexadecimal instruction to it's human-readable string form
instr2hex.py : Converts the string form of an instruction to the corresponding hexadecimal form
report/
report.pdf: The Complete Design Document