MatchLib
|
Traits class for Scratchpad and ScratchpadClass. More...
#include <Scratchpad.h>
Classes | |
struct | scratchpad_req_t |
Public Types | |
typedef WORD_TYPE | word_type |
typedef ScratchpadClass< word_type, num_banks, capacity_in_words > | mem_class_t |
typedef Scratchpad< word_type, num_banks, capacity_in_words > | mem_module_t |
typedef mem_class_t::req_t | base_req_t |
typedef mem_class_t::rsp_t | base_rsp_t |
typedef mem_class_t::bank_sel_t | bank_sel_t |
typedef ac_int< addr_width, false > | addr_t |
Traits class for Scratchpad and ScratchpadClass.
T | EntryType |
N | Number of requests |
CAPACITY_IN_WORDS | Total number of words of type T in memory |
Definition at line 396 of file Scratchpad.h.