Class: RubyRTL::RType
Instance Attribute Summary collapse
-
#bitwidth ⇒ Object
Returns the value of attribute bitwidth.
Attributes inherited from Ast
Instance Method Summary collapse
-
#initialize(bitwidth) ⇒ RType
constructor
A new instance of RType.
Methods inherited from Ast
Constructor Details
#initialize(bitwidth) ⇒ RType
Returns a new instance of RType.
285 286 287 |
# File 'lib/ruby_rtl/ast.rb', line 285 def initialize bitwidth @bitwidth=bitwidth end |
Instance Attribute Details
#bitwidth ⇒ Object
Returns the value of attribute bitwidth.
284 285 286 |
# File 'lib/ruby_rtl/ast.rb', line 284 def bitwidth @bitwidth end |