| OpenASIP 2.2
    | 
#include <BinaryOps.hh>


| Public Member Functions | |
| LogicalNot (LHSValue val) | |
|  Public Member Functions inherited from HDLGenerator::UnaryOp | |
| UnaryOp (LHSValue val, std::string VHDLOperator, std::string vlogOperator) | |
|  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 103 of file BinaryOps.hh.
| 
 | inline | 
Definition at line 105 of file BinaryOps.hh.