ilasynth
1.0
ILASynth: Template-based ILA Synthesis Engine
|
#include <exportSMT.hpp>
Public Member Functions | |
SMTExport () | |
void | exportSMT (std::ofstream &out, const Node *n, const std::string &name, int width) |
int | get_width (const Node *n) |
bool | isStageVar (const std::string &inpName, const nstage_vec_t &stageStore) |
Private Types | |
typedef std::pair< std::string, int > | nstage_t |
typedef std::vector< nstage_t > | nstage_vec_t |
|
private |
|
private |
|
inline |
void ilasynth::SMTExport::exportSMT | ( | std::ofstream & | out, |
const Node * | n, | ||
const std::string & | name, | ||
int | width | ||
) |
int ilasynth::SMTExport::get_width | ( | const Node * | n | ) |
bool ilasynth::SMTExport::isStageVar | ( | const std::string & | inpName, |
const nstage_vec_t & | stageStore | ||
) |