Files
DRAMSys/extensions/apps/traceAnalyzer
Lukas Steiner 5226b87a78 Merge branch 'fix_pyhton_scripts' into 'develop'
Numerous fixes for Python scripts

See merge request ems/astdm/modeling.dram/dram.sys.5!52
2023-10-20 07:52:26 +00:00
..
2023-09-22 10:45:23 +02:00
2023-09-21 09:22:28 +02:00
2023-09-22 10:45:23 +02:00
2023-10-12 11:58:18 +02:00
2023-08-09 14:57:29 +02:00
2023-08-29 09:26:25 +02:00
2023-08-29 09:26:25 +02:00
2023-08-29 09:26:25 +02:00
2023-08-29 09:26:25 +02:00
2023-09-22 10:45:23 +02:00
2023-08-29 09:26:25 +02:00
2023-08-29 09:26:25 +02:00
2023-08-29 09:26:25 +02:00
2023-05-17 11:41:44 +02:00
2023-08-29 09:26:25 +02:00
2023-08-29 09:26:25 +02:00
2023-08-29 09:26:25 +02:00
2023-08-29 09:26:25 +02:00
2023-09-22 10:45:23 +02:00
2023-09-22 10:45:23 +02:00
2023-09-22 10:45:23 +02:00
2023-09-22 10:45:23 +02: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