mirror of https://github.com/YosysHQ/yosys.git
Fixed typo in error message
This commit is contained in:
parent
0a6c702c41
commit
c205d571df
|
@ -80,7 +80,7 @@ module GP_COUNT14(input CLK, input wire RST, output reg OUT);
|
||||||
|
|
||||||
"BOTH": begin
|
"BOTH": begin
|
||||||
initial begin
|
initial begin
|
||||||
$display("Both-edge reset mode for GP_COUNT8 not implemented");
|
$display("Both-edge reset mode for GP_COUNT14 not implemented");
|
||||||
$finish;
|
$finish;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in New Issue