From 757b4bea0cb64c6f57ff5d5c3db8be5e50cb480f Mon Sep 17 00:00:00 2001 From: Karol Gugala Date: Tue, 14 May 2019 12:28:13 +0200 Subject: [PATCH] utils: makesdf: set timescale to 1ns 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 7659b195..912e37f4 100644 --- a/utils/makesdf.py +++ b/utils/makesdf.py @@ -22,7 +22,7 @@ def produce_sdf(timings, outdir): """ (DELAYFILE (SDFVERSION \"3.0\") - (TIMESCALE 1ps) + (TIMESCALE 1ns) """ for site in sorted(timings[slice]): for bel_type in sorted(timings[slice][site]):