From bb6b940d288b29282f2429b4cdb9c92effd7ac94 Mon Sep 17 00:00:00 2001 From: Vladimir Burian Date: Fri, 27 May 2011 08:11:04 +0200 Subject: [PATCH] Keeping hierarchy during hardware synthesis. Does not propagate to place & route stage, so optimization is still working. But we can see in floorplan which part of FPGA implements which entity. --- build/Makefile | 1 + 1 file changed, 1 insertion(+) diff --git a/build/Makefile b/build/Makefile index 6eb12ff..fa08461 100644 --- a/build/Makefile +++ b/build/Makefile @@ -105,6 +105,7 @@ re-synthesize $(NGC): $(addrefix $(SRC)/,$(PRJ)) -top $(TOP) \ -p $(DEVICE) \ -opt_mode Speed \ + -keep_hierarchy soft \ -opt_level 1" | xst | tee xst.log -- 2.39.2