55 bool _null_pointer_check,
bool initial_internal_address_p,
unsigned int initial_internal_address,
56 const unsigned int _address_bitsize)
57 :
memory(_TreeM, _off_base_address, max_bram, _null_pointer_check, initial_internal_address_p,
58 initial_internal_address, _address_bitsize),
73 bus_tag_bitsize = bitsize;
unsigned int get_bus_tag_bitsize() const
return the bitsize of the tag bus
memory_cs(const tree_managerConstRef _TreeM, unsigned long long int _off_base_address, unsigned int max_bram, bool _null_pointer_check, bool initial_internal_address_p, unsigned int initial_internal_address, const unsigned int _address_bitsize)
Constructor.
void set_bus_tag_bitsize(unsigned int bitsize)
set the bus tag bitsize
~memory_cs() override=default
Destructor.
unsigned int bus_tag_bitsize
bus data bitsize
Datastructure to represent memory information in high-level synthesis.