What does `timescale 1 ns/ 1 ps signify in a verilog code?

| Tuesday, September 8, 2009


'timescale directive is a compiler directive.It is used to measure simulation time or delay time. Usage : `timescale / reference_time_unit : Specifies the unit of measurement for times and delays. time_precision: specifies the precision to which the delays are rounded off.

0 comments:

Post a Comment