diff options
author | William PC <w_calandrini[at]hotmail[dot]com> | 2022-12-03 11:26:39 +0700 |
---|---|---|
committer | Willy Sudiarto Raharjo <willysr@slackbuilds.org> | 2022-12-03 11:26:39 +0700 |
commit | b54b49bfd0490042f1d0aa56228d7475e9a5a1b9 (patch) | |
tree | c2620a724b12b3789363cbb19763b5ee12a5b903 /academic/DRAMSys/README | |
parent | f8bce62175e68d57f96f9d2f7940182de7629728 (diff) |
academic/DRAMSys: Added (DRAM subsystem).
Signed-off-by: Willy Sudiarto Raharjo <willysr@slackbuilds.org>
Diffstat (limited to 'academic/DRAMSys/README')
-rw-r--r-- | academic/DRAMSys/README | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/academic/DRAMSys/README b/academic/DRAMSys/README new file mode 100644 index 0000000000000..c2944543870d5 --- /dev/null +++ b/academic/DRAMSys/README @@ -0,0 +1,13 @@ + DRAMSys4.0 is a flexible DRAM subsystem design space exploration +framework based on SystemC TLM-2.0. It was developed at the +Microelectronic Systems Design Research Group and Fraunhofer IESE. + + + If you want to enable power simulation set the environment variable +POWER=yes, this requires the package DRAMPower. + If you want to run thermal simulations install 3D-ICE with SystemC +wrapper enabled. + +# invocation example +# DRAMSys /usr/share/DRAMSys/simulations/ddr3-example.json \ + /usr/share/DRAMSys |