Method: Origen::Pins::PinBank#all_ground_pin_groups
- Defined in:
- lib/origen/pins/pin_bank.rb
#all_ground_pin_groups ⇒ Object
Returns a hash containing all ground pin groups stored by context
164 165 166 |
# File 'lib/origen/pins/pin_bank.rb', line 164 def all_ground_pin_groups @all_ground_pin_groups ||= {} end |