gpt4 book ai didi

verilog - 在 VCS 中获取系统时间

转载 作者:行者123 更新时间:2023-12-04 23:00:39 30 4
gpt4 key购买 nike

有没有办法在 VCS/UVM 中获取系统时间?我正在寻找类似于 Perl 的 localtime(time) .有没有办法为每个 uvm_info 打印系统时间打印 ?

最佳答案

一种方法是使用 $system()运行任何系统命令,包括系统的日期命令。

initial
begin
$system("date");
end

来自 IEEE 1800资源管理:

$system makes a call to the C function system(). The C function executes the argument passed to it as if the argument was executed from the terminal. $system can be called as either a task or a function. When called as a function, it returns the return value of the call to system() with data type int. If $system is called with no string argument, the C function system() will be called with the NULL string.



另见 here .

关于verilog - 在 VCS 中获取系统时间,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/26046469/

30 4 0
Copyright 2021 - 2024 cfsdn All Rights Reserved 蜀ICP备2022000587号
广告合作:1813099741@qq.com 6ren.com