Skip to content

Commit

Permalink
[syn] Add missing include path
Browse files Browse the repository at this point in the history
With the introduction of dv_fcov_macros.svh we need to add it as an
included path for sv2v.
  • Loading branch information
GregAC committed Jan 25, 2021
1 parent fbe4e9d commit 77b9e9c
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions syn/syn_yosys.sh
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit 77b9e9c

Please sign in to comment.