Fixed typo in error message

This commit is contained in:
Andrew Zonenberg 2017-08-07 20:46:00 -07:00
parent 0a6c702c41
commit c205d571df
1 changed files with 1 additions and 1 deletions

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