Update README to feature the full version of Trace Analyzer
This commit is contained in:
@@ -97,7 +97,6 @@ option(DRAMSYS_BUILD_BENCHMARKS "Build DRAMSys benchmarks" OFF)
|
||||
option(DRAMSYS_BUILD_CLI "Build DRAMSys Command Line Tool" ON)
|
||||
option(DRAMSYS_BUILD_TRACE_ANALYZER "Build DRAMSys Trace Analyzer" OFF)
|
||||
option(DRAMSYS_WITH_DRAMPOWER "Build with DRAMPower support enabled." OFF)
|
||||
option(DRAMSYS_ENABLE_EXTENSIONS "Enable proprietary DRAMSys extensions." OFF)
|
||||
option(DRAMSYS_USE_EXTERNAL_SYSTEMC "Use an external SystemC installation." OFF)
|
||||
|
||||
###############################################
|
||||
@@ -189,9 +188,7 @@ if(DRAMSYS_BUILD_TRACE_ANALYZER)
|
||||
add_subdirectory(src/traceAnalyzer)
|
||||
endif()
|
||||
|
||||
if(DRAMSYS_ENABLE_EXTENSIONS)
|
||||
dramsys_enable_extensions()
|
||||
endif()
|
||||
dramsys_enable_extensions()
|
||||
|
||||
###############################################
|
||||
### Test Directory ###
|
||||
|
||||
Reference in New Issue
Block a user