Welcome! thanks for visiting
This is a simple implementation of a single cycle processor. specifications:
- Register File contains 8 16-bit registers from R0 to R7
- Memory : 1K*16bit
- 4 kinds of commands:
see wiki for more detailes.
add all .v files to a new project in modelsim and simulate it. You can add your commands in instructions.txt and your datas in datas.txt
This project is done by Zahra Mousavi and Ghazal Minaei.
Thanks for reading this!