lowRISC / ibex

Ibex is a small 32 bit RISC-V CPU core, previously known as zero-riscy.

Home Page:https://www.lowrisc.org

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

File not found

arunvthampi opened this issue · comments

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