sector_blk.hh (13224:1e74ea6ffe51) sector_blk.hh (13225:8d1621fc586e)
1/**
2 * Copyright (c) 2018 Inria
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;

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

34 */
35
36#ifndef __MEM_CACHE_TAGS_SECTOR_BLK_HH__
37#define __MEM_CACHE_TAGS_SECTOR_BLK_HH__
38
39#include <vector>
40
41#include "mem/cache/cache_blk.hh"
1/**
2 * Copyright (c) 2018 Inria
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;

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

34 */
35
36#ifndef __MEM_CACHE_TAGS_SECTOR_BLK_HH__
37#define __MEM_CACHE_TAGS_SECTOR_BLK_HH__
38
39#include <vector>
40
41#include "mem/cache/cache_blk.hh"
42#include "mem/cache/replacement_policies/base.hh"
42#include "mem/cache/replacement_policies/replaceable_entry.hh"
43
44class SectorBlk;
45
46/**
47 * A sector is composed of sub-blocks, and each sub-block has information
48 * regarding its sector and a pointer to its sector tag.
49 */
50class SectorSubBlk : public CacheBlk

--- 128 unchanged lines hidden ---
43
44class SectorBlk;
45
46/**
47 * A sector is composed of sub-blocks, and each sub-block has information
48 * regarding its sector and a pointer to its sector tag.
49 */
50class SectorSubBlk : public CacheBlk

--- 128 unchanged lines hidden ---