Skip to content

Commit

Permalink
dev: update vcom flags for questa v23.1
Browse files Browse the repository at this point in the history
  • Loading branch information
Your Name committed Oct 6, 2024
1 parent 362a45d commit 960e738
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion scripts/makefile.questa
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@ MAKE_CLEAN += $(LIBS)
VCOM ?= vcom
FLAGS += -quiet # dont print informal output
FLAGS += -2008 # enable VHDL-2008 language features
FLAGS += -pedanticerrors -check_synthesis -fsmverbose w -lint # enable warnings
FLAGS += -fsmverbose w -lint=full # enable warnings
FLAGS += -suppress 1320 # ignore: Type of expression "x" is ambiguous; using element type y, not aggregate type z.
FLAGS += -suppress 1292 # ignore: Slice range direction "downto" specified in slice with prefix of unknown direction.
FLAGS += -error 1400 # promote: Signal "x" is read in the process but is not in the sensitivity list.
Expand Down

0 comments on commit 960e738

Please sign in to comment.