Skip to content

Commit f2652ac

Browse files
committed
gogfk
1 parent 444cd09 commit f2652ac

11 files changed

+866600
-1
lines changed

LookupBuffer/DTLB.h

+2
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
#pragma once
2+
13
#ifndef TLB_H
24
#define TLB_H
35

main

0 Bytes
Binary file not shown.

main.cpp

+1-1
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@ int main()
88
TraceStats trs(trace);
99

1010
SimulationDeployer SD;
11-
SD.Initialize("lol", "lol");
11+
SD.Initialize("trace.config", "trace.dat");
1212
SD.GatherInput();
1313
SD.RunProgram();
1414
// read in config

0 commit comments

Comments
 (0)