X-Git-Url: http://rtime.felk.cvut.cz/gitweb/fpga/pwm.git/blobdiff_plain/e91adf9cda5fcc9e81e9468583363e96dfe32f80..HEAD:/counter.vhd diff --git a/counter.vhd b/counter.vhd index 0994e81..9df0e2b 100644 --- a/counter.vhd +++ b/counter.vhd @@ -37,7 +37,7 @@ begin count <= cnt; - event_ow <= eq_max; + event_ow <= eq_max and clk_en; COUTER : process (clk, reset) is