class HDLRuby::High::Std::ChannelPort

Describes a channel port.

Attributes

scope[R]

The scope the port has been declared in.

Public Instance Methods

wrap(*args) click to toggle source

Wrap with args arguments.

# File lib/HDLRuby/std/channel.rb, line 98
def wrap(*args)
    return ChannelPortB.new(self,*args)
end