Files
DRAMSys/src/traceAnalyzer
..
2024-12-20 17:40:15 +01:00

TraceAnalyzer

Python Dependencies

The used Python dependencies of this project include:

  • matplotlib
  • numpy
  • pyvcd
  • tqdm

To install all required packages, a requirements.txt file is provided, which can be found in scripts/requirements.txt. Install the packages using this command:

python3 -m pip install -r scripts/requirements.txt