HyperDbg/hwdbg/sim/modelsim
copilot-swe-agent[bot] 774d61782f
fix: correct typos and one copy-paste error in comments and messages
Agent-Logs-Url: https://github.com/HyperDbg/HyperDbg/sessions/0817c887-8808-4080-a701-6a0211b10595

Co-authored-by: SinaKarvandi <13383992+SinaKarvandi@users.noreply.github.com>
2026-04-23 12:38:48 +00:00
..
modelsim.config merge hwdbg 2024-05-28 18:57:49 +09:00
modelsim.py fix: correct typos and one copy-paste error in comments and messages 2026-04-23 12:38:48 +00:00
modelsim.tcl merge hwdbg 2024-05-28 18:57:49 +09:00
README.md merge hwdbg 2024-05-28 18:57:49 +09:00

Automated ModelSim Viewer

First of all, make sure to edit the address of the "ModelSim" directory in modelsim.py.

After that, only modify the "modelsim.config" file.

In the "modelsim.config" file, the first line that starts with "module:" is the name of the target module's Tester class. The rest of the lines are signals to be shown.

For example:

module:DebuggerModuleTest
clock
inputPin 

If you don't specify the signals to be filtered, then ALL signals will be shown.

For example:

module:DebuggerModuleTest

At last, run it with the following command:

python3 modelsim.py

or,

python3 sim/modelsim.py