2012-11-16 06:49:47 -06:00
|
|
|
|
|
|
|
# -*- Mode:Python -*-
|
|
|
|
|
|
|
|
# Nimbus parameters.
|
|
|
|
parametersTable = \
|
|
|
|
( ('nimbus.aspectRatio' , TypePercentage, 100 , { 'min':10, 'max':1000 } )
|
|
|
|
, ("nimbus.pinsPlacement", TypeBool , False )
|
|
|
|
, ("nimbus.spaceMargin" , TypePercentage, 40 )
|
2014-05-21 17:13:17 -05:00
|
|
|
, ("nimbus.cellGauge" , TypeString , "vsclib", { 'flags':Cfg.Parameter.Flags.AllRequirements} )
|
|
|
|
, ("nimbus.routingGauge" , TypeString , "vsclib", { 'flags':Cfg.Parameter.Flags.AllRequirements} )
|
2012-11-16 06:49:47 -06:00
|
|
|
)
|
|
|
|
|
|
|
|
|
|
|
|
# layoutTable is defined inside Mauka.
|
|
|
|
layoutTable = ()
|