jwhur
jwhur
I want to do some job on the file in mounted google drive. But whenever I try to save the file, it alerts annoying message that the file is newly...
When I try to run a simple example on PyCG, it always raises exception `pycg.machinery.imports.ImportManagerError`. My setting is as follow: python version: `3.6.9` pycg commit: `99c991` I setup test directory...
**Type of issue**: bug report **Impact**: rtl refactoring **Development Phase**: proposal Hi, I found a new transient execution attack on risc-v boom. The attack relies on the bug #558, which...
**Type of issue**: bug report **Impact**: unknown When RocketTile with Boom core receives PROBE_REQUEST message through tilelink b ports, it responds with with PROBE_ACK (_DATA) messages. The source fields of...
**Type of issue**: bug report **Impact**: unknown **Other information** I'm using SmallBoomConfig of riscv-boom v3.0.0 (without any modification). While running a bare-metal binary (which I modified from the SpectreAttack repo),...
**Type of issue**: bug report **Impact**: rtl refactoring **Development Phase**: proposal **Other information** I think there is a bug in floating point unit of Boom. The result of fsqrt instruction...
**Type of issue**: question **Impact**: unknown **Development Phase**: request | proposal **Other information** Hi, when executing Boom core with floating point instruction which has invalid rm (like 5 or 6),...
**Type of issue**: bug report **Impact**: unknown **Other information** When I run fle.d instruction in spike and boom, Spike does not set FS bits in mstatus if both operands are...
This will resolve #99
When I input multiply, mtspr, multiply instructions sequentially, like this, ```verilog b08e1111 l.muli r4, r14, 0x1111 c011f416 l.mtspr r17, r30, 0xf416 b2160001 l.muli r16, r22, 0x0001 ``` value in r30...