From fd80bcabb3ba7e6380d80ec96a72cccbbd13960c Mon Sep 17 00:00:00 2001 From: Johannes Feldmann Date: Tue, 27 Mar 2018 10:36:09 +0200 Subject: [PATCH] Output file of ConGen added for test purposes. --- .../amconfigs/am_test_congen_output.json | 44 +++++++++++++++++++ 1 file changed, 44 insertions(+) create mode 100644 DRAMSys/library/resources/configs/amconfigs/am_test_congen_output.json diff --git a/DRAMSys/library/resources/configs/amconfigs/am_test_congen_output.json b/DRAMSys/library/resources/configs/amconfigs/am_test_congen_output.json new file mode 100644 index 00000000..74d8c492 --- /dev/null +++ b/DRAMSys/library/resources/configs/amconfigs/am_test_congen_output.json @@ -0,0 +1,44 @@ +{ + "Config": { + "numberOfBankBits": 3, + "numberOfRowBits": 14, + "numberOfColumnBits": 10, + "numberOfByteBits": 3, + "numberOfBLBits": 3 + }, + "Name": "merged_sorted", + "Solutions": [ + { + "XOR": [], + "Banks Rows": [ + { + "bank_bits": [ + 18, + 12, + 11 + ], + "rows": { + "row_bits": [ + 24, + 13, + 17, + 14, + 15, + 16, + 25, + 19, + 21, + 20, + 26, + 23, + 29, + 28 + ], + "costs": 477468 + }, + "costs": 477468 + } + ] + } + ] +} \ No newline at end of file