mirror of
https://github.com/openhwgroup/cvw
synced 2025-01-23 21:14:37 +00:00
Merge pull request #1083 from jordancarlin/verilator_assertions
Enable assertions in Verilator
This commit is contained in:
commit
848c5feda7
@ -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