From 4b8aa53d124e8da504b26995169baad1723a6432 Mon Sep 17 00:00:00 2001 From: Sean Anderson Date: Sun, 5 Mar 2023 20:44:58 -0500 Subject: [PATCH] Makefile: Add --no-print-critical-path-source to nextpnr arguments This makes critical paths much more readable. Signed-off-by: Sean Anderson --- Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/Makefile b/Makefile index b13f3b6..16c320a 100644 --- a/Makefile +++ b/Makefile @@ -70,6 +70,7 @@ endef $(run-icarus) PNRARGS := --freq 125 --hx8k --package ct256 --pcf-allow-unconstrained --no-promote-globals +PNRARGS += --no-print-critical-path-source define run-pnr = $(PNR) -q $(PNRARGS) --json $< --log log/$(*F).$(LOG_EXT)