isa_fake.hh (8229:78bf55f23338) isa_fake.hh (9235:5aa4896ed55a)
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 23 unchanged lines hidden (view full) ---

32 * Declaration of a fake device.
33 */
34
35#ifndef __ISA_FAKE_HH__
36#define __ISA_FAKE_HH__
37
38#include <string>
39
1/*
2 * Copyright (c) 2004-2005 The Regents of The University of Michigan
3 * All rights reserved.
4 *
5 * Redistribution and use in source and binary forms, with or without
6 * modification, are permitted provided that the following conditions are
7 * met: redistributions of source code must retain the above copyright
8 * notice, this list of conditions and the following disclaimer;

--- 23 unchanged lines hidden (view full) ---

32 * Declaration of a fake device.
33 */
34
35#ifndef __ISA_FAKE_HH__
36#define __ISA_FAKE_HH__
37
38#include <string>
39
40#include "base/range.hh"
41#include "dev/io_device.hh"
42// #include "dev/alpha/tsunami.hh"
43#include "mem/packet.hh"
44#include "params/IsaFake.hh"
45
46/**
47 * IsaFake is a device that returns, BadAddr, 1 or 0 on all reads and
48 * rites. It is meant to be placed at an address range

--- 41 unchanged lines hidden ---
40#include "dev/io_device.hh"
41// #include "dev/alpha/tsunami.hh"
42#include "mem/packet.hh"
43#include "params/IsaFake.hh"
44
45/**
46 * IsaFake is a device that returns, BadAddr, 1 or 0 on all reads and
47 * rites. It is meant to be placed at an address range

--- 41 unchanged lines hidden ---