Skip to content
This repository was archived by the owner on Mar 7, 2025. It is now read-only.

Latest commit

 

History

History
46 lines (33 loc) · 780 Bytes

README.md

File metadata and controls

46 lines (33 loc) · 780 Bytes

smart-cache

⚙️ Develop

It is recommended to install the develop packages used for the project:

pipenv install --dev

Use the simulator utilities

Installation

cd SmartCache/sim/Utilities
python3 setup.py install

Use the simulator utilities

python3 -m utils --help
# Example to fast compile
python3 -m utils compile --fast 'true'
# Example to get the simulator executable path
python3 -m utils simPath

Use the Probe module

Installation

cd Probe
python3 setup.py install

Open the dashboard

Open 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