Fixed typo in error message
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Tue, 8 Aug 2017 03:46:00 +0000 (20:46 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Mon, 14 Aug 2017 17:45:40 +0000 (10:45 -0700)
techlibs/greenpak4/cells_sim_digital.v

index 30fbef9f295a6641dc78d1319047e7ee5708d7d4..cda83862a1398b4b292645307c2f7e74142bf130 100644 (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