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

File not found #2152

Closed arunvthampi closed 6 months ago

arunvthampi commented 6 months ago

Observed Behavior

When attempting to use the GitHub release "pulpissimo-v6.1.1," a file named "tc_clock_gating" could not be located while executing the command "fusesoc --cores-root=. run --target=synth --setup --build lowrisc:ibex:top_artya7 --part xc7a100tcsg324-1" within the ibex/examples/fpga/arty7 directory. The error message indicated that "tc_clock_gating" was not found on line 397 of ibex.core.sv.

Steps to reproduce the issue

git clone https://github.com/lowRISC/ibex.git cd ibex/ git checkout pulpissimo-v6.1.1 fusesoc --cores-root=. run --target=synth --setup --build lowrisc:ibex:top_artya7 --part xc7a100tcsg324-1

My Environment

EDA tool and version:

using xilinx vivado 2022.2 Operating system:

Using Ubuntu 22.04.3