Hi all,
Can anyone help me how to remove the file line and line number by using the `UVM_INFO.
I’m used the -UVM_REPORT_DISABLE_FILELINE in makefile. But, there is no change to identify. Is any another way to achieve that.
Thanks
Siva Prasad
Hi all,
Can anyone help me how to remove the file line and line number by using the `UVM_INFO.
I’m used the -UVM_REPORT_DISABLE_FILELINE in makefile. But, there is no change to identify. Is any another way to achieve that.
Thanks
Siva Prasad
In reply to Siva91221:
The correct macro to use is UVM_REPORT_DISABLE_FILE_LINE.
This macro is only used when compiling the UVM library. You will need to compile the UVM library instead of using a tool-specific version.
I’m not sure why you would want to remove the line number and file name from the log file. It’s better to post-process your log file.
In reply to cgales:
Ok. Just I wann to check that macro how it is working. Thank you so much.
Thanks
Siva Prasad