Fix offgrid core power rings in symbolic/cmos configuration.
* Bug: In CRL/etc/symbolic/plugins.py, power lines around the core where badly spaced, allowing the filler to insert a fill wire that was causing both DRC error and short circuit.
This commit is contained in:
parent
3f42981fb2
commit
106bc89cb5
|
@ -22,8 +22,8 @@ helpers.io.vprint( 2, ' - "%s".' % helpers.truncPath(__file__) )
|
|||
Cfg.getParamInt ( "chip.block.rails.count" ).setInt ( 5 )
|
||||
Cfg.getParamInt ( "chip.block.rails.hWidth" ).setInt ( l( 12) )
|
||||
Cfg.getParamInt ( "chip.block.rails.vWidth" ).setInt ( l( 12) )
|
||||
Cfg.getParamInt ( "chip.block.rails.hSpacing" ).setInt ( l( 6) )
|
||||
Cfg.getParamInt ( "chip.block.rails.vSpacing" ).setInt ( l( 6) )
|
||||
Cfg.getParamInt ( "chip.block.rails.hSpacing" ).setInt ( l( 3) )
|
||||
Cfg.getParamInt ( "chip.block.rails.vSpacing" ).setInt ( l( 3) )
|
||||
Cfg.getParamBool ( "chip.useAbstractPads" ).setBool ( True )
|
||||
Cfg.getParamInt ( 'clockTree.minimumSide' ).setInt ( l(600) )
|
||||
Cfg.getParamString( 'clockTree.buffer' ).setString( 'buf_x2')
|
||||
|
|
Loading…
Reference in New Issue