In reply to SHRI12326:
Hi Shriramvaraprasad. No simulation time is consumed by $display. However, the time it takes to complete a simulation can be affected by $display tasks. If you are executing a $display task every clock cycle, say for debug purposes, then it will take longer to complete the simulation than if no $display tasks are executed.