Skip to content

Commit f2652ac

Browse files
committed
gogfk
1 parent 444cd09 commit f2652ac

11 files changed

Lines changed: 866600 additions & 1 deletion

LookupBuffer/DTLB.h

Lines changed: 2 additions & 0 deletions
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

Lines changed: 1 addition & 1 deletion
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)