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

Have daemon open a socket or queue at a specific location on startup #14

Closed amacgillivray closed 1 year ago

amacgillivray commented 1 year ago

Closing; we can use a single queue for both inputs and outputs (the queue mentioned in https://github.com/amacgillivray/linear_algebra_accelerator/pull/21 should be adequate).

Don't want to spend more time here until the FPGA choice is solid, since how the system is configured / accessed may require a total rewrite (e.g. if we use an SoC and run the daemon on the PS rather than having the daemon run on a normal system/server that the FPGA is attached to).