wtf
09/07/2022, 9:14 PMaddr = 0x30000000 + 0; // get cyc
addr = 0x30000000 + 0x000FFFFC; // get cyc
addr = 0x30000000 + 0x000FFFFC + 4; // no cyc
I can get around that but my bigger problem is that the slave ack isn't making it all the way back to VexRiscv.
Able to get more ack's returned with this:
reg_wb_enable = -1;
Is this boundary special: 10000400? Seeing IFetch hung there with no ack.Matt Venn
09/08/2022, 9:41 AMMatt Venn
09/08/2022, 9:42 AMwtf
09/08/2022, 12:21 PM