Z-KN

Results 6 issues of Z-KN

**Impact**: software **Tell us about your environment:** *Chipyard Version:* Chipyard 1.4.0 Release *OS:* Linux Ubuntu 5.4.0-67-generic #75-Ubuntu SMP Fri Feb 19 18:03:38 UTC 2021 x86_64 x86_64 x86_64 GNU/Linux *Other:* documentation...

bug

When I am running build.sh and configuring riscv-isa-sim, it reports: riscv-isa-sim Configuring project riscv-isa-sim configure: error: Spike requires a little-endian host However, after running command "lscpu", it tells me my...

It seems understanding of papers can be totally wrong... lol ![Issue](https://user-images.githubusercontent.com/50490656/221756728-b38642b7-74fb-4a93-82e2-d2189511a136.png) Or make no sense... ![Issue2](https://user-images.githubusercontent.com/50490656/221757517-3901f912-983b-495b-a37b-41206b3b95e7.png)

DRAMsim is cycle-accurate, and I learned how it advances the clock `clk_`. But in terms of real-word latency on the wall clock, how do you measure that? If the `clk_`...

How to enable the direct memory access mode in DRAMsim3?

When I write assembly code and C code for the same functionality that are simulated by spike, it turns out that assembly code can access MMIO device address but C...