Reorganize config files, remove unused config.
This commit is contained in:
15
configs/simconfig/example.json
Normal file
15
configs/simconfig/example.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"simconfig": {
|
||||
"AddressOffset": 0,
|
||||
"CheckTLM2Protocol": false,
|
||||
"DatabaseRecording": true,
|
||||
"Debug": false,
|
||||
"EnableWindowing": false,
|
||||
"PowerAnalysis": false,
|
||||
"SimulationName": "example",
|
||||
"SimulationProgressBar": true,
|
||||
"StoreMode": "NoStorage",
|
||||
"UseMalloc": false,
|
||||
"WindowSize": 1000
|
||||
}
|
||||
}
|
||||
15
configs/simconfig/gem5_se.json
Normal file
15
configs/simconfig/gem5_se.json
Normal file
@@ -0,0 +1,15 @@
|
||||
{
|
||||
"simconfig": {
|
||||
"AddressOffset": 0,
|
||||
"CheckTLM2Protocol": false,
|
||||
"DatabaseRecording": true,
|
||||
"Debug": false,
|
||||
"EnableWindowing": true,
|
||||
"PowerAnalysis": true,
|
||||
"SimulationName": "gem5_se",
|
||||
"SimulationProgressBar": true,
|
||||
"StoreMode": "Store",
|
||||
"UseMalloc": false,
|
||||
"WindowSize": 1000
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user