From f12d3be0bd7fe9f6960bf3f48e57fba40e953681 Mon Sep 17 00:00:00 2001 From: Brendan Haines Date: Thu, 1 Dec 2022 01:05:39 -0700 Subject: [PATCH] update makefile --- tests/test_basic/Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/tests/test_basic/Makefile b/tests/test_basic/Makefile index f9ebf04..69f9f15 100644 --- a/tests/test_basic/Makefile +++ b/tests/test_basic/Makefile @@ -45,7 +45,7 @@ LDFLAGS = -melf32lriscv_ilp32 # Hardware compilation %.out: %.sv $(SOURCE_V) - iverilog -g2012 -o $@ $^ + iverilog -g2012 -o $@ $^ -Y .sv -I ../../lib # Run test %.vcd %.log: %.out %.hex