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:
4
Makefile
4
Makefile
@@ -33,9 +33,9 @@ COMMON_OPTS ?= -intstyle xflow
|
|||||||
XST_OPTS ?=
|
XST_OPTS ?=
|
||||||
NGDBUILD_OPTS ?=
|
NGDBUILD_OPTS ?=
|
||||||
MAP_OPTS ?=
|
MAP_OPTS ?=
|
||||||
PAR_OPTS ?=
|
PAR_OPTS ?= -detail
|
||||||
BITGEN_OPTS ?=
|
BITGEN_OPTS ?=
|
||||||
TRACE_OPTS ?=
|
TRACE_OPTS ?= -v 3 -n 3
|
||||||
FUSE_OPTS ?= -incremental
|
FUSE_OPTS ?= -incremental
|
||||||
|
|
||||||
PROGRAMMER ?= none
|
PROGRAMMER ?= none
|
||||||
|
Reference in New Issue
Block a user