Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

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
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.

Part and Inventory Search

Welcome to EDABoard.com

Sponsor

Back
Top