ParaNut SystemC Model
A SystemC Model of the ParaNut architecture
Macros | Functions
lfsr.h File Reference
#include <systemc.h>
Include dependency graph for lfsr.h:
This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Macros

#define MAXLFSR   32
 

Functions

template<int W>
sc_uint< W > GetNextLfsrState (sc_uint< W > state)
 
unsigned int GetPrimePoly (int degree, int select)
 

Macro Definition Documentation

◆ MAXLFSR

#define MAXLFSR   32

Function Documentation

◆ GetNextLfsrState()

template<int W>
sc_uint<W> GetNextLfsrState ( sc_uint< W >  state)

◆ GetPrimePoly()

unsigned int GetPrimePoly ( int  degree,
int  select 
)