SeriesRequestGenerator.hh (8655:e4001326a5ba) SeriesRequestGenerator.hh (9365:644be05ee7c2)
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

51 bool initiate();
52 void performCallback(uint32_t proc, Addr address);
53
54 private:
55 SeriesRequestGeneratorStatus m_status;
56 Addr m_address;
57 uint32_t m_active_node;
58 uint32_t m_addr_increment_size;
1/*
2 * Copyright (c) 1999-2008 Mark D. Hill and David A. Wood
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;

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

51 bool initiate();
52 void performCallback(uint32_t proc, Addr address);
53
54 private:
55 SeriesRequestGeneratorStatus m_status;
56 Addr m_address;
57 uint32_t m_active_node;
58 uint32_t m_addr_increment_size;
59 bool m_issue_writes;
59 uint32_t m_percent_writes;
60};
61
62#endif //__CPU_DIRECTEDTEST_SERIESREQUESTGENERATOR_HH__
63
60};
61
62#endif //__CPU_DIRECTEDTEST_SERIESREQUESTGENERATOR_HH__
63