class Origen::Specs::SpecArray
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/specs.rb, line 34 def inspect map(&:name).inspect end