diff options
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 |