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