mirror of
https://github.com/YosysHQ/yosys
synced 2025-04-06 17:44:09 +00:00
Fixed typo in error message
This commit is contained in:
parent
fc0c7f74dc
commit
40021d2fd8
|
@ -102,7 +102,7 @@ module GP_COUNT14(input CLK, input wire RST, output reg OUT);
|
||||||
|
|
||||||
default: begin
|
default: begin
|
||||||
initial begin
|
initial begin
|
||||||
$display("Invalid RESET_MODE on GP_COUNT8");
|
$display("Invalid RESET_MODE on GP_COUNT14");
|
||||||
$finish;
|
$finish;
|
||||||
end
|
end
|
||||||
end
|
end
|
||||||
|
|
Loading…
Reference in a new issue