From 6a64e2eac6c7ecd99932c8b2cde1c4487f042ee0 Mon Sep 17 00:00:00 2001 From: Lukas Steiner Date: Tue, 21 Jul 2020 09:48:20 +0200 Subject: [PATCH] Move disclaimer to the top, remove voco traces. --- README.md | 22 +++++++++------------- 1 file changed, 9 insertions(+), 13 deletions(-) diff --git a/README.md b/README.md index 0d46f0e0..64eb197a 100644 --- a/README.md +++ b/README.md @@ -1,14 +1,18 @@ - - - - **DRAMSys4.0** is a flexible DRAM subsystem design space exploration framework based on SystemC TLM-2.0. Pipeline Status: [![pipeline status](https://git.eit.uni-kl.de/ems/astdm/dram.sys/badges/master/pipeline.svg)](https://git.eit.uni-kl.de/ems/astdm/dram.sys/commits/master) [![Coverage report](https://git.eit.uni-kl.de/ems/astdm/dram.sys/badges/master/coverage.svg?job=coverage)](https://git.eit.uni-kl.de/ems/astdm/dram.sys/commits/master) +## Disclaimer + +This is the public read-only mirror of an internal DRAMSys repository. Pull requests will not be merged but the changes might be added internally and published with a future commit. The repositories are synchronized from time to time. + +The user DOES NOT get ANY WARRANTIES when using this tool. This software is released under the BSD 3-Clause License. By using this software, the user implicitly agrees to the licensing terms. + +If you decide to use DRAMSys in your research please cite the papers [2] [3]. To cite the TLM methodology of DRAMSys use the paper [1]. + ## Key Features - **standalone** simulator with trace players, **gem5**-coupled simulator and **TLM-AT-compliant library** @@ -30,7 +34,7 @@ A UML diagram of the software architecture is presented below; different compone ## Basic Setup Start using DRAMSys by cloning the repository. -Use the *--recursive* flag to initialize all submodules within the repository, namely **DRAMPower**, **SystemC** and **nlohmann json**. +Use the `--recursive` flag to initialize all submodules within the repository, namely **DRAMPower**, **SystemC** and **nlohmann json**. ### Dependencies @@ -521,14 +525,6 @@ Thanh C. Tran Tran Anh Quoc Éder F. Zulian -## Disclaimer - -This is the public read-only mirror of an internal DRAMSys repository. Pull requests will not be merged but the changes might be added internally and published with a future commit. The repositories are synchronized from time to time. - -The user DOES NOT get ANY WARRANTIES when using this tool. This software is released under the BSD 3-Clause License. By using this software, the user implicitly agrees to the licensing terms. - -If you decide to use DRAMSys in your research please cite the paper [3]. - ## References [1] TLM Modelling of 3D Stacked Wide I/O DRAM Subsystems, A Virtual Platform for Memory Controller Design Space Exploration