Himal Subedi

Results 12 issues of Himal Subedi

while compiling verilog code ( .v), i get following errors.. can you please tell me where is error either of generated code from scala to verilog (by sbt "runMain vexriscv.demo.Murax"...

Dear Charles, Is it how L1 cache and CPU communicate during Load/store ? **Pipeline: FetchCachePlugin** **Pipeline: DataCachePlugin**

![image](https://github.com/SpinalHDL/NaxRiscv/assets/87283421/14d2a1ff-603f-4379-800b-e859815725a9) https://github.com/SpinalHDL/NaxRiscv/blob/throttle_l2/src/main/scala/naxriscv/platform/litex/NaxSoc.scala#L76 Dear charles, If I understand correctly, I've managed to derive a diagram from the provided code. I'm curious about how Memfilter communicates with L2 cache, specifically, the interfaces...

Hi charles, I have some doubt regarding L1 and L2 cache sets and cache line in each set of L1 and L2 data cache. can you please help me to...

Hi charles, I was try to measure L2 cache WB counter for that i change the following but my counter gives me **22 times more** than your counter **L2 WB...

Hi Charles, when performing **reading** operations during the **simulation** and **on FPGA**, `SCOPE_HART_DCACHE_WRITEBACK` counter value is increased, which was not expected. #define SCOPE_HART_DCACHE_WRITEBACK(hart) ((hart) * 0x80 + 0x14) // Read...

Hi charles, I am wondering about drawing the diagram of a cache architecture for my own purpose. Could you please let me know how it is organized? 1. L1 cache...

Hi As 1 miss => 1 refill (for the current config), i am wondering how to measure L2 cache **Write Back(WB)** of **specific cpu core**? i am wondering how to...

Do i have to update in following code of **naxRiscv/ext/NaxSoftware/baremetal/socdemo/crt.s** if i need multicore refill and writeback value instead of multiplying with **""0*0x80""** #define SCOPE_HART0 (SCOPE + 0*0x80) Do i...

Dear Charles, I'd like to know how the Nax core's L1 & L2 cache memory architecture is organized, though L1 is an inclusive cache of the L2 cache. Is L2...