From e4532083da84227fcf6b12ca4f85f8fe7df6cd14 Mon Sep 17 00:00:00 2001 From: Matt Guthaus Date: Mon, 5 Aug 2019 13:52:32 -0700 Subject: [PATCH] Increase stages and FO of fixed delay line. --- compiler/options.py | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/compiler/options.py b/compiler/options.py index 8cb99ad3..ce974d63 100644 --- a/compiler/options.py +++ b/compiler/options.py @@ -51,8 +51,8 @@ class options(optparse.Values): # Allow manual adjustment of the delay chain over automatic use_tech_delay_chain_size = False - delay_chain_stages = 5 - delay_chain_fanout_per_stage = 3 + delay_chain_stages = 9 + delay_chain_fanout_per_stage = 4