simulate.hh (10756:f9c0692f73ec) simulate.hh (10762:fe0972727902)
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;

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

28 * Authors: Nathan Binkert
29 * Steve Reinhardt
30 */
31
32#include "base/types.hh"
33#include "sim/sim_events.hh"
34
35GlobalSimLoopExitEvent *simulate(Tick num_cycles = MaxTick);
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;

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

28 * Authors: Nathan Binkert
29 * Steve Reinhardt
30 */
31
32#include "base/types.hh"
33#include "sim/sim_events.hh"
34
35GlobalSimLoopExitEvent *simulate(Tick num_cycles = MaxTick);
36GlobalEvent* getLimitEvent();
36extern GlobalSimLoopExitEvent *simulate_limit_event;