cas-mls / cpu2

This is a simple CPU architecture that I used to verify that I understand how to use FPGAs, VHDL, and write a CPU using Vivado on Arty S7. This is my largest project to date. Under 1000 Lines of Code.
MIT License
0 stars 0 forks source link

1. Update to remove the memory IP and put it in the Computer and the … #22

Closed cas-mls closed 5 months ago

cas-mls commented 5 months ago

…Simulator

  1. The Timer interrupt return is not working in the simulator, had to remove a 1 cycle wait. That change brakes the hardware. Had to change it back. There is a commented out code around line 444.