|
OpenASIP 2.2
|
#include <BinaryOps.hh>


Public Member Functions | |
| LogicalAnd (const LHSValue &lhs, const LHSValue &rhs) | |
Public Member Functions inherited from HDLGenerator::BinaryOp | |
| BinaryOp (const LHSValue &lhs, const LHSValue &rhs, std::string VHDLOperator, 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 51 of file BinaryOps.hh.
Definition at line 53 of file BinaryOps.hh.