We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2065150 commit 915c74fCopy full SHA for 915c74f
.gitignore
@@ -1 +1,7 @@
1
results/
2
+*.o
3
+*.po
4
+*.dep
5
+*.swp
6
+DRAMSim
7
+libdramsim.so
README
@@ -39,7 +39,7 @@ DRAMSim
39
cd traces
40
./traceParse.py k6_aoe_02_short.trc.gz
41
42
- Then go back to the DRAMSim directory and run the trace based simulator
+ Then go back to the DRAMSim directory and run the trace based simulator:
43
cd ..
44
./DRAMSim -t traces/k6_aoe_02_short.trc -s system.ini -d ini/DDR3_micron_64M_8B_x4_sg15.ini -c 10000
45
0 commit comments