BankedArray.hh (10314:94b6b28fc968) BankedArray.hh (10441:5377550e1e15)
1/*
2 * Copyright (c) 2012 Advanced Micro Devices, Inc.
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Author: Brad Beckmann
29 *
30 */
31
1/*
2 * Copyright (c) 2012 Advanced Micro Devices, Inc.
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;

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

24 * THEORY OF LIABILITY, WHETHER IN CONTRACT, STRICT LIABILITY, OR TORT
25 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
26 * OF THIS SOFTWARE, EVEN IF ADVISED OF THE POSSIBILITY OF SUCH DAMAGE.
27 *
28 * Author: Brad Beckmann
29 *
30 */
31
32#ifndef __MEM_RUBY_SYSTEM_BANKEDARRAY_HH__
33#define __MEM_RUBY_SYSTEM_BANKEDARRAY_HH__
32#ifndef __MEM_RUBY_STRUCTURES_BANKEDARRAY_HH__
33#define __MEM_RUBY_STRUCTURES_BANKEDARRAY_HH__
34
35#include <vector>
36
37#include "mem/ruby/common/TypeDefines.hh"
38#include "sim/core.hh"
39
40class BankedArray
41{

--- 31 unchanged lines hidden ---
34
35#include <vector>
36
37#include "mem/ruby/common/TypeDefines.hh"
38#include "sim/core.hh"
39
40class BankedArray
41{

--- 31 unchanged lines hidden ---