mirror of
https://github.com/openhwgroup/cvw
synced 2025-02-02 17:55:19 +00:00
enable assertions in Verilator
This commit is contained in:
parent
f597eb8eec
commit
c776ef3fd4
@ -6,7 +6,7 @@ SHELL := /bin/bash
|
|||||||
.PHONY: profile run questa clean
|
.PHONY: profile run questa clean
|
||||||
|
|
||||||
# verilator configurations
|
# verilator configurations
|
||||||
OPT=
|
OPT=--assert
|
||||||
PARAMS?=--no-trace-top
|
PARAMS?=--no-trace-top
|
||||||
NONPROF?=--stats
|
NONPROF?=--stats
|
||||||
VERILATOR_DIR=${WALLY}/sim/verilator
|
VERILATOR_DIR=${WALLY}/sim/verilator
|
||||||
|
Loading…
Reference in New Issue
Block a user