Fixed small bug in resource file
This commit is contained in:
@@ -4,6 +4,15 @@
|
||||
# Simulation Files
|
||||
OTHER_FILES += resources/simulations/ddr3-example.xml
|
||||
OTHER_FILES += resources/simulations/ddr3-single-device.xml
|
||||
OTHER_FILES += resources/simulations/wideio-example.xml
|
||||
|
||||
|
||||
# Simulator Files
|
||||
OTHER_FILES += resources/configs/simulator/wideio.xml
|
||||
OTHER_FILES += resources/configs/simulator/ddr3.xml
|
||||
OTHER_FILES += resources/configs/simulator/ddr3-single-device.xml
|
||||
OTHER_FILES += resources/configs/simulator/wideio_thermal.xml
|
||||
|
||||
|
||||
# Scripts
|
||||
OTHER_FILES += resources/scripts/address_scrambler.pl
|
||||
@@ -52,7 +61,7 @@ OTHER_FILES += resources/traces/ddr3_example.stl
|
||||
OTHER_FILES += resources/traces/ddr3_single_dev_example.stl
|
||||
OTHER_FILES += resources/traces/ddr3_SAMSUNG_M471B5674QH0_DIMM_example.stl
|
||||
|
||||
# Mempry Controller Configs
|
||||
# Memory Controller Configs
|
||||
OTHER_FILES += resources/configs/mcconfigs/fifoStrict.xml
|
||||
OTHER_FILES += resources/configs/mcconfigs/fifo.xml
|
||||
OTHER_FILES += resources/configs/mcconfigs/fr_fcfs.xml
|
||||
@@ -98,8 +107,9 @@ OTHER_FILES += resources/configs/memspecs/MICRON_4Gb_LPDDR3-1333_32bit_A.xml
|
||||
OTHER_FILES += resources/configs/memspecs/MICRON_4Gb_LPDDR3-1600_32bit_A.xml
|
||||
OTHER_FILES += resources/configs/memspecs/SAMSUNG_K4B1G1646E_1Gb_DDR3-1600_16bit.xml
|
||||
OTHER_FILES += resources/configs/memspecs/SAMSUNG_K4B4G1646Q_4Gb_DDR3-1066_16bit.xml
|
||||
OTHER_FILES += resources/configs/memspecs/wideio.xml
|
||||
|
||||
# address mapping configs
|
||||
# Address Mapping Configs
|
||||
OTHER_FILES += resources/configs/amconfigs/am_ddr3.xml
|
||||
OTHER_FILES += resources/configs/amconfigs/am_ddr3_x16_brc.xml
|
||||
OTHER_FILES += resources/configs/amconfigs/am_ddr3_x16_rbc.xml
|
||||
@@ -118,18 +128,9 @@ OTHER_FILES += resources/configs/amconfigs/am_ddr3_1Gbx8_p1KB_brc.xml
|
||||
OTHER_FILES += resources/configs/amconfigs/am_ddr3_4x4Gbx16_dimm_p2KB_brc.xml
|
||||
OTHER_FILES += resources/configs/amconfigs/am_ddr3_4x4Gbx16_dimm_p2KB_rbc.xml
|
||||
|
||||
# thermal simulation configs
|
||||
# Thermal Simulation configs
|
||||
OTHER_FILES += resources/configs/thermalsim/core.flp
|
||||
OTHER_FILES += resources/configs/thermalsim/mem.flp
|
||||
OTHER_FILES += resources/configs/thermalsim/powerInfo.xml
|
||||
OTHER_FILES += resources/configs/thermalsim/stack.stk
|
||||
|
||||
DISTFILES += \
|
||||
$$PWD/configs/thermalsim/config.xml \
|
||||
$$PWD/configs/simulator/wideio.xml \
|
||||
$$PWD/configs/simulator/ddr3.xml \
|
||||
$$PWD/configs/memspecs/wideio.xml \
|
||||
$$PWD/configs/simulator/ddr3-single-device.xml \
|
||||
$$PWD/simulations/wideio-example.xml \
|
||||
$$PWD/configs/simulator/wideio_thermal.xml
|
||||
|
||||
OTHER_FILES += resources/configs/thermalsim/config.xml
|
||||
|
||||
Reference in New Issue
Block a user