Skip to content

Commit

Permalink
Merge pull request #1083 from jordancarlin/verilator_assertions
Browse files Browse the repository at this point in the history
Enable assertions in Verilator
  • Loading branch information
davidharrishmc authored Nov 11, 2024
2 parents f597eb8 + c776ef3 commit 848c5fe
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion sim/verilator/Makefile
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@ SHELL := /bin/bash
.PHONY: profile run questa clean

# verilator configurations
OPT=
OPT=--assert
PARAMS?=--no-trace-top
NONPROF?=--stats
VERILATOR_DIR=${WALLY}/sim/verilator
Expand Down

0 comments on commit 848c5fe

Please sign in to comment.