Integrate DRAMUtils and new DRAMPower

This commit is contained in:
marcomoerz
2024-07-04 10:54:04 +02:00
committed by Derek Christ
parent 0bd943e588
commit 4120e9c35b
240 changed files with 10895 additions and 3138 deletions

View File

@@ -1,2 +1,8 @@
find_package(nlohmann_json REQUIRED)
add_executable(json_converter json_converter.cpp)
target_link_libraries(json_converter PRIVATE DRAMSys::config)
target_link_libraries(json_converter PRIVATE
DRAMSys::config
nlohmann_json::nlohmann_json
)