Class: Origen::Specs::SpecArray
Overview
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])
Instance Method Summary collapse
Methods inherited from Array
#dups, #dups?, #dups_with_index, #ids
Instance Method Details
#inspect ⇒ Object
26 27 28 |
# File 'lib/origen/specs.rb', line 26 def inspect map(&:name).inspect end |