From 20dca056ad7ea2e411e20fae5a6c31ec31e151d3 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sat, 5 Nov 2022 12:11:00 -0400 Subject: [PATCH] Fix building tests The wrong module to dump signals was included; fix it. Fixes: 3ec1f4d ("Automatically dump signals") Signed-off-by: Sean Anderson --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 74027cd..919d323 100644 --- a/Makefile +++ b/Makefile @@ -36,7 +36,7 @@ IFLAGS := -g2012 -gspecify -Wall -Wno-timescale EXTRA_V := rtl/iverilog_dump.v define run-icarus = -$(ICARUS) $(IFLAGS) -I$( $@.d; RET=$$?; rm -f $@.pre; exit $$RET endef