Main Page   Class Hierarchy   Alphabetical List   Compound List   File List   Compound Members  

ExportAHDL Class Reference

Class that manages export to AHDL. More...

#include <ExportAHDL.h>

Inheritance diagram for ExportAHDL::

Export List of all members.

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.


Detailed Description

Class that manages export to AHDL.

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.


The documentation for this class was generated from the following files:
Generated at Fri Apr 11 22:37:15 2003 for Qfsm by doxygen1.2.9.1 written by Dimitri van Heesch, © 1997-2001