From 42c40682414432867177253b3b797791166a145c Mon Sep 17 00:00:00 2001 From: Max P Date: Fri, 8 Mar 2024 18:47:09 +0100 Subject: [PATCH] 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. --- Makefile | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/Makefile b/Makefile index d37342a..16d3ff5 100644 --- a/Makefile +++ b/Makefile @@ -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