Koba
Koba
Hi all, I get the following error when generating Verilog with the command `./run-examples GCD --backend-name verilator` ``` /home/beatsnbytes/Documents/Git_Projects/to_experiment/lowrisc/verilator/include/verilated.cpp: In function ‘void vl_hash(bool, std::string)’: /home/beatsnbytes/Documents/Git_Projects/to_experiment/lowrisc/verilator/include/verilated.cpp:1149:37: error: no matching function for...
Hello, I am trying to build the riscv-tools and the respective toolchain (on the branch priv-1.7 since my project is based on this privileged ISA spec) with no success. While...
Hi all, As far as I can see from the Chisel files the L1 D cache replacement policy is defined to be Random replacement. The Pseudo LRU policies are defined...