Removed old images of readme.
|
Before Width: | Height: | Size: 130 KiB |
|
Before Width: | Height: | Size: 300 KiB |
|
Before Width: | Height: | Size: 114 KiB |
|
Before Width: | Height: | Size: 169 KiB |
|
Before Width: | Height: | Size: 171 KiB |
|
Before Width: | Height: | Size: 172 KiB |
|
Before Width: | Height: | Size: 176 KiB |
|
Before Width: | Height: | Size: 28 KiB After Width: | Height: | Size: 28 KiB |
52
README.md
@@ -71,24 +71,24 @@ The JSON code below shows an example configuration:
|
||||
|
||||
```json
|
||||
{
|
||||
"simulation": {
|
||||
"simulationid": "ddr3-example",
|
||||
"simconfig": "ddr3.json",
|
||||
"thermalconfig": "config.json",
|
||||
"memspec": "MICRON_1Gb_DDR3-1600_8bit_G.json",
|
||||
"addressmapping": "am_ddr3_8x1Gbx8_dimm_p1KB_brc.json",
|
||||
"mcconfig":"fifoStrict.json",
|
||||
"tracesetup": [
|
||||
"simulation": {
|
||||
"simulationid": "ddr3-example",
|
||||
"simconfig": "ddr3.json",
|
||||
"thermalconfig": "config.json",
|
||||
"memspec": "MICRON_1Gb_DDR3-1600_8bit_G.json",
|
||||
"addressmapping": "am_ddr3_8x1Gbx8_dimm_p1KB_brc.json",
|
||||
"mcconfig":"fifoStrict.json",
|
||||
"tracesetup": [
|
||||
{
|
||||
"clkMhz": 300,
|
||||
"name": "ddr3_example.stl"
|
||||
"clkMhz": 300,
|
||||
"name": "ddr3_example.stl"
|
||||
},
|
||||
{
|
||||
"clkMhz": 400,
|
||||
"name": "ddr3_example.stl"
|
||||
"clkMhz": 400,
|
||||
"name": "ddr3_example.stl"
|
||||
}
|
||||
]
|
||||
}
|
||||
}
|
||||
}
|
||||
```
|
||||
Fields Description
|
||||
@@ -232,19 +232,19 @@ The content of [config.json](DRAMSys/library/resources/configs/thermalsim/config
|
||||
|
||||
```json
|
||||
{
|
||||
"thermalsimconfig": {
|
||||
"TemperatureScale": "Celsius",
|
||||
"StaticTemperatureDefaultValue": 89,
|
||||
"ThermalSimPeriod": 100,
|
||||
"ThermalSimUnit": "us",
|
||||
"PowerInfoFile": "powerInfo.json",
|
||||
"IceServerIp": "127.0.0.1",
|
||||
"IceServerPort": 11880,
|
||||
"SimPeriodAdjustFactor": 10,
|
||||
"NPowStableCyclesToIncreasePeriod": 5,
|
||||
"GenerateTemperatureMap": true,
|
||||
"GeneratePowerMap": true
|
||||
}
|
||||
"thermalsimconfig": {
|
||||
"TemperatureScale": "Celsius",
|
||||
"StaticTemperatureDefaultValue": 89,
|
||||
"ThermalSimPeriod": 100,
|
||||
"ThermalSimUnit": "us",
|
||||
"PowerInfoFile": "powerInfo.json",
|
||||
"IceServerIp": "127.0.0.1",
|
||||
"IceServerPort": 11880,
|
||||
"SimPeriodAdjustFactor": 10,
|
||||
"NPowStableCyclesToIncreasePeriod": 5,
|
||||
"GenerateTemperatureMap": true,
|
||||
"GeneratePowerMap": true
|
||||
}
|
||||
}
|
||||
```
|
||||
- *TemperatureScale* (string)
|
||||
|
||||