UND_Verknüpfung

This commit is contained in:
Sebastian Meyer
2024-10-21 21:12:50 +02:00
parent 79020d18a4
commit 5f8988646e
+1 -1
View File
@@ -28,7 +28,7 @@ entity axis_audio_bitcrusher is
end;
architecture rtl of axis_audio_bitcrusher is
reg_out <= reg_in(31 downto x) & (others => '0'); -- Setze die Bits 0 bis (x-1) auf Null
begin
end;