Added extension mechanism and ported DDR5, LPDDR5, HBM3, TraceAnalyzer

This commit is contained in:
Thomas Psota
2023-02-09 14:22:34 +01:00
parent f4bc3867fc
commit f434026ccd
204 changed files with 1685 additions and 246 deletions

View File

@@ -0,0 +1,17 @@
##############################################
##############################################
### ###
### DRAMSys Extensions - Apps ###
### ###
##############################################
##############################################
##############################################
### TraceAnalyzer ###
##############################################
option(DRAMSYS_EXTENSION_TRACE_ANALYZER_ENABLE "Enable DRAMSys Trace Analyzer" OFF)
if(DRAMSYS_EXTENSION_TRACE_ANALYZER_ENABLE)
message(STATUS " * Trace Analyzer")
add_subdirectory(traceAnalyzer)
endif()