Logic analyzer memory. More...
#include "co_int.h"Go to the source code of this file.
Data Structures | |
| struct | la_mem_format |
| Structure describing the format of a line of LA memory. More... | |
Defines | |
| #define | LA_MEM_WORD_COUNT 4 |
| Number of 32-bit words in each LA memory line. | |
| #define | LA_MEM_LINE_COUNT (64 * 1024) |
| Number of line in the LA memory. | |
Variables | |
| struct la_mem_format | la_mem_mac [LA_MEM_LINE_COUNT] |
| Embedded LA RAM for MAC. | |
Logic analyzer memory.
Copyright (C) RivieraWaves 2011-2019
Definition in file la_mem.h.
1.6.1