PandA-2024.02
|
Datastructure to represent a memory symbol in HLS. More...
Go to the source code of this file.
Data Structures | |
class | memory_symbol |
Macros | |
#define | MEM_PREFIX "MEM_" |
Typedefs | |
using | memory_symbolRef = refcount< memory_symbol > |
refcount definition of the class More... | |
Datastructure to represent a memory symbol in HLS.
Definition in file memory_symbol.hpp.
#define MEM_PREFIX "MEM_" |
Definition at line 52 of file memory_symbol.hpp.
using memory_symbolRef = refcount<memory_symbol> |
refcount definition of the class
Definition at line 147 of file memory_symbol.hpp.