-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Change-Id: I7b3fa17b429df57862606544207eb584d4bb0ceb
- Loading branch information
Showing
3 changed files
with
103 additions
and
1 deletion.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,27 @@ | ||
#hbm_12_1000_WO_Miss | ||
|
||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_WO_Miss/128 traffGen.py hbm_ddr3 16MiB 128 linear 1000000000000 128MiB 1000 0 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_WO_Miss/256 traffGen.py hbm_ddr3 16MiB 256 linear 1000000000000 128MiB 1000 0 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_WO_Miss/512 traffGen.py hbm_ddr3 16MiB 512 linear 1000000000000 128MiB 1000 0 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_WO_Miss/1024 traffGen.py hbm_ddr3 16MiB 1024 linear 1000000000000 128MiB 1000 0 nvm_2400 & | ||
|
||
#hbm_12_1000_WO_Hit | ||
|
||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_WO_Hit/128 traffGen.py hbm_ddr3 128MiB 128 linear 1000000000000 16MiB 1000 0 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_WO_Hit/256 traffGen.py hbm_ddr3 128MiB 256 linear 1000000000000 16MiB 1000 0 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_WO_Hit/512 traffGen.py hbm_ddr3 128MiB 512 linear 1000000000000 16MiB 1000 0 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_WO_Hit/1024 traffGen.py hbm_ddr3 128MiB 1024 linear 1000000000000 16MiB 1000 0 nvm_2400 & | ||
|
||
#hbm_12_1000_RO_Hit | ||
|
||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_RO_Hit/128 traffGen.py hbm_ddr3 128MiB 128 linear 1000000000000 16MiB 1000 100 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_RO_Hit/256 traffGen.py hbm_ddr3 128MiB 256 linear 1000000000000 16MiB 1000 100 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_RO_Hit/512 traffGen.py hbm_ddr3 128MiB 512 linear 1000000000000 16MiB 1000 100 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_RO_Hit/1024 traffGen.py hbm_ddr3 128MiB 1024 linear 1000000000000 16MiB 1000 100 nvm_2400 & | ||
|
||
#hbm_12_1000_RO_Miss | ||
|
||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_RO_Miss/128 traffGen.py hbm_ddr3 16MiB 128 linear 1000000000000 128MiB 1000 100 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_RO_Miss/256 traffGen.py hbm_ddr3 16MiB 256 linear 1000000000000 128MiB 1000 100 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_RO_Miss/512 traffGen.py hbm_ddr3 16MiB 512 linear 1000000000000 128MiB 1000 100 nvm_2400 & | ||
build/X86/gem5.opt --outdir=hbm_results/hbm_12_1000_RO_Miss/1024 traffGen.py hbm_ddr3 16MiB 1024 linear 1000000000000 128MiB 1000 100 nvm_2400 & |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters