riscv-software-src / riscv-isa-sim

Spike, a RISC-V ISA Simulator
Other
2.43k stars 855 forks source link

spike can't recognize MTVT CSR #318

Closed weiqi7777 closed 5 years ago

weiqi7777 commented 5 years ago

hi: I see CSR_MTVT is defined in encoding.h. but it doesn't implement in processor.cc. that cause that accessing mtvt CSR will generate exception. in riscv-tests, some case will access MTVT CSR. can you help to look it? thanks

aswaterman commented 5 years ago

Spike doesn't support the CLIC.

weiqi7777 commented 5 years ago

thanks for your replay. i close these issue.