Class VerilogDesignBackend

    • Constructor Summary

      Constructors 
      Modifier Constructor Description
      protected VerilogDesignBackend​(java.lang.String name)
      Creates a back-end.
    • Method Summary

      All Methods Instance Methods Abstract Methods Concrete Methods 
      Modifier and Type Method Description
      java.lang.String getName()
      Returns the name of the back-end.
      abstract void start​(VerilogDesign design)
      Processes the elaborated design.
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
    • Constructor Detail

      • VerilogDesignBackend

        protected VerilogDesignBackend​(java.lang.String name)
        Creates a back-end.
        Parameters:
        name - the back-end name.
    • Method Detail

      • getName

        public final java.lang.String getName()
        Returns the name of the back-end.
        Returns:
        the back-end name.
      • start

        public abstract void start​(VerilogDesign design)
        Processes the elaborated design.
        Parameters:
        design - the elaborated design.