mirror of
https://github.com/openhwgroup/cvw.git
synced 2025-04-22 12:57:23 -04:00
enable assertions in Verilator
This commit is contained in:
parent
f597eb8eec
commit
c776ef3fd4
1 changed files with 1 additions and 1 deletions
|
@ -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
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue