#include <ExportVerilog.h>
Inheritance diagram for ExportVerilog::
Public Methods | |
void | doExport () |
Writes all the relevant data into the tdf file. | |
QString | fileFilter () |
Returns the appropriate filter string for the file dialog. | |
Private Methods | |
void | writeModule () |
Writes the 'module' block to the output stream. | |
void | writeResetProcess () |
Writes the reset/clock process to the output stream. | |
void | writeMainProcess () |
Writes the input/current_state process to the output stream. |