nvdla / vp

Virtual Platform for NVDLA
Other
136 stars 81 forks source link

Huge Log Output Control (The size get more than 30GB ) #63

Open Hassan313 opened 4 years ago

Hassan313 commented 4 years ago

I am trying the to run the VP with the control string as below:

./build/test1/bin/aarch64_toplevel -c conf/aarch64_nvdla.lua -s "outfile:MyLog.log;verbosity_level:sc_debug;irq_adaptor:enable"

However, there are lots of other information being printed in the MyLog.log file which make the size of the file more than 30GB and I do not want them to be printed.

When I use the below sc cotrol signal no MyLog.log is created:

-s "outfile:MyLog.log;verbosity_level:sc_low;irq_adaptor:enable"

Any hint is appreciated.

rookie0620 commented 1 year ago

do you slove this problem now? The log is too huge and too many unless informantion

Hassan313 commented 1 year ago

Hi,

Unfortunately, I think no.

Good Luck Hassan