Lucheng Zhang

Results 2 issues of Lucheng Zhang

**Related issue**: https://github.com/chipsalliance/rocket-chip/issues/2953 **Type of change**: feature request **Impact**: API addition (no impact on existing code) **Development Phase**: implementation **Release Notes** Add test framework from @sequencer's [playground](https://github.com/sequencer/playground/tree/master/sanitytests/rocketchip).

When trying to compile riscv-tests with clang, several incompatible compilation issues between clang and gcc are met, such as: - https://github.com/riscv-software-src/riscv-tests/pull/225 - clang doesn't support immediates like `0f:7fc00000` - clang...