Add missing 'anabatic.routingGauge' parameter for scn6m_deep.
This commit is contained in:
parent
3a6760f52a
commit
8434b01457
|
@ -22,6 +22,7 @@ parametersTable = \
|
|||
, ("kite.globalRipupLimit" ,TypeInt ,5 , { 'min':1 } )
|
||||
, ("kite.longGlobalRipupLimit" ,TypeInt ,5 , { 'min':1 } )
|
||||
# Anabatic parameters are temporarily hosted here.
|
||||
, ("anabatic.routingGauge" ,TypeString ,'msxlib' )
|
||||
, ("anabatic.edgeLength" ,TypeInt ,24 )
|
||||
, ("anabatic.edgeWidth" ,TypeInt ,4 )
|
||||
, ("anabatic.edgeCostH" ,TypeDouble ,9.0 )
|
||||
|
|
Loading…
Reference in New Issue