class RubyRTL::RType

Attributes

bitwidth[RW]

Public Class Methods

new(bitwidth) click to toggle source
# File lib/ruby_rtl/ast.rb, line 285
def initialize bitwidth
  @bitwidth=bitwidth
end