VCS, . $system, IEEE Std 1800-2012 & sect; 20.18.1. , UNIX, :
function string get_localtime();
int fd;
string localtime;
void'($system("data > localtime"));
fd = $fopen("localtime", "r");
void'($fscanf(fd,"%s",localtime));
$fclose(fd);
void'($system("rm localtime"));
return localtime;
endfunction
VCS $system, C/++, DPI (. IEEE Std 1800-2012 35). C VCS SystemVerilog. SystemVerilog import, C. , - my_localtime, - , :
import "DPI" function string my_localtime();