picker/example
FrankOu2001 bc3570eaaa refactor: Enhance waveform export and rename APIs
- Store waveform and coverage export settings in the DUT class.
- **BREAKING CHANGE**: Renamed waveform control APIs to clarify pause/resume semantics:
  - `OpenWaveform` -> `ResumeWaveformDump`
  - `CloseWaveform` -> `PauseWaveformDump`
  - `WaveformClosed` -> `WaveformPaused`
- Fix syntax error in `template/mem_direct/Makefile`.
2025-09-04 15:38:35 +08:00
..
Adder refactor: Enhance waveform export and rename APIs 2025-09-04 15:38:35 +08:00
AdderMultiInstance example: python try import __init__ in example 2024-11-19 12:45:34 +08:00
Cache add CacheSignalCFG example 2025-04-30 11:23:00 +08:00
CacheSignalCFG [fix] parallel build error & non-appimage (#44) 2025-07-10 14:48:27 +08:00
DualPortStackCb Fix typo of example_async.py 2025-08-06 11:23:10 +08:00
GSim/NutShell Add backend simulator GSIM support (#50) 2025-08-13 15:16:15 +08:00
InternalSignals fix(issue #36): add dut name to pakage name 2025-04-30 11:23:00 +08:00
MultiClock example: add MultiClock test 2024-12-13 17:28:49 +08:00
Pack update example/Pack/README.md 2024-09-30 19:08:53 +08:00
RandomGenerator fix(issue #36): add dut name to pakage name 2025-04-30 11:23:00 +08:00
XDummyCache example: fix typo 2024-11-19 05:35:03 +00:00
chiselUT refactor: Enhance waveform export and rename APIs 2025-09-04 15:38:35 +08:00