From: Andrew Zonenberg Date: Sun, 8 May 2016 04:14:00 +0000 (-0700) Subject: Fixed typo in parameter name X-Git-Tag: yosys-0.7~226^2~3 X-Git-Url: https://git.libre-soc.org/?a=commitdiff_plain;h=85ee88b0ee13eb49bb255d7e66a62fce823c028a;p=yosys.git Fixed typo in parameter name --- diff --git a/techlibs/greenpak4/cells_sim.v b/techlibs/greenpak4/cells_sim.v index da3704638..c4e5a9de1 100644 --- a/techlibs/greenpak4/cells_sim.v +++ b/techlibs/greenpak4/cells_sim.v @@ -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)