mirror of
https://github.com/lowRISC/ibex.git
synced 2025-06-28 09:17:17 -04:00
[syn] Add missing include path
With the introduction of dv_fcov_macros.svh we need to add it as an included path for sv2v.
This commit is contained in:
parent
fbe4e9da08
commit
77b9e9c78c
1 changed files with 1 additions and 0 deletions
|
@ -32,6 +32,7 @@ for file in ../rtl/*.sv; do
|
||||||
--define=SYNTHESIS \
|
--define=SYNTHESIS \
|
||||||
../rtl/*_pkg.sv \
|
../rtl/*_pkg.sv \
|
||||||
-I../vendor/lowrisc_ip/ip/prim/rtl \
|
-I../vendor/lowrisc_ip/ip/prim/rtl \
|
||||||
|
-I../dv/fcov \
|
||||||
$file \
|
$file \
|
||||||
> $LR_SYNTH_OUT_DIR/generated/${module}.v
|
> $LR_SYNTH_OUT_DIR/generated/${module}.v
|
||||||
done
|
done
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue