douggilliland / R32V2020

My 32-bit RISC CPU for smallish FPGAs
GNU General Public License v3.0
14 stars 3 forks source link

Register File coded in VHDL #20

Closed douggilliland closed 5 years ago

douggilliland commented 5 years ago

Fits easily in FPGA...

douggilliland commented 5 years ago

@mjgpy3 so far the register file is just registers, not constants or counters (for the address spaces).

Changing the constants to constants and adding counters now.

douggilliland commented 5 years ago

Added counters and constants. Still need to do testbench on Register File.