Method: Origen::Pins::PinBank#other_pins
- Defined in:
- lib/origen/pins/pin_bank.rb
#other_pins(options = {}) ⇒ Object
81 82 83 84 85 |
# File 'lib/origen/pins/pin_bank.rb', line 81 def other_pins( = {}) all_other_pins.select do |_id, pin| pin.enabled?() end end |