fetch.hh (3348:11f6ef023158) fetch.hh (3402:db60546818d0)
1/*
2 * Copyright (c) 2004-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;

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

324
325 /** Internal fetch instruction queue. */
326 TimeBuffer<FetchStruct> *fetchQueue;
327
328 //Might be annoying how this name is different than the queue.
329 /** Wire used to write any information heading to decode. */
330 typename TimeBuffer<FetchStruct>::wire toDecode;
331
1/*
2 * Copyright (c) 2004-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;

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

324
325 /** Internal fetch instruction queue. */
326 TimeBuffer<FetchStruct> *fetchQueue;
327
328 //Might be annoying how this name is different than the queue.
329 /** Wire used to write any information heading to decode. */
330 typename TimeBuffer<FetchStruct>::wire toDecode;
331
332 MemObject *mem;
333
334 /** Icache interface. */
335 IcachePort *icachePort;
336
337 /** BPredUnit. */
338 BPredUnit branchPred;
339
340 /** Per-thread fetch PC. */
341 Addr PC[Impl::MaxThreads];

--- 152 unchanged lines hidden ---
332 /** Icache interface. */
333 IcachePort *icachePort;
334
335 /** BPredUnit. */
336 BPredUnit branchPred;
337
338 /** Per-thread fetch PC. */
339 Addr PC[Impl::MaxThreads];

--- 152 unchanged lines hidden ---