Makefile: Add --no-print-critical-path-source to nextpnr arguments

This makes critical paths much more readable.

Signed-off-by: Sean Anderson <seanga2@gmail.com>
This commit is contained in:
Sean Anderson 2023-03-05 20:44:58 -05:00
parent db41a68f1a
commit 4b8aa53d12
1 changed files with 1 additions and 0 deletions

View File

@ -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)