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

Implement the RIO and WIO to include Indexed Memory access mode. #17

Closed cas-mls closed 10 months ago

cas-mls commented 10 months ago

Produce tests which tests the RIO and WIO. Tested a negative value for the Index. It worked as is, no change.