gpt4 book ai didi

verilog - 为什么 Verilog 函数中不允许非阻塞赋值?

转载 作者:行者123 更新时间:2023-12-04 23:26:32 25 4
gpt4 key购买 nike

我读过 Verilog 函数中不允许使用非阻塞赋值。任何人都可以对此提出合理的解释吗?

最佳答案

Verilog 的 IEEE 标准 (1364-2001),“10.3.4 函数规则”部分指出:

A function shall not have any nonblocking assignments.



1800-2009 IEEE Std 对此进行了详细说明:

Functions shall execute with no delay. Thus, a process calling a function shall return immediately. Statements that do not block shall be allowed inside a function; specifically, nonblocking assignments, event triggers, clocking drives, and fork-join_none constructs shall be allowed inside a function.



目的是让函数在 Verilog 事件队列中易于评估。如果您需要提前时间,请使用 task而不是 function .

关于verilog - 为什么 Verilog 函数中不允许非阻塞赋值?,我们在Stack Overflow上找到一个类似的问题: https://stackoverflow.com/questions/12035942/

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