Check() and extract() methods are not running

In reply to michael1.zhu:

Try to add a return type:


function void check();
 $display("end of test");
 endfunction : check

Incisiv from Cadence gave me a compilation error without the “void”.

Cristian Slav
www.cfs-vision.com