lonely eagle
Results
3
issues of
lonely eagle
I found two macros, gemmini_config_ld and gemmini_config_st,they are in **charyard/generators/gemmini/software/gemmini-rocc-tests/include/gemmini.h**,but I don't know what they are for, and I don't see any description in the isa section of the documentation,...
``` new Module { // Example circuit using a Queue val io = IO(new Bundle { val in = Flipped(Decoupled(UInt(8.W))) val out = Decoupled(UInt(8.W)) }) val queue = Queue(io.in, 2)...