Files
DRAMSys/extensions/apps/traceAnalyzer
Derek Christ 12bfba1fb3 Fix various bugs
- Fix data race for some tests by disabling database recording
- Fix undefined behaviour in configuration test
- Port clkMhz to tCK for simulation script
- Port memUtil Python script to tCK with backwards compatibility
2024-02-26 09:58:19 +01: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
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