R Rudrow Junior Member Jun 8, 2003 5 0 0 Jun 11, 2003 #1 What does timescale do in Verilog? e.g. `timescale 1ns/100ps thanks
L LiLithTecH Diamond Member Jul 28, 2002 3,105 0 0 Jun 11, 2003 #2 timescale 1ns/100ps sets the time unit. (units of time for simulation) 1 time unit is to be treated as 1 ns(nanoseconds) with time precision of 100ps (pulse seconds)
timescale 1ns/100ps sets the time unit. (units of time for simulation) 1 time unit is to be treated as 1 ns(nanoseconds) with time precision of 100ps (pulse seconds)