Skip to content

Commit

Permalink
enable assertions in Verilator
Browse files Browse the repository at this point in the history
  • Loading branch information
jordancarlin committed Nov 11, 2024
1 parent f597eb8 commit c776ef3
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 c776ef3

Please sign in to comment.