mirror of
https://github.com/openhwgroup/cve2.git
synced 2025-04-22 04:57:25 -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 \
|
||||
../rtl/*_pkg.sv \
|
||||
-I../vendor/lowrisc_ip/ip/prim/rtl \
|
||||
-I../dv/fcov \
|
||||
$file \
|
||||
> $LR_SYNTH_OUT_DIR/generated/${module}.v
|
||||
done
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue