I want to run a program on Rocket core and observe all the signals in corresponding registers in GTKwave (e.g. PC, register file, ALU registers and wires etc.)
I am trying to build a minimal example, of how to generate an AXI4Stream interface using Chisel and diplomacy. I am using the diplomatic interface already avail
I'm attempting to perform a DMA that involves an AXI master fetching from an AXI slave. For simplicity, I elected to hook this system up through the TL front bu