tsunami_pchip.cc (11244:a2af58a06c4e) | tsunami_pchip.cc (11260:bedcc64f6145) |
---|---|
1/* 2 * Copyright (c) 2004-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; --- 30 unchanged lines hidden (view full) --- 39#include <vector> 40 41#include "base/trace.hh" 42#include "config/the_isa.hh" 43#include "debug/Tsunami.hh" 44#include "dev/alpha/tsunami.hh" 45#include "dev/alpha/tsunami_cchip.hh" 46#include "dev/alpha/tsunamireg.h" | 1/* 2 * Copyright (c) 2004-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; --- 30 unchanged lines hidden (view full) --- 39#include <vector> 40 41#include "base/trace.hh" 42#include "config/the_isa.hh" 43#include "debug/Tsunami.hh" 44#include "dev/alpha/tsunami.hh" 45#include "dev/alpha/tsunami_cchip.hh" 46#include "dev/alpha/tsunamireg.h" |
47#include "dev/pcidev.hh" | 47#include "dev/pci/device.hh" |
48#include "mem/packet.hh" 49#include "mem/packet_access.hh" 50#include "sim/system.hh" 51 52using namespace std; 53//Should this be AlphaISA? 54using namespace TheISA; 55 --- 295 unchanged lines hidden --- | 48#include "mem/packet.hh" 49#include "mem/packet_access.hh" 50#include "sim/system.hh" 51 52using namespace std; 53//Should this be AlphaISA? 54using namespace TheISA; 55 --- 295 unchanged lines hidden --- |