Skip to content

Commit

Permalink
Use $VSIM QuestaSim version also for building, if defined
Browse files Browse the repository at this point in the history
  • Loading branch information
FrancescoConti committed May 31, 2024
1 parent cdd5dea commit eee144a
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions target/sim/questasim/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,11 @@ VSIM_ARGS ?= -64
VLOG_ARGS += -suppress 2583 -suppress 13314 \"+incdir+\$$ROOT/hw/includes\"
VCOM_ARGS += ""
VOPT_ARGS ?= +acc
ifdef VSIM
VSIM_BIN ?= "$(VSIM) vsim"
else
VSIM_BIN ?= "vsim"
endif
VSIM_USER_PLUSARGS ?= ""
VSIM_DEFAULT_PLUSARGS ?= +nowarnTRAN +nowarnTSCALE +nowarnTFMPC -suppress 8386
RISCV_OBJCOPY_BIN ?= 'riscv32-unknown-elf-objcopy'
Expand Down

0 comments on commit eee144a

Please sign in to comment.