Files
DRAMSys/extensions/apps/traceAnalyzer
Lukas Steiner 56c9f5f5f0 Merge branch 'initialize_generalinfotable' into 'develop'
Write GeneralInfo table at the beginning

See merge request ems/astdm/modeling.dram/dram.sys.5!39
2023-08-14 13:33:40 +00:00
..
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 16:09:55 +02:00
2023-05-25 16:09:55 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-17 11:41:44 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-07-14 14:31:03 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +02:00
2023-05-25 15:15:52 +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