lib/origen/pins.rb in origen-0.4.2 vs lib/origen/pins.rb in origen-0.4.3
- old
+ new
@@ -274,11 +274,11 @@
}.merge(options)
add_pin(id, options, &block)
end
alias_method :add_ground_pins, :add_ground_pin
- # Specifiy the order that pins will appear in the output pattern, unspecified
+ # Specify the order that pins will appear in the output pattern, unspecified
# pins will appear in an arbitrary order at the end
#
# API v2, deprecated
def pin_pattern_order(*pin_ids)
if pin_ids.last.is_a?(Hash)
@@ -294,10 +294,10 @@
Origen.app.pin_pattern_order << id
end
Origen.app.pin_pattern_order << options unless options.empty?
end
- # Specifiy the pins will not appear in the output pattern
+ # Specify the pins will not appear in the output pattern
def pin_pattern_exclude(*pin_ids)
if pin_ids.last.is_a?(Hash)
options = pin_ids.pop
else
options = {}