public final class VerilogTranslator
extends java.lang.Object
VerilogTranslator
is the main class of the Verilog translator.Constructor and Description |
---|
VerilogTranslator()
Constructs a Verilog translator.
|
Modifier and Type | Method and Description |
---|---|
void |
add(VerilogDesignBackend backend)
Registers a design-level back-end in the processor.
|
void |
add(VerilogSyntaxBackend backend)
Registers an AST-level back-end in the processor.
|
static void |
exit() |
void |
start(java.lang.String[] args)
Launches the Verilog translator.
|
public static void exit()
public final void add(VerilogSyntaxBackend backend)
backend
- the back-end to be registered.public final void add(VerilogDesignBackend backend)
backend
- the back-end to be registered.public final void start(java.lang.String[] args)
args
- the command line parameters.