From 040d2807c91ef70ee20f0337c9491888bc6edc21 Mon Sep 17 00:00:00 2001 From: Daniel Mlynek Date: Thu, 27 Feb 2020 09:59:42 +0100 Subject: [PATCH] Fix Riviera -l switch --- tools/Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/tools/Makefile b/tools/Makefile index cc3300b..fe54d55 100755 --- a/tools/Makefile +++ b/tools/Makefile @@ -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 \ No newline at end of file +.PHONY: help clean verilator vcs irun vlog riviera