RubyPort.hh (11025:4872dbdea907) | RubyPort.hh (11108:6342ddf6d733) |
---|---|
1/* 2 * Copyright (c) 2012-2013 ARM Limited 3 * All rights reserved. 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 33 unchanged lines hidden (view full) --- 42#ifndef __MEM_RUBY_SYSTEM_RUBYPORT_HH__ 43#define __MEM_RUBY_SYSTEM_RUBYPORT_HH__ 44 45#include <cassert> 46#include <string> 47 48#include "mem/protocol/RequestStatus.hh" 49#include "mem/ruby/network/MessageBuffer.hh" | 1/* 2 * Copyright (c) 2012-2013 ARM Limited 3 * All rights reserved. 4 * 5 * The license below extends only to copyright in the software and shall 6 * not be construed as granting a license to any other intellectual 7 * property including but not limited to intellectual property relating 8 * to a hardware implementation of the functionality of the software --- 33 unchanged lines hidden (view full) --- 42#ifndef __MEM_RUBY_SYSTEM_RUBYPORT_HH__ 43#define __MEM_RUBY_SYSTEM_RUBYPORT_HH__ 44 45#include <cassert> 46#include <string> 47 48#include "mem/protocol/RequestStatus.hh" 49#include "mem/ruby/network/MessageBuffer.hh" |
50#include "mem/ruby/system/System.hh" | 50#include "mem/ruby/system/RubySystem.hh" |
51#include "mem/mem_object.hh" 52#include "mem/tport.hh" 53#include "params/RubyPort.hh" 54 55class AbstractController; 56 57class RubyPort : public MemObject 58{ --- 156 unchanged lines hidden --- | 51#include "mem/mem_object.hh" 52#include "mem/tport.hh" 53#include "params/RubyPort.hh" 54 55class AbstractController; 56 57class RubyPort : public MemObject 58{ --- 156 unchanged lines hidden --- |