#include <cstdint>#include <tuple>#include <unordered_map>#include <vector>#include "simics/type/common-types.h"#include "simics/type/register-type.h"Go to the source code of this file.
Namespaces | |
| namespace | simics |
Typedefs | |
| using | simics::bank_t = std::tuple< Name, Description, std::vector< register_t > > |
| using | simics::bank_memory_t = std::unordered_map< Offset, uint8_t > |