Method: Axi4#inst_port

Defined in:
lib/tdl/elements/axi4.rb

#inst_portObject

def port_length

("axi_inf." + @port.to_s + " ").length

end



83
84
85
86
87
88
89
90
91
# File 'lib/tdl/elements/axi4.rb', line 83

def inst_port


    # if @port
    #     ("axi_inf." + @port.to_s + " " + " "*sub_len + @name.to_s)
    # end

    return ["axi_inf." + @port.to_s,@name.to_s,array_inst]
end