From 31903a222a9e79537d1eda1d8559e57c422d1af4 Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Wed, 10 Apr 2019 12:00:19 +0200 Subject: [PATCH] utils: makesdf: fix SLOW and FAST paths grouping Signed-off-by: Karol Gugala --- utils/makesdf.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/utils/makesdf.py b/utils/makesdf.py index c37f4fab..6c3a89ac 100644 --- a/utils/makesdf.py +++ b/utils/makesdf.py @@ -50,7 +50,7 @@ def produce_sdf(timings, outdir): continue dly = \ """ - (IOPATH {input} {output} ({FAST_MIN}::{SLOW_MIN})({FAST_MAX}::{SLOW_MAX}))""".format(**timings[slice][site][bel_type][delay]) + (IOPATH {input} {output} ({FAST_MIN}::{FAST_MAX})({SLOW_MIN}::{SLOW_MAX}))""".format(**timings[slice][site][bel_type][delay]) if 'extra_ports' in timings[slice][site][bel_type][ delay] is not None: dly += \