ElectRical Connectivity schematics check (ERC)

Use this script to check for floating networks. In particular, it checks that each part of schematics is connected to the ground (GND!) and power (vdd!) nets. To run the check go to menu Verify->ERC.
;;
;; N. Joukov, October 2001
;; ERC check
;;
ercRules(
    setGround("GND!")
    setPower("VDD!")
    twoWayPath("resistor" "DOWN" "UP")
    twoWayPath("inductor" "DOWN" "UP")
    twoWayPath("jjunction" "DOWN" "UP")
    checkPullUpAndDown()
    checkFloatingDevices()
    checkFloatingNets()
) 



[Cadence IntegrationCadence Integration][LVS][DRC][Extract]

Nikolai Joukov (kolya@rsfq1.physics.sunysb.edu) KTRACK statistics engine