Forum Discussion
Altera_Forum
Honored Contributor
14 years ago --- Quote Start --- I'm trying to put together a generic TCL script which will find all of the signals I've manually added to the wave window, add those to a list then export it to a tabular file, for use in Python. --- Quote End --- Why bother? Since you're using it to populate the wave window, why can't you just have the python use the .do file directly. For example, when I use Modelsim, I just create a Tcl procedure with the same name as the testbench, and inside that procedure call vsim and populate the wave window using the .do file. Cheers, Dave