Class: TdlSpace::DefPortArrayChain

Inherits:
Object
  • Object
show all
Defined in:
lib/tdl/class_hdl/hdl_ex_defarraychain.rb

Overview

# @belong_to_module.add_to_new_module(“@port_axi4infs”,a)

    StringBandItegration.add_method_to_itgt(name,a)
    a
end

end

Instance Attribute Summary collapse

Instance Method Summary collapse

Constructor Details

#initialize(belong_to_module) ⇒ DefPortArrayChain

Returns a new instance of DefPortArrayChain.



134
135
136
# File 'lib/tdl/class_hdl/hdl_ex_defarraychain.rb', line 134

def initialize(belong_to_module)
    @belong_to_module = belong_to_module
end

Instance Attribute Details

#belong_to_moduleObject

Returns the value of attribute belong_to_module.



132
133
134
# File 'lib/tdl/class_hdl/hdl_ex_defarraychain.rb', line 132

def belong_to_module
  @belong_to_module
end