Deleted Added
sdiff udiff text old ( 5527:cdcfaac59d70 ) new ( 6214:1ec0ec8933ae )
full compact
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"
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 ---