gem5 v24.0.0.0
|
#include "dev/mc146818.hh"
#include <sys/time.h>
#include <ctime>
#include <string>
#include "base/bitfield.hh"
#include "base/time.hh"
#include "base/trace.hh"
#include "debug/MC146818.hh"
#include "dev/rtcreg.h"
Go to the source code of this file.
Namespaces | |
namespace | gem5 |
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved. | |
Functions | |
static uint8_t | gem5::bcdize (uint8_t val) |
static uint8_t | gem5::unbcdize (uint8_t val) |