############################################################
## Copyright: 2011 Integrated Sytems Laboratory, ETH Zurich
##            http://www.iis.ee.ethz.ch/~sha3
############################################################
#
# create logical connectivity for power/ground pins,
# connect logic one/zero (1'b1/1'b0) in netlist to power/ground
#

clearGlobalNets
globalNetConnect VDD -type pgpin -pin VDD -inst *
globalNetConnect VSS -type pgpin -pin VSS -inst *

#globalNetConnect VDD -type pgpin -pin VDD -inst IVDD
#globalNetConnect VSS -type pgpin -pin VSS -inst IVSS

globalNetConnect VDD -type pgpin -pin VCC -inst i_RAM*
globalNetConnect VSS -type pgpin -pin GND -inst i_RAM*

globalNetConnect VDD -type tiehi
globalNetConnect VSS -type tielo

Generated on Tue Nov 22 15:16:34 CET 2011
Home