From fd437f780d5b314b3e21b4125306ac9a299f08c9 Mon Sep 17 00:00:00 2001 From: Yann Herklotz Date: Sun, 14 Nov 2021 22:22:12 +0000 Subject: Improve Makefile for polybench --- benchmarks/polybench-syn/common.mk | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'benchmarks/polybench-syn/common.mk') diff --git a/benchmarks/polybench-syn/common.mk b/benchmarks/polybench-syn/common.mk index 0913bf5..88fb059 100644 --- a/benchmarks/polybench-syn/common.mk +++ b/benchmarks/polybench-syn/common.mk @@ -1,11 +1,11 @@ VERICERT ?= vericert -VERICERT_OPTS ?= -DSYNTHESIS -fschedule +VERICERT_OPTS ?= -DSYNTHESIS -O0 -finline IVERILOG ?= iverilog IVERILOG_OPTS ?= VERILATOR ?= verilator -VERILATOR_OPTS ?= -Wno-fatal --top main --exe /home/ymherklotz/projects/vericert/driver/verilator_main.cpp +VERILATOR_OPTS ?= -Wno-fatal --top main --exe /home/ymherklotz/projects/vericert/scripts/verilator_main.cpp TARGETS ?= -- cgit