lowRISC / ibex

Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.
https://www.lowrisc.org
Apache License 2.0
1.35k stars 523 forks source link

Compilation issue in ibex bring-up #2161

Open NithinDavid01 opened 5 months ago

NithinDavid01 commented 5 months ago

Hi,

In the process of bringing up the environment for ibex core, Facing issue when tried to bring the spike. In the compile flow, when tried to compile "insn_template.cc" file, the file requires "NAME.h" file which is missing in the repository. could you please help me with this issue.

Below is the path to repository which I am using for spike. github path: https://github.com/lowRISC/riscv-isa-sim

Error snippet description and file that caused the compilation issue: git path to the file "insn_template.cc": riscv-isa-sim/riscv at ibex_cosim · lowRISC/riscv-isa-sim (github.com)

Please use the attached image for reference(error_detail_snippet).

Missing the file "NAME.h" in repository. Which is required for the bring up. Path for the folder: https://github.com/lowRISC/riscv-isa-sim/tree/ibex_cosim/riscv/insns error_snippet_details