atomic.cc (5310:4164e6bfcc8a) atomic.cc (5315:30997e988446)
1/*
2 * Copyright (c) 2002-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;

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

778 advancePC(fault);
779 }
780
781 if (_status != Idle)
782 tickEvent.schedule(curTick + latency);
783}
784
785
1/*
2 * Copyright (c) 2002-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;

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

778 advancePC(fault);
779 }
780
781 if (_status != Idle)
782 tickEvent.schedule(curTick + latency);
783}
784
785
786void
787AtomicSimpleCPU::printAddr(Addr a)
788{
789 dcachePort.printAddr(a);
790}
791
792
786////////////////////////////////////////////////////////////////////////
787//
788// AtomicSimpleCPU Simulation Object
789//
790AtomicSimpleCPU *
791AtomicSimpleCPUParams::create()
792{
793 AtomicSimpleCPU::Params *params = new AtomicSimpleCPU::Params();

--- 34 unchanged lines hidden ---
793////////////////////////////////////////////////////////////////////////
794//
795// AtomicSimpleCPU Simulation Object
796//
797AtomicSimpleCPU *
798AtomicSimpleCPUParams::create()
799{
800 AtomicSimpleCPU::Params *params = new AtomicSimpleCPU::Params();

--- 34 unchanged lines hidden ---