mirror of https://github.com/VLSIDA/OpenRAM.git
Increase stages and FO of fixed delay line.
This commit is contained in:
parent
7ba97ee0ba
commit
e4532083da
|
|
@ -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
|
||||
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Reference in New Issue