Add missing 'anabatic.routingGauge' parameter for scn6m_deep.

This commit is contained in:
Jean-Paul Chaput 2018-03-19 14:16:05 +01:00
parent 3a6760f52a
commit 8434b01457
1 changed files with 1 additions and 0 deletions

View File

@ -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 )