From within the BOLT
directory, compile with: make
The BOLT
directory can be cleaned using: make clean
Run the Simulator: ./BOLT
The majority of user-defined variables are stored in: BOLT/include/input.h
- upon altering any parameter the code needs to be recompiled before running to ensure changes are reflected in the output.
Build the image: docker build -t <image_name>:<tag> .
Run the image: docker run -ti --rm --name <name> <image_name>:<tag>