Method: Origen::Pins::PinBank#register_alias
- Defined in:
- lib/origen/pins/pin_bank.rb
#register_alias(id, pin, _options = {}) ⇒ Object
This will be called by the pins whenever a new alias is added to them
220 221 222 223 |
# File 'lib/origen/pins/pin_bank.rb', line 220 def register_alias(id, pin, = {}) known_aliases[id] ||= [] known_aliases[id] << pin end |