3
0
Fork 0
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:
Andrew Zonenberg 2017-08-07 20:46:00 -07:00
parent 0a6c702c41
commit c205d571df

View file

@ -80,7 +80,7 @@ module GP_COUNT14(input CLK, input wire RST, output reg OUT);
"BOTH": begin
initial begin
$display("Both-edge reset mode for GP_COUNT8 not implemented");
$display("Both-edge reset mode for GP_COUNT14 not implemented");
$finish;
end
end