Digital-EDA/Digital-IDE

[0.3.3]RuntimeError: null function or function signature mismatch

Opened this issue · 2 comments

module top_module(
input x3,
input x2,
input x1, // three inputs
output f // one output
);

assign f = (!x3 & x2 & !x1) or (!x3 & x2 & x1) or (x3 & !x2 & x1) or (x3 & x2 & x1);

endmodule

a849fe24c9156f8917e291d2fee991bc

我们已更新了新的版本0.3.3,如果还遇到同样的问题请在此留言,一周之后我们将关闭此问题,并视为您的问题已被解决。如果已被关闭且未解决,您可以重新打开此问题。

我和你一样的情况,0.3.3版本