#include "block.h" CacheSim::Block::Block(short tagSize) { this->valid = false; this->tag.assign(tagSize, 0); this->tagSize = tagSize; }