Fixed typo in error message
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Fri, 1 Sep 2017 13:41:39 +0000 (06:41 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Fri, 1 Sep 2017 13:45:10 +0000 (06:45 -0700)
techlibs/greenpak4/cells_sim_digital.v

index b87795ceb92cee26b39f5cf97dc405a5641e5666..43d35d08f33c4c3c66ee49e585c756139de0bdf4 100644 (file)
@@ -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