Class: SystemRDL::Evaluator::InstArgs

Inherits:
Data
  • Object
show all
Defined in:
lib/systemrdl/evaluator/component_insts.rb

Instance Attribute Summary collapse

Instance Attribute Details

#nameObject (readonly)

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



100
101
102
# File 'lib/systemrdl/evaluator/component_insts.rb', line 100

def name
  @name
end

#typeObject (readonly)

Returns the value of attribute type

Returns:

  • (Object)

    the current value of type



100
101
102
# File 'lib/systemrdl/evaluator/component_insts.rb', line 100

def type
  @type
end

#valuesObject (readonly)

Returns the value of attribute values

Returns:

  • (Object)

    the current value of values



100
101
102
# File 'lib/systemrdl/evaluator/component_insts.rb', line 100

def values
  @values
end