Sequencer.hh (6825:104115ebc206) Sequencer.hh (6845:9740ade45962)
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

79
80 void printProgress(ostream& out) const;
81
82 void writeCallback(const Address& address, DataBlock& data);
83 void readCallback(const Address& address, DataBlock& data);
84
85 // called by Tester or Simics
86 int64_t makeRequest(const RubyRequest & request);
1
2/*
3 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
4 * All rights reserved.
5 *
6 * Redistribution and use in source and binary forms, with or without
7 * modification, are permitted provided that the following conditions are
8 * met: redistributions of source code must retain the above copyright

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

79
80 void printProgress(ostream& out) const;
81
82 void writeCallback(const Address& address, DataBlock& data);
83 void readCallback(const Address& address, DataBlock& data);
84
85 // called by Tester or Simics
86 int64_t makeRequest(const RubyRequest & request);
87 bool isReady(const RubyRequest& request, bool dont_set = false);
87 int isReady(const RubyRequest& request);
88 bool empty() const;
89
90 void print(ostream& out) const;
91 void checkCoherence(const Address& address);
92
93 // bool getRubyMemoryValue(const Address& addr, char* value, unsigned int size_in_bytes);
94 // bool setRubyMemoryValue(const Address& addr, char *value, unsigned int size_in_bytes);
95

--- 52 unchanged lines hidden ---
88 bool empty() const;
89
90 void print(ostream& out) const;
91 void checkCoherence(const Address& address);
92
93 // bool getRubyMemoryValue(const Address& addr, char* value, unsigned int size_in_bytes);
94 // bool setRubyMemoryValue(const Address& addr, char *value, unsigned int size_in_bytes);
95

--- 52 unchanged lines hidden ---