Method: Origen::Pins::PinBank#power_pin_groups

Defined in:
lib/origen/pins/pin_bank.rb

#power_pin_groups(options = {}) ⇒ Object

Returns a hash containing all power_pin_groups available in the current context stored by their primary ID



101
102
103
104
105
# File 'lib/origen/pins/pin_bank.rb', line 101

def power_pin_groups(options = {})
  current_pin_group_store(all_power_pin_groups, options).select do |_id, group|
    group.enabled?(options)
  end
end