Class VerilogGenerate


  • public final class VerilogGenerate
    extends VerilogNode
    VerilogGenerate represents the abstract syntax of the generate construct.
    • Constructor Detail

      • VerilogGenerate

        public VerilogGenerate​(VerilogNode parent)
        Creates a generate construct.
        Parameters:
        parent - the parent node.
      • VerilogGenerate

        public VerilogGenerate​(VerilogGenerate other,
                               VerilogNode parent)
        Creates a copy of the generate construct.
        Parameters:
        other - the generate construct to be copied.
        parent - the parent node.