lcs::Or< width > Class Template Reference

#include <or.h>

Inheritance diagram for lcs::Or< width >:

lcs::Module List of all members.

Detailed Description

template<int width = 1>
class lcs::Or< width >

A template class which encapsulates a logical OR gate. The template parameter width denotes the number of lines in the input data bus. In other words, the template parameter width denotes the number of inputs to the OR gate. Hence, one can instantiate an N-input OR gate by setting the template parameter value to N.


Public Member Functions

 Or (const Bus< 1 > &output, const InputBus< width > &in1)
virtual ~Or ()
virtual void propogate (void)


Constructor & Destructor Documentation

template<int width>
lcs::Or< width >::Or ( const Bus< 1 > &  output,
const InputBus< width > &  in1 
)

The only meaningfull constructor for the class. A default constructor is not explicitly provided. Moreover, the one synthesized by the compiler is practically useless.

Parameters:
output The single line output bus of the gate.
input The multiline input bus to the gate.
width The number of lines in the input bus.

template<int width>
lcs::Or< width >::~Or (  )  [virtual]

Destructor.


Member Function Documentation

template<int width>
void lcs::Or< width >::propogate ( void   )  [virtual]

Propogates the input data line states to the output. Here, an OR operation is performed on the line states of the data lines of the input bus, and the result is propogated to the single line output bus.

Reimplemented from lcs::Module.


Generated on Sat Oct 14 11:23:40 2006 for libLCS by  doxygen 1.4.7