Sergey
Sergey
In pma_pkg.sv specify constants: ``` localparam bit [CFG_CPU_ADDR_BITS-1:0] YOUR_DEVICE_BAR = 48'h000100000000; localparam bit [CFG_CPU_ADDR_BITS-1:0] YOUR_DEVICE_MASK = 48'h000000000fff;// 4 KB ``` In pma.sv add uncahced data region: ``` end else if...
I am not sure that I understood your question but asic_sim, kc705_sim and a real hardware execute absolutely the same code and should show the same output. With the enabled...
Yes, whole system is simulating with the all peripheries.
No, sorry. I am more interested in the full-functional SD-controller right now.
You can use fence.i instruction to flush caches