Enhanced Place-and-Route and Tracing Verbosity

Updated Makefile to include detailed placement and routing by adding the `-detail` flag to PAR_OPTS. Also increased verbosity levels for tracing by setting TRACE_OPTS to `-v 3 -n 3`, providing more comprehensive diagnostic information during builds.
This commit is contained in:
2024-03-08 18:47:09 +01:00
parent 112fef0477
commit 42c4068241

View File

@@ -33,9 +33,9 @@ COMMON_OPTS ?= -intstyle xflow
XST_OPTS ?=
NGDBUILD_OPTS ?=
MAP_OPTS ?=
PAR_OPTS ?=
PAR_OPTS ?= -detail
BITGEN_OPTS ?=
TRACE_OPTS ?=
TRACE_OPTS ?= -v 3 -n 3
FUSE_OPTS ?= -incremental
PROGRAMMER ?= none