class Origen::Chips::ChipArray

A regular Array but print specs to the console via their ID for brevity and consistency with other APIs (e.g. $dut.regs # => [:reg1, :reg2])

Public Instance Methods

inspect() click to toggle source
# File lib/origen/chips.rb, line 19
def inspect
  map(&:name).inspect
end