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

Implement Copy, Move constructors on Request class #52

Closed amacgillivray closed 2 years ago

amacgillivray commented 2 years ago

Not having these makes it tedious to use the class with STL containers correctly.