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