Closed 33xsk closed 3 months ago
it should have point to the pito_riscv common directory. It is now fixed.
/home/tao/BARVINN/csrc/conv/src//main.c: In function 'main_thread':
/home/tao/BARVINN/csrc/conv/src//main.c:41:22: error: 'DMA_START_ADDR' undeclared (first use in this function)
int wbase_addr = DMA_START_ADDR;
^~~~~~
/home/tao/BARVINN/csrc/conv/src//main.c:41:22: note: each undeclared identifier is reported only once for each function it appears in
Excuse me, how can I get int wbase_addr = DMA_START_ADDR, : each undeclared identifier is reported only once for each function it appears in
Is a header file missing?
Is csrfile.mem lost?
@shenbai12138 The code you are using was part of my test code when I was developing DMA. Unfortunately the DMA is still work in progress. For now, you can only use local rams on MVUs to store data.
Excuse me, is /csrc/conv/common damaged ?