From e587404e973844a4044385009c9b67d5ca5781a4 Mon Sep 17 00:00:00 2001 From: litneet64 Date: Fri, 31 May 2024 10:17:31 -0400 Subject: [PATCH] config: experiment with placement density 1 --- src/config.tcl | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/src/config.tcl b/src/config.tcl index d100b22..b935c21 100644 --- a/src/config.tcl +++ b/src/config.tcl @@ -12,7 +12,7 @@ # PL_TARGET_DENSITY - You can increase this if Global Placement fails with error GPL-0302. # Users have reported that values up to 0.8 worked well for them. -set ::env(PL_TARGET_DENSITY) 0.6 +set ::env(PL_TARGET_DENSITY) 0.8 # CLOCK_PERIOD - Increase this in case you are getting setup time violations. # The value is in nanoseconds, so 20ns == 50MHz.