The Sparta Modeling Framework
Loading...
Searching...
No Matches
AddressTypes.hpp
1
8#pragma once
9
10#include <inttypes.h>
11
12namespace sparta
13{
14
18 namespace memory
19 {
24 typedef uint64_t addr_t;
25 }
26}
27
uint64_t addr_t
Type for generic address representation in generic interfaces, errors and printouts within SPARTA.
Macros for handling exponential backoff.