Class: RubyVPI::Simulator
- Inherits:
-
Struct
- Object
- Struct
- RubyVPI::Simulator
- Defined in:
- lib/ruby-vpi.rb
Instance Attribute Summary collapse
-
#compiler_args ⇒ Object
Returns the value of attribute compiler_args.
-
#id ⇒ Object
Returns the value of attribute id.
-
#linker_args ⇒ Object
Returns the value of attribute linker_args.
-
#name ⇒ Object
Returns the value of attribute name.
Instance Attribute Details
#compiler_args ⇒ Object
Returns the value of attribute compiler_args
15 16 17 |
# File 'lib/ruby-vpi.rb', line 15 def compiler_args @compiler_args end |
#id ⇒ Object
Returns the value of attribute id
15 16 17 |
# File 'lib/ruby-vpi.rb', line 15 def id @id end |
#linker_args ⇒ Object
Returns the value of attribute linker_args
15 16 17 |
# File 'lib/ruby-vpi.rb', line 15 def linker_args @linker_args end |
#name ⇒ Object
Returns the value of attribute name
15 16 17 |
# File 'lib/ruby-vpi.rb', line 15 def name @name end |