It is recommended to install the develop packages used for the project:
pipenv install --devcd SmartCache/sim/Utilities
python3 setup.py installpython3 -m utils --help
# Example to fast compile
python3 -m utils compile --fast 'true'
# Example to get the simulator executable path
python3 -m utils simPathcd Probe
python3 setup.py installOpen the result folder with the following command:
python3 -m probe.results --help
# Example to open dashboard for all results into a folder
python3 -m probe.results dashboard result_folder