install: . ./script_install.sh run: ./run_simulation.sh fftma: cd fftma_module/gen && python3 setup.py install --user binaries: cd ./tools/connec && make clean && make all test: binaries cd tests/integration && python3 -m unittest test.py perf: binaries cd tests/performance && python3 generation.py cd tests/performance && python3 connectivity.py