33#ifndef __DEV_STORAGE_SIMPLE_DISK_HH__
34#define __DEV_STORAGE_SIMPLE_DISK_HH__
36#include "params/SimpleDisk.hh"
Basic interface for accessing a disk image.
Abstract superclass for simulation objects.
void read(Addr addr, baddr_t block, int count) const
SimpleDisk(const Params &p)
void write(Addr addr, baddr_t block, int count)
Copyright (c) 2024 - Pranith Kumar Copyright (c) 2020 Inria All rights reserved.
uint64_t Addr
Address type This will probably be moved somewhere else in the near future.