OpenASIP  2.0
Public Member Functions | List of all members
HDLGenerator::OrReduce Class Reference

#include <BinaryOps.hh>

Inheritance diagram for HDLGenerator::OrReduce:
Inheritance graph
Collaboration diagram for HDLGenerator::OrReduce:
Collaboration graph

Public Member Functions

 OrReduce (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_
 

Detailed Description

Definition at line 123 of file BinaryOps.hh.

Constructor & Destructor Documentation

◆ OrReduce()

HDLGenerator::OrReduce::OrReduce ( LHSValue  val)
inline

Definition at line 125 of file BinaryOps.hh.

125 : Reduce(val, "or_reduce", "|") {}

The documentation for this class was generated from the following file:
HDLGenerator::Reduce::Reduce
Reduce(LHSValue val, std::string VHDLFunction, std::string VerilogOperator)
Definition: BinaryOps.hh:115