issues
search
amacgillivray
/
rv32_core
KU EECS 581 / 582 senior design project. This is project an attempt to study / explore CPU implementations, with an original goal of implementing the RISCV "V" extension. Code currently incomplete.
MIT License
1
stars
2
forks
source link
Clean repository and remove deprecated code
#77
Closed
amacgillivray
closed
2 years ago
amacgillivray
commented
2 years ago
This merge:
Deletes the
daemon
folder, which is deprecated / no longer needed (planning to run OS on cores)
Deletes the
dist
folder, which is deprecated for the same reason as
daemon
Deletes the old Vivado project, which was bloating the repository and making it difficult to keep track of files / versions
Renames
fpga
to
core
Moves all of our verilog into the top level of the
core
directory
Adds at least a skeletonized version of all of the RV32IM core components listed in #58
This merge:
daemon
folder, which is deprecated / no longer needed (planning to run OS on cores)dist
folder, which is deprecated for the same reason asdaemon
fpga
tocore
core
directory