Skip to content

Commit

Permalink
hw: Fix syntax in IP testbench compile scripts
Browse files Browse the repository at this point in the history
  • Loading branch information
paulsc96 committed Feb 15, 2024
1 parent c54ca8c commit 0d2bd4f
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion hw/reqrsp_interface/util/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e

[ ! -z "$VSIM" ] || VSIM=vsim

$(BENDER) script vsim -t test \
$BENDER script vsim -t test \
--vlog-arg="-svinputport=compat" \
--vlog-arg="-override_timescale 1ns/1ps" \
--vlog-arg="-suppress 2583" \
Expand Down
2 changes: 1 addition & 1 deletion hw/snitch_ssr/util/compile.sh
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@ set -e

[ ! -z "$VSIM" ] || VSIM=vsim

$(BENDER) script vsim -t test \
$BENDER script vsim -t test \
--vlog-arg="-svinputport=compat" \
--vlog-arg="-override_timescale 1ns/1ps" \
--vlog-arg="-suppress 2583" \
Expand Down

0 comments on commit 0d2bd4f

Please sign in to comment.