Skip to content

Commit

Permalink
Turn off "IVerilog support for VPI is incomplete"
Browse files Browse the repository at this point in the history
  • Loading branch information
Charlie Ross committed Jan 9, 2024
1 parent f00d205 commit 6770d36
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/exec/bsc_build_vsim_iverilog
Original file line number Diff line number Diff line change
Expand Up @@ -153,8 +153,8 @@ if [ -n "$BSC_VPI_FILES" ]; then
echo " Compile and link without the -use-dpi flag."
exit 1
fi
echo "WARNING: IVerilog support for VPI is incomplete. BSV designs using foreign"
echo " functions are not guaranteed to compile or simulate correctly."
# echo "WARNING: IVerilog support for VPI is incomplete. BSV designs using foreign"
# echo " functions are not guaranteed to compile or simulate correctly."
## If CXX is set, use that. Otherwise just use c++
if [ "$CXX" = "" ]
then
Expand Down

0 comments on commit 6770d36

Please sign in to comment.