MAXIMILIAN
Public Types | Static Public Member Functions | List of all members
maxiBits Class Reference

Public Types

typedef uint32_t bitsig
 

Static Public Member Functions

static bitsig sig (bitsig v)
 
static bitsig at (const bitsig v, const bitsig idx)
 
static bitsig shl (const bitsig v, const bitsig shift)
 
static bitsig shr (const bitsig v, const bitsig shift)
 
static bitsig r (const bitsig v, const bitsig offset, const bitsig width)
 
static bitsig land (const bitsig v, const bitsig x)
 
static bitsig lor (const bitsig v, const bitsig x)
 
static bitsig lxor (const bitsig v, const bitsig x)
 
static bitsig neg (const bitsig v)
 
static bitsig inc (const bitsig v)
 
static bitsig dec (const bitsig v)
 
static bitsig add (const bitsig v, const bitsig m)
 
static bitsig sub (const bitsig v, const bitsig m)
 
static bitsig mul (const bitsig v, const bitsig m)
 
static bitsig div (const bitsig v, const bitsig m)
 
static bitsig gt (const bitsig v, const bitsig m)
 
static bitsig lt (const bitsig v, const bitsig m)
 
static bitsig gte (const bitsig v, const bitsig m)
 
static bitsig lte (const bitsig v, const bitsig m)
 
static bitsig eq (const bitsig v, const bitsig m)
 
static bitsig ct (const bitsig v, const bitsig width)
 
static bitsig l (const bitsig width)
 
static bitsig noise ()
 
static double toSignal (const bitsig t)
 
static double toTrigSignal (const bitsig t)
 
static bitsig fromSignal (const double t)
 

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