From 2f0f26900b57d331f746b662342ab35e28502a56 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?=C3=89der=20F=2E=20Zulian?= Date: Tue, 18 Oct 2016 22:23:30 +0200 Subject: [PATCH] Adding more address mapping files to qtcreator --- DRAMSys/simulator/resources/resources.pri | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/DRAMSys/simulator/resources/resources.pri b/DRAMSys/simulator/resources/resources.pri index b6b2661c..107a0b36 100644 --- a/DRAMSys/simulator/resources/resources.pri +++ b/DRAMSys/simulator/resources/resources.pri @@ -71,7 +71,9 @@ OTHER_FILES += resources/configs/memspecs/MatzesWideIO-short.xml 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 -OTHER_FILES += resources/configs/amconfigs/am_ddr4.xml +OTHER_FILES += resources/configs/amconfigs/am_ddr3_8x1Gbx8_dimm_p1KB.xml +OTHER_FILES += resources/configs/amconfigs/am_ddr3_8x2Gbx8_dimm_p1KB.xml +OTHER_FILES += resources/configs/amconfigs/resources/configs/amconfigs/am_ddr4.xml OTHER_FILES += resources/configs/amconfigs/am_highHits.xml OTHER_FILES += resources/configs/amconfigs/am_highPara.xml OTHER_FILES += resources/configs/amconfigs/am_wideio.xml