Refactor diligent_jstk design files: update interface nets in diligent_jstk.bd, adjust node connections in diligent_jstk.bda, and modify delay parameter in digilent_jstk2.vhd for improved functionality and performance.
This commit is contained in:
@@ -149,7 +149,7 @@ BEGIN
|
||||
signed(s_axis_tdata) * tri_counter
|
||||
);
|
||||
ELSE
|
||||
lfo_product <= s_axis_tdata;
|
||||
lfo_product <= s_axis_tdata & (TRIANGULAR_COUNTER_LENGHT - 1 downto 0 => '0');
|
||||
END IF;
|
||||
|
||||
trigger <= '1';
|
||||
|
||||
Reference in New Issue
Block a user