How to fix coq error in riscv_duopod? #354
-
I'm trying to compile riscv_duopod with coqc and getting the following error:
I have installed Here's all 4 files: riscv_duopod.zip |
Beta Was this translation helpful? Give feedback.
Replies: 2 comments
-
I'm not sure what the solution to this, our main Sail to Coq expert is away on Holiday right now, so apologies if it takes a while to get a good answer to this. |
Beta Was this translation helpful? Give feedback.
-
The Coq target for the main RISC-V needs to be updated, which is causing the problem that you're seeing. Instead, add a file called
and build it all using
and it should work. I'll add this to the Sail repository soon, and later update the main Sail RISC-V definitions. |
Beta Was this translation helpful? Give feedback.
The Coq target for the main RISC-V needs to be updated, which is causing the problem that you're seeing. Instead, add a file called
riscv_duopod_extras.v
containingand build it all using
and it should work.
I'll add this to the Sail repository soon, and later update the main Sail RISC-V definitions.