|
ilasynth
1.0
ILASynth: Template-based ILA Synthesis Engine
|
#include <synthesizer.hpp>
Public Types | |
| typedef std::pair< simout_ptr_t, dtree_ptr_t > | outpair_t |
| typedef std::vector< outpair_t > | outpair_vec_t |
Public Member Functions | |
| DITreeNode (Abstraction &a, Z3ExprAdapter &c, z3::model &m, SupportVars &sv) | |
| DITreeNode () | |
| ~DITreeNode () | |
Public Attributes | |
| std::unique_ptr< DistInput > | inputs |
| outpair_vec_t | outputs |
| nptr_t | result |
| typedef std::pair<simout_ptr_t, dtree_ptr_t> ilasynth::DITreeNode::outpair_t |
| typedef std::vector<outpair_t> ilasynth::DITreeNode::outpair_vec_t |
| ilasynth::DITreeNode::DITreeNode | ( | Abstraction & | a, |
| Z3ExprAdapter & | c, | ||
| z3::model & | m, | ||
| SupportVars & | sv | ||
| ) |
| ilasynth::DITreeNode::DITreeNode | ( | ) |
| ilasynth::DITreeNode::~DITreeNode | ( | ) |
| std::unique_ptr<DistInput> ilasynth::DITreeNode::inputs |
| outpair_vec_t ilasynth::DITreeNode::outputs |
| nptr_t ilasynth::DITreeNode::result |
1.8.15