Skip to content

itodnerd/WATT-simulate

Repository files navigation

WATT Simulation Framework

Here you can find our Simulation Framework used in our WATT paper. You can find an overview of all artifacts used in our paper here.

Compiling

mkdir build && cd build && cmake -DCMAKE_BUILD_TYPE=RelWithDebInfo .. && make -j

Running

./evalAccessTable tracefile outdir

Adding Strategies

New strategies can be added in /algos/ and have to be linked in /algos/Generators.cpp and /algos/Generators.hpp.

Adding Runconfigurations

Configurations can be added in /evalAccessTable/evalAccessTable.cpp.

About

No description, website, or topics provided.

Resources

License

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published