aboutsummaryrefslogtreecommitdiff
path: root/src/AudioOut.vhd
diff options
context:
space:
mode:
Diffstat (limited to 'src/AudioOut.vhd')
-rw-r--r--src/AudioOut.vhd1
1 files changed, 0 insertions, 1 deletions
diff --git a/src/AudioOut.vhd b/src/AudioOut.vhd
index d7a6b37..cdf55f5 100644
--- a/src/AudioOut.vhd
+++ b/src/AudioOut.vhd
@@ -6,7 +6,6 @@ use IEEE.NUMERIC_STD.ALL;
entity AudioOut is
generic(
INPUT_DEPTH: integer := 256;
- INPUT_SAMPLE_SIZE: integer := 200000;
INPUT_AUDIO_HZ: integer := 44100;
INPUT_CLK_HZ: integer := 100000000
);