From ecbbc02866a666fb247d2d99d039901a2e8ca217 Mon Sep 17 00:00:00 2001 From: Wonhyuk Yang Date: Tue, 12 Nov 2024 05:23:46 +0000 Subject: [PATCH] [Config] Add missing configuration file --- configs/ramulator2_configs/DDR4.yaml | 25 +++++++++++++++++++++++++ 1 file changed, 25 insertions(+) create mode 100644 configs/ramulator2_configs/DDR4.yaml diff --git a/configs/ramulator2_configs/DDR4.yaml b/configs/ramulator2_configs/DDR4.yaml new file mode 100644 index 0000000..e65528e --- /dev/null +++ b/configs/ramulator2_configs/DDR4.yaml @@ -0,0 +1,25 @@ +Frontend: + impl: GEM5 + +MemorySystem: + impl: GenericDRAM + clock_ratio: 1 + + DRAM: + impl: DDR4 + org: + preset: DDR4_16Gb_x4 + channel: 1 + timing: + preset: DDR4_1600J + + Controller: + impl: Generic + Scheduler: + impl: FRFCFS + RefreshManager: + impl: AllBank + plugins: + + AddrMapper: + impl: RoBaRaCoCh \ No newline at end of file