DISTFILES from resources.pri changed to the standard way.
This commit is contained in:
@@ -5,13 +5,14 @@
|
||||
OTHER_FILES += resources/simulations/ddr3-example.xml
|
||||
OTHER_FILES += resources/simulations/ddr3-single-device.xml
|
||||
OTHER_FILES += resources/simulations/wideio-example.xml
|
||||
|
||||
OTHER_FILES += resources/simulations/wideio-ecc.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
|
||||
OTHER_FILES += resources/configs/simulator/wideio_ecc.xml
|
||||
|
||||
|
||||
# Scripts
|
||||
@@ -60,12 +61,14 @@ OTHER_FILES += resources/traces/mediabench-adpcmdecode_32.stl
|
||||
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
|
||||
OTHER_FILES += resources/traces/test_ecc.stl
|
||||
|
||||
# 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
|
||||
OTHER_FILES += resources/configs/mcconfigs/par_bs.xml
|
||||
OTHER_FILES += resources/configs/mcconfigs/fifo_ecc.xml
|
||||
|
||||
# Memspecs
|
||||
OTHER_FILES += resources/configs/memspecs/memspec.dtd
|
||||
@@ -108,6 +111,7 @@ 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
|
||||
OTHER_FILES += resources/configs/memspecs/wideio_less_refresh.xml
|
||||
|
||||
# Address Mapping Configs
|
||||
OTHER_FILES += resources/configs/amconfigs/am_ddr3.xml
|
||||
@@ -134,10 +138,3 @@ OTHER_FILES += resources/configs/thermalsim/mem.flp
|
||||
OTHER_FILES += resources/configs/thermalsim/powerInfo.xml
|
||||
OTHER_FILES += resources/configs/thermalsim/stack.stk
|
||||
OTHER_FILES += resources/configs/thermalsim/config.xml
|
||||
|
||||
DISTFILES += \
|
||||
$$PWD/configs/simulator/wideio_ecc.xml \
|
||||
$$PWD/configs/mcconfigs/fifo_ecc.xml \
|
||||
$$PWD/simulations/wideio-ecc.xml \
|
||||
$$PWD/traces/test_ecc.stl \
|
||||
$$PWD/configs/memspecs/wideio_less_refresh.xml
|
||||
|
||||
Reference in New Issue
Block a user