modelsim log appending #

Status
Not open for further replies.

meir

Junior Member level 3
Joined
Jan 16, 2013
Messages
26
Helped
5
Reputation
10
Reaction score
5
Trophy points
1,283
Visit site
Activity points
1,431
modelsim is creating log file with '#' at the beginning of every line
is there a way to prevent this ?
 

sed 's/^#//g' < my_favorite_logfile.log

There we go, workaround. ;-)

As for fixing the underlying problem, I don't know the answer to that one. But wait a bit and no doubt dave_59 can tell you the answer in 3 seconds.
 

You can add a LinePrefix variable setting in the modelsim.ini file or add set PrefMain(LinePrefix) "" to your script.


The reason for the '#''s is so that you can use your log file as a script to recreate your simulation.
 

Status
Not open for further replies.
Cookies are required to use this site. You must accept them to continue using the site. Learn more…