https://github.com/alirezakay/risc-cpu
A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )
https://github.com/alirezakay/risc-cpu
cpu cpu-architecture cpu-model instruction-set-architecture isa mips-processor multi-cycle processor-architecture processor-design risc-processor vhdl vhdl-code vhdl-modules
Last synced: about 1 month ago
JSON representation
A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )
- Host: GitHub
- URL: https://github.com/alirezakay/risc-cpu
- Owner: alirezakay
- License: mit
- Created: 2018-08-02T11:13:16.000Z (over 6 years ago)
- Default Branch: master
- Last Pushed: 2021-06-19T15:03:03.000Z (almost 4 years ago)
- Last Synced: 2023-03-21T11:08:48.868Z (about 2 years ago)
- Topics: cpu, cpu-architecture, cpu-model, instruction-set-architecture, isa, mips-processor, multi-cycle, processor-architecture, processor-design, risc-processor, vhdl, vhdl-code, vhdl-modules
- Language: VHDL
- Homepage: https://alirezakay.github.io/showcase/term4
- Size: 2.52 MB
- Stars: 22
- Watchers: 2
- Forks: 3
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
- License: LICENSE
Awesome Lists containing this project
README
# RISC-CPU
> A multi-cycle RISC CPU (processor) like MIPS-CPU architecture in VHDL ( a hardware-side implementation )## Documentation
This project is implemented in `VHDL` language with `ISE` simulator software with **a particular specifications**.Relevant course for this project could be `computer architecture`.
These codes here in github, are just the vhdl and wave files.
If you wanna get the ***complete project codes, built with `ISE`*** go [here](https://alirezakay.github.io/showcase/y2/risc-cpu-simulation), find the project title and **download** the full one.
here is a fairly complete documentaion written in **Persian** and also **English** languages: [document](./MyCPU.pdf)


## Authors
[Alireza Kavian](https://alireza-kavian.github.io)
## License
This project is licensed under the MIT License - see the [LICENSE](./LICENSE) file for details