We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
2 parents d129101 + 5e81835 commit 231ff38Copy full SHA for 231ff38
1 file changed
examples/sipeed-tang-nano-9k/blinky-sv/apio_testing.svh
@@ -22,7 +22,7 @@ end
22
23
24
// Helper task. Do not call directly, use `CHECK_EQ() instead.
25
-task automatic _check_eq(input int signal, input int expected, input string file, input int line);
+task automatic _check_eq(input logic signal, input logic expected, input string file, input int line);
26
if (signal != expected) begin
27
$display("*** Check failed @%s/%1d (clk_num=%0d): expected: 'h%1h (%1d), actual: 'h%1h (%1d)",
28
(file), line, clk_num, expected, expected, signal, signal);
0 commit comments