Class VerilogTable

    • Constructor Detail

      • VerilogTable

        public VerilogTable​(VerilogNode parent)
        Creates a UDP table.
        Parameters:
        parent - the parent node.
      • VerilogTable

        public VerilogTable​(VerilogTable other,
                            VerilogNode parent)
        Creates a copy of the UDP table.
        Parameters:
        other - the UDP table to be copied.
        parent - the parent node.