Hey,
I created a class that extends uvm_component.
I have there uvm_events, uvm_tlm_fifo and some variables.
I want to print only the variables in the class using the print function in a table format.
I used do_print to add to the printer those variables.
I didn’t call super.do_print to avoid other prints.
But still all the other components in the class are being printed in the table.
Is there a way to get rid of that?
I tried configuring the knobs but it still doesn’t work.
Thanks.
For quick help - consider giving a self-contained code that shows your issue.