Class VerilogPort

    • Constructor Detail

      • VerilogPort

        public VerilogPort​(VerilogNode parent)
        Creates a port.
        Parameters:
        parent - the parent node.
      • VerilogPort

        public VerilogPort​(VerilogPort other,
                           VerilogNode parent)
        Creates a copy of the port.
        Parameters:
        other - the port to be copied.
        parent - the parent node.
    • Method Detail

      • getReferences

        public java.util.List<VerilogReference> getReferences()
        Returns the port references.
        Returns:
        the list of port references.
      • addReference

        public void addReference​(VerilogReference reference)
        Adds the reference to the port references.
        Parameters:
        reference - the reference to be added.