OpenASIP
2.0
|
#include <BinaryOps.hh>
Public Member Functions | |
XorReduce (LHSValue val) | |
Public Member Functions inherited from HDLGenerator::Reduce | |
Reduce (LHSValue val, std::string VHDLFunction, std::string VerilogOperator) | |
Public Member Functions inherited from HDLGenerator::LHSValue | |
LHSValue () | |
void | hdl (std::ostream &stream, Language lang, int level) |
void | hdl (std::ostream &stream, Language lang) |
void | writeSignals (std::unordered_set< std::string > &readList) const |
std::string | vhdl () const |
std::string | verilog () const |
LHSValue | operator|| (LHSValue rhs) |
LHSValue | operator| (LHSValue rhs) |
LHSValue | operator&& (LHSValue rhs) |
LHSValue | operator& (LHSValue rhs) |
LHSValue | operator^ (LHSValue rhs) |
LHSValue | operator! () |
LHSValue | operator~ () |
Additional Inherited Members | |
Protected Attributes inherited from HDLGenerator::LHSValue | |
std::unordered_set< std::string > | readList_ |
std::string | vhdl_ |
std::string | verilog_ |
Definition at line 133 of file BinaryOps.hh.
|
inline |
Definition at line 135 of file BinaryOps.hh.