1
0
mirror of https://github.com/Gehstock/Mist_FPGA.git synced 2026-02-26 08:33:31 +00:00

Update phoenix_effect1.vhd

This commit is contained in:
Marcel
2022-11-27 18:30:29 +01:00
parent 3964a32bd2
commit 85ecc5a728

View File

@@ -133,7 +133,7 @@ begin
u_c1 <= (others => '0');
else
cnt := cnt + 1;
if trigger = '1' then
if trigger = '0' then
if cnt = Cmd_ikc then
cnt := 0;
u_c1 <= u_c1 + (Cmd_iVFc - u_c1)/Cmd_div;