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

Add files via upload #64

Closed AditiDarade closed 2 years ago

AditiDarade commented 2 years ago

Req. #12 Write class to handle socket or queue, based on decision in Req. 11 completed. Two class files, one for the server and one for the client, and two program files to test these classes.