Class: TdlSpace::DefPortArrayChain
- Inherits:
-
Object
- Object
- TdlSpace::DefPortArrayChain
- 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
-
#belong_to_module ⇒ Object
Returns the value of attribute belong_to_module.
Instance Method Summary collapse
-
#initialize(belong_to_module) ⇒ DefPortArrayChain
constructor
A new instance of DefPortArrayChain.
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_module ⇒ Object
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 |