Fix Riviera -l switch
This commit is contained in:
parent
e1aec7d193
commit
040d2807c9
|
@ -113,7 +113,7 @@ irun-build: ${TBFILES} ${BUILD_DIR}/defines.h
|
|||
riviera-build: ${TBFILES} ${BUILD_DIR}/defines.h
|
||||
vlib work
|
||||
vlog -work work \
|
||||
-l riviera_compile.log -err VCP2694 W1 \
|
||||
-err VCP2694 W1 \
|
||||
+incdir+${RV_ROOT}/design/lib \
|
||||
+incdir+${RV_ROOT}/design/include \
|
||||
+incdir+${BUILD_DIR} +libext+.v $(defines) \
|
||||
|
@ -173,4 +173,4 @@ help:
|
|||
@echo Make sure the environment variable RV_ROOT is set.
|
||||
@echo Possible targets: verilator vcs irun vlog riviera help clean all verilator-build irun-build vcs-build riviera-build program.hex
|
||||
|
||||
.PHONY: help clean verilator vcs irun vlog riviera
|
||||
.PHONY: help clean verilator vcs irun vlog riviera
|
||||
|
|
Loading…
Reference in New Issue