Quantcast
Channel: UVM Methodology and BCL Forum RSS Feed
Viewing all articles
Browse latest Browse all 283

Controlling timescale with set_timeout

$
0
0

What is the recommended way to control the timescale of the UVM timeout as set with set_timeout()?

 

Controlling the timescale in the calling code doesn't seem to work.

 

For example, 

 

`timescale 1ns/1ps

 

...

 

uvm_top.set_timeout(2000000ns, 1);

 

 

 

 

results in the timeout set to 2000ns.  UVM seems to be using a timescale of 1ps.


Viewing all articles
Browse latest Browse all 283

Trending Articles