Class: RubyVPI::Simulator

Inherits:
Struct
  • Object
show all
Defined in:
lib/ruby-vpi.rb

Instance Attribute Summary collapse

Instance Attribute Details

#compiler_argsObject

Returns the value of attribute compiler_args

Returns:

  • (Object)

    the current value of compiler_args



15
16
17
# File 'lib/ruby-vpi.rb', line 15

def compiler_args
  @compiler_args
end

#idObject

Returns the value of attribute id

Returns:

  • (Object)

    the current value of id



15
16
17
# File 'lib/ruby-vpi.rb', line 15

def id
  @id
end

#linker_argsObject

Returns the value of attribute linker_args

Returns:

  • (Object)

    the current value of linker_args



15
16
17
# File 'lib/ruby-vpi.rb', line 15

def linker_args
  @linker_args
end

#nameObject

Returns the value of attribute name

Returns:

  • (Object)

    the current value of name



15
16
17
# File 'lib/ruby-vpi.rb', line 15

def name
  @name
end