core.hh (5527:cdcfaac59d70) core.hh (6214:1ec0ec8933ae)
1/*
2 * Copyright (c) 2006 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;

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

29 * Steve Reinhardt
30 */
31
32#ifndef __SIM_CORE_HH__
33#define __SIM_CORE_HH__
34
35#include <string>
36
1/*
2 * Copyright (c) 2006 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;

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

29 * Steve Reinhardt
30 */
31
32#ifndef __SIM_CORE_HH__
33#define __SIM_CORE_HH__
34
35#include <string>
36
37#include "sim/host.hh"
37#include "base/types.hh"
38
39/// The universal simulation clock.
40extern Tick curTick;
41const Tick retryTime = 1000;
42
43namespace Clock {
44/// The simulated frequency of curTick.
45extern Tick Frequency;

--- 32 unchanged lines hidden ---
38
39/// The universal simulation clock.
40extern Tick curTick;
41const Tick retryTime = 1000;
42
43namespace Clock {
44/// The simulated frequency of curTick.
45extern Tick Frequency;

--- 32 unchanged lines hidden ---