Altera_Forum
Honored Contributor
13 years agolog /* with Modelsim doesn't log all signals at top level, etc...?
Hi - I can't find much on the web about this, but I'm wondering if anyone else has run into, or (even better) solved, this issue... I'm using free modelsim with my paid quartus. When I run modelsim interactively, and, at the beginning of the sim, tell it to log signals, often many signals aren't logged. I'm not talking about memories, or constants, or other funny things, just garden-variety signals.
Actually, log -r /* gives me my best results, but when I try something like log /top/* log /top/oneleveldown/* log /top/oneleveldown2/* the coverage is very spotty. I don't want to log everything all the time (takes too long), but there's something about being selective that causes me to lose out. Even if I just try to log all my test-bench signals (log /tb_top/*) I don't get many of them. Can anyone shed some light? Thanks! /j