I'm using %p to print an object:
$display("Instr = %p", instr);
My expectation is that I prints the fields of the instruction, along with their values. What gets printed instead instead is (probably) the memory location where the object was allocated: