MatchLib
Public Member Functions | Protected Types | List of all members
Arbiter< size_, Static > Class Template Reference

Static arbitration specialization. Usage similar to generic Arbiter class. More...

#include <Arbiter.h>

Public Member Functions

typedef NVUINTW (size_) Mask
 
Mask pick (const Mask &valid)
 

Protected Types

enum  _ { log_size = nvhls::log2_ceil<size_>::val }
 

Detailed Description

template<unsigned int size_>
class Arbiter< size_, Static >

Static arbitration specialization. Usage similar to generic Arbiter class.

Template Parameters
size_Number of elements to be arbitrated.

Definition at line 167 of file Arbiter.h.


The documentation for this class was generated from the following file: