$display vs $strobe vs $monitor in verilog?
I’ll be nice and summarize the LRM (Language Reference Manual), but you should read it. Everything is in IEEE Std 1800-2012 § 21.2 Display system tasks (Technically SystemVerilog, but these functions are identical.) $display : print the immediate values § 21.2.1 The display and write tasks $strobe : print the values at the end of … Read more