Files
DRAMSys/extensions/apps/traceAnalyzer
Lukas Steiner cfd980373b Merge branch 'third-party' into 'develop'
Add notice file for all used third party work

See merge request ems/astdm/modeling.dram/dram.sys.5!69
2024-07-18 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
2024-02-26 09:58:19 +01: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

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