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:
parent
db41a68f1a
commit
4b8aa53d12
1
Makefile
1
Makefile
|
@ -70,6 +70,7 @@ endef
|
||||||
$(run-icarus)
|
$(run-icarus)
|
||||||
|
|
||||||
PNRARGS := --freq 125 --hx8k --package ct256 --pcf-allow-unconstrained --no-promote-globals
|
PNRARGS := --freq 125 --hx8k --package ct256 --pcf-allow-unconstrained --no-promote-globals
|
||||||
|
PNRARGS += --no-print-critical-path-source
|
||||||
|
|
||||||
define run-pnr =
|
define run-pnr =
|
||||||
$(PNR) -q $(PNRARGS) --json $< --log log/$(*F).$(LOG_EXT)
|
$(PNR) -q $(PNRARGS) --json $< --log log/$(*F).$(LOG_EXT)
|
||||||
|
|
Loading…
Reference in New Issue