Fixed typo in parameter name
authorAndrew Zonenberg <azonenberg@drawersteak.com>
Sun, 8 May 2016 04:14:00 +0000 (21:14 -0700)
committerAndrew Zonenberg <azonenberg@drawersteak.com>
Sun, 8 May 2016 04:14:00 +0000 (21:14 -0700)
techlibs/greenpak4/cells_sim.v

index da3704638ec0a5e945c5ca8c80a10c2811da409a..c4e5a9de13e9a72a9f873efea55e1c487da70c82 100644 (file)
@@ -69,7 +69,7 @@ module GP_COUNT8(input CLK, input wire RST, output reg OUT);
                count           <= count - 1'd1;
                
                if(count == 0)
-                       count   <= COUNT_MAX;
+                       count   <= COUNT_TO;
                        
                /*
                if((RESET_MODE == "RISING") && RST)