Skip to content
This repository was archived by the owner on Nov 22, 2023. It is now read-only.

Commit

Permalink
Makefrag: Switch to 64-bit version of vhdlan (#409)
Browse files Browse the repository at this point in the history
Fixes work-vsim/compile.sh script when compiling VHDL
sources with VCS.
  • Loading branch information
colluca authored May 5, 2022
1 parent 6c36eb3 commit 9a55ff5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion util/Makefrag
Original file line number Diff line number Diff line change
Expand Up @@ -69,6 +69,7 @@ VLOGAN_FLAGS := -assert svaext
VLOGAN_FLAGS += -assert disable_cover
VLOGAN_FLAGS += -full64
VLOGAN_FLAGS += -kdb
VHDLAN_FLAGS := -full64

# default on target `all`
all:
Expand Down Expand Up @@ -145,7 +146,7 @@ endef
#######
work-vcs/compile.sh: ${VSIM_SOURCES} ${TB_SRCS}
mkdir -p work-vcs
${BENDER} script vcs ${VSIM_BENDER} --vlog-arg="${VLOGAN_FLAGS}" > $@
${BENDER} script vcs ${VSIM_BENDER} --vlog-arg="${VLOGAN_FLAGS}" --vcom-arg="${VHDLAN_FLAGS}" > $@
chmod +x $@
$@ > work-vcs/compile.log

Expand Down

0 comments on commit 9a55ff5

Please sign in to comment.