From 9e85d78244651704cf3b2a612b526c1d011c28f7 Mon Sep 17 00:00:00 2001 From: Sadoon Albader Date: Fri, 8 Sep 2023 17:49:14 +0300 Subject: [PATCH] fix trailing backslash that is confusing editors --- Makefile | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Makefile b/Makefile index 2d764b5..9a1ac9b 100644 --- a/Makefile +++ b/Makefile @@ -285,7 +285,7 @@ microwatt-verilator: microwatt.v verilator/microwatt-verilator.cpp verilator/uar # --unroll-count 256 \ # --output-split 5000 \ # --output-split-cfuncs 500 \ - # --output-split-ctrace 500 \ + # --output-split-ctrace 500 make -j $(JOBS) -C obj_dir -f Vmicrowatt.mk @cp -f obj_dir/microwatt-verilator microwatt-verilator -- 2.30.2