Bug, forgotten self in block.Side (thanks LKCL).
This commit is contained in:
parent
77a41674bc
commit
a91b92acfa
|
@ -214,8 +214,8 @@ class Side ( object ):
|
||||||
.format(pinName)
|
.format(pinName)
|
||||||
, '(y:{}, yAB: [{}:{}])' \
|
, '(y:{}, yAB: [{}:{}])' \
|
||||||
.format( DbU.getValueString(pinPos.getY())
|
.format( DbU.getValueString(pinPos.getY())
|
||||||
, DbU.getValueString(block.state.yMin)
|
, DbU.getValueString(self.block.state.yMin)
|
||||||
, DbU.getValueString(block.state.yMax)) ] ))
|
, DbU.getValueString(self.block.state.yMax)) ] ))
|
||||||
status += 1
|
status += 1
|
||||||
trace( 550, '\tIoPin.place() E/W @{} "{}" of "{}".\n'.format(pinPos,pinName,net) )
|
trace( 550, '\tIoPin.place() E/W @{} "{}" of "{}".\n'.format(pinPos,pinName,net) )
|
||||||
pin = Pin.create( net
|
pin = Pin.create( net
|
||||||
|
|
Loading…
Reference in New Issue