riscv-software-src / riscv-isa-sim

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

compile spike with encoding.h from the riscv-opcodes, and compile failed. #319

Open weiqi7777 opened 5 years ago

weiqi7777 commented 5 years ago

hi: I notice spike add some vector ins, and encoding.h has vectors ins define. but i generate encoding.h from the riscv-opcodes repository(master branch), i can't find the vector ins define. I compile spike with the generated encoding.h , and I get compile failed. do you use other way to generate encoding.h? thanks

chihminchao commented 5 years ago

Hi weiqi7777, The encoding.h we used comes from riscv-opcodes master branch and there should be no manual change. Could you provide the version information of riscv-opcodes and the command you used to generate encoding.h

Thanks