Make DRAMPower required again
DRAMPower was only optional because the linker had problems when integrating with gem5 as there still exists a very old version in the source tree. With the new namespaces, there is no longer a need for making DRAMPower optional.
This commit is contained in:
@@ -82,11 +82,6 @@ $ cmake -S . -B build
|
||||
$ cmake --build build
|
||||
```
|
||||
|
||||
To include **DRAMPower** in your build enable the CMake option `DRAMSYS_WITH_DRAMPOWER`:
|
||||
```console
|
||||
$ cmake -B build -D DRAMSYS_WITH_DRAMPOWER=Y
|
||||
```
|
||||
|
||||
If you plan to integrate DRAMSys into your own SystemC TLM-2.0 project you can build only the DRAMSys library by disabling the CMake option `DRAMSYS_BUILD_CLI`.
|
||||
|
||||
To include the Trace Analyzer in the build process, enable the CMake option `DRAMSYS_BUILD_TRACE_ANALYZER`.
|
||||
|
||||
Reference in New Issue
Block a user