Class VerilogPrinter


  • public final class VerilogPrinter
    extends java.lang.Object
    VerilogPrinter illustrates development of a Verilog back-end.
    • Constructor Summary

      Constructors 
      Constructor Description
      VerilogPrinter()  
    • Method Summary

      All Methods Static Methods Concrete Methods 
      Modifier and Type Method Description
      static void main​(java.lang.String[] args)
      Launches the Verilog translator with the Verilog printer as a back-end.
      • Methods inherited from class java.lang.Object

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

      • VerilogPrinter

        public VerilogPrinter()
    • Method Detail

      • main

        public static void main​(java.lang.String[] args)
        Launches the Verilog translator with the Verilog printer as a back-end.
        Parameters:
        args - the command line parameters.