))
nets = {
#'*': Net.create(cell, '*'),
- 'ref': Net.create(cell, 'ref'),
+ 'ref_v': Net.create(cell, 'ref_v'),
'div_out_test': Net.create(cell, 'div_out_test'),
'a0': Net.create(cell, 'a0'),
'a1': Net.create(cell, 'a1'),
}
# set net directions
- nets['ref'].setDirection( Net.Direction.IN )
+ nets['ref_v'].setDirection( Net.Direction.IN )
nets['a0'].setDirection( Net.Direction.IN )
nets['a1'].setDirection( Net.Direction.IN )
nets['div_out_test'].setDirection( Net.Direction.OUT )
x = space*20
wid = space
step = wid*5
- for cname in ['ref', 'div_out_test', 'a0', 'a1', 'vco_test_ana',
+ for cname in ['ref_v', 'div_out_test', 'a0', 'a1', 'vco_test_ana',
'out_v']:
net = nets[cname]
pin = Vertical.create(