#include <vlib.h>
Public Member Functions | |
memory () | |
Signal & | operator[] (Signal) |
void | reg (int nup, int ndown, const char *rname) |
void | reg (int, int, int, int, const char *) |
~memory () | |
Protected Attributes | |
int | down |
Signal * | r |
int | up |
memory::memory | ( | ) | [inline] |
memory::~memory | ( | ) |
void memory::reg | ( | int | , |
int | , | ||
int | , | ||
int | , | ||
const char * | |||
) |
void memory::reg | ( | int | nup, |
int | ndown, | ||
const char * | rname | ||
) | [inline] |
int memory::down [protected] |
int memory::up [protected] |