【发布时间】:2019-08-02 04:53:29
【问题描述】:
因为我们不能总是生成@(negedge clock or posedge capture) 来凿。不使用 blacbox 资源对文件进行 blacbox,如何黑箱一行代码always @(negedge clock or posedge capture)
if (capture)
out <= 1'b0;
else
begin
if (enable)
out <= in;
end
【问题讨论】: