mirror of https://github.com/YosysHQ/yosys.git
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
|
||||
initial begin
|
||||
$display("Invalid RESET_MODE on GP_COUNT8");
|
||||
$display("Invalid RESET_MODE on GP_COUNT14");
|
||||
$finish;
|
||||
end
|
||||
end
|
||||
|
|
Loading…
Reference in New Issue