serial_link.cc (11551:d24ad08b22b0) serial_link.cc (11793:ef606668d247)
1/*
2 * Copyright (c) 2011-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

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

51 */
52
53#include "mem/serial_link.hh"
54
55#include "base/trace.hh"
56#include "debug/SerialLink.hh"
57#include "params/SerialLink.hh"
58
1/*
2 * Copyright (c) 2011-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

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

51 */
52
53#include "mem/serial_link.hh"
54
55#include "base/trace.hh"
56#include "debug/SerialLink.hh"
57#include "params/SerialLink.hh"
58
59
60SerialLink::SerialLinkSlavePort::SerialLinkSlavePort(const std::string& _name,
61 SerialLink& _serial_link,
62 SerialLinkMasterPort& _masterPort,
63 Cycles _delay, int _resp_limit,
64 const std::vector<AddrRange>&
65 _ranges)
66 : SlavePort(_name, &_serial_link), serial_link(_serial_link),
67 masterPort(_masterPort), delay(_delay),

--- 373 unchanged lines hidden ---
59SerialLink::SerialLinkSlavePort::SerialLinkSlavePort(const std::string& _name,
60 SerialLink& _serial_link,
61 SerialLinkMasterPort& _masterPort,
62 Cycles _delay, int _resp_limit,
63 const std::vector<AddrRange>&
64 _ranges)
65 : SlavePort(_name, &_serial_link), serial_link(_serial_link),
66 masterPort(_masterPort), delay(_delay),

--- 373 unchanged lines hidden ---