Skip to content

Commit

Permalink
Merge pull request #1072 from larsclausen/iverilog-vpi-fix
Browse files Browse the repository at this point in the history
iverilog-vpi.sh: Put `IVCXX` in quotes to allow to pass arguments
  • Loading branch information
larsclausen authored Jan 17, 2024
2 parents b1e602d + 39daac0 commit 151a14d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion iverilog-vpi.sh
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@

# These are the variables used for compiling files
CC="@IVCC@"
CXX=@IVCXX@
CXX="@IVCXX@"
CFLAGS="@PIC@ @IVCFLAGS@ -I@INCLUDEDIR@"
CXXFLAGS="@PIC@ @IVCXXFLAGS@ -I@INCLUDEDIR@"

Expand Down

0 comments on commit 151a14d

Please sign in to comment.