class RgGen::SystemVerilog::RAL::Feature
Private Instance Methods
create_parameter(_, attributes, &block)
click to toggle source
# File lib/rggen/systemverilog/ral/feature.rb, line 15 def create_parameter(_, attributes, &block) DataObject.new(:parameter, attributes, &block) end
create_variable(_, attributes, &block)
click to toggle source
# File lib/rggen/systemverilog/ral/feature.rb, line 9 def create_variable(_, attributes, &block) DataObject.new( :variable, attributes.merge(array_format: :unpacked), &block ) end