Skip to content

Commit 915c74f

Browse files
author
Paul Rosenfeld
committed
Gitignore tweaks
1 parent 2065150 commit 915c74f

File tree

2 files changed

+7
-1
lines changed

2 files changed

+7
-1
lines changed

.gitignore

+6
Original file line numberDiff line numberDiff line change
@@ -1 +1,7 @@
11
results/
2+
*.o
3+
*.po
4+
*.dep
5+
*.swp
6+
DRAMSim
7+
libdramsim.so

README

+1-1
Original file line numberDiff line numberDiff line change
@@ -39,7 +39,7 @@ DRAMSim
3939
cd traces
4040
./traceParse.py k6_aoe_02_short.trc.gz
4141

42-
Then go back to the DRAMSim directory and run the trace based simulator
42+
Then go back to the DRAMSim directory and run the trace based simulator:
4343
cd ..
4444
./DRAMSim -t traces/k6_aoe_02_short.trc -s system.ini -d ini/DDR3_micron_64M_8B_x4_sg15.ini -c 10000
4545

0 commit comments

Comments
 (0)