Transaction-Level Modeling Framework for Space Applications
#include <scireg.h>
Public Attributes | |
scireg_region_if * | region |
const char * | name |
< the child region More... | |
sc_dt::uint64 | offset |
< name of the child region associated with this mapping More... | |
A mapped region represents a child region that has been mapped into a parent region at a particular offset. Each mapping may be associated with a unique name for the child region, therefore a name is included in the mapped region object.
< the child region
Referenced by usi.SCCallback::call(), core.tools.generator.item.item.Item::data(), core.tools.generator.item.item.Item::getName(), core.tools.generator.item.enum.IntegerItem::load(), usi.SCCallback::register(), usi.SCCommand::register(), sc_register_base::scireg_get_child_regions(), sc_register_bank< unsigned int, unsigned int >::scireg_get_child_regions(), and core.tools.generator.item.item.Item::setName().
sc_dt::uint64 scireg_ns::scireg_mapped_region::offset |
< name of the child region associated with this mapping
Referenced by sc_register_base::scireg_get_child_regions(), and sc_register_bank< unsigned int, unsigned int >::scireg_get_child_regions().
scireg_region_if* scireg_ns::scireg_mapped_region::region |