#include <ExportAHDL.h>
Inheritance diagram for ExportAHDL::
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 | writeName () |
Writes the SUBDESIGN line to the output stream. | |
void | writeIO () |
Writes the inputs/outputs to the output stream. | |
void | writeVariables () |
Writes the variables to the output stream. | |
void | writeMain () |
Writes the definition of the subdesign (from BEGIN to END) to the output stream. | |
void | writeTransitions () |
Writes the CASE part to the output stream. |
The AHDL file can be used as a Altera Max2Plus text design file (tdf). A tdf file can be compiled by the Max2Plus software and afterwards programmed into an Altera chip.