General Simulation type definitions. More...
Namespaces | |
namespace | revkit |
Main namespace. | |
Typedefs | |
typedef functor< bool(boost::dynamic_bitset <> &, const circuit &, const boost::dynamic_bitset<> &)> | simulation_func |
Simulation functor. More... | |
typedef functor< bool(std::vector < boost::dynamic_bitset <> > &, const circuit &, const std::vector < boost::dynamic_bitset<> > &)> | multi_step_simulation_func |
Multi step simulation functor. More... | |
General Simulation type definitions.