[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:
Greg Chadwick 2021-01-25 16:27:29 +00:00
parent fbe4e9da08
commit 77b9e9c78c

View file

@ -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