A tiny processor that can preform 4 operations
Included here are the files ad procedure for a fully functional 4 bit tiny processor that can preform these operations:
- load register A
- Complement register A
- Move Register A to Register B(move contents)
- Swap register A and B (swap contents)
Files included are project report, main test bench, main schematic and waveforms.
The report includes detailed steps and procedures