rv_ctrl.hh (9958:48eb085bc9ab) rv_ctrl.hh (10905:a6ca6831e775)
1/*
2 * Copyright (c) 2010,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

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

131
132 /**
133 * All writes are simply ignored.
134 * @param pkt The memory request.
135 * @param data the data
136 */
137 virtual Tick write(PacketPtr pkt);
138
1/*
2 * Copyright (c) 2010,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

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

131
132 /**
133 * All writes are simply ignored.
134 * @param pkt The memory request.
135 * @param data the data
136 */
137 virtual Tick write(PacketPtr pkt);
138
139
140 virtual void serialize(std::ostream &os);
141 virtual void unserialize(Checkpoint *cp, const std::string &section);
139 void serialize(CheckpointOut &cp) const M5_ATTR_OVERRIDE;
140 void unserialize(CheckpointIn &cp) M5_ATTR_OVERRIDE;
142};
143
144
145#endif // __DEV_ARM_RV_HH__
141};
142
143
144#endif // __DEV_ARM_RV_HH__