From d5df6da289ae10bb446d1ff63250484a79937aed Mon Sep 17 00:00:00 2001 From: lonkaars Date: Mon, 6 Feb 2023 18:29:25 +0100 Subject: rick roll done --- src/SampleOut.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'src/SampleOut.vhd') diff --git a/src/SampleOut.vhd b/src/SampleOut.vhd index 53e3f1a..63b6159 100644 --- a/src/SampleOut.vhd +++ b/src/SampleOut.vhd @@ -6,14 +6,14 @@ use IEEE.NUMERIC_STD.ALL; entity SampleOut is generic( INPUT_DEPTH: integer := 256; - INPUT_SAMPLE_SIZE: integer := 36984; + INPUT_SAMPLE_SIZE: integer := 200000; INPUT_AUDIO_HZ: integer := 44100; INPUT_CLK_HZ: integer := 100000000 ); Port ( reset, clk : in STD_LOGIC; inCOEData : in STD_LOGIC_VECTOR(7 downto 0); outCOEData : out STD_LOGIC_VECTOR(7 downto 0); - outCOEAddress : out STD_LOGIC_VECTOR(15 downto 0) + outCOEAddress : out STD_LOGIC_VECTOR(17 downto 0) ); end SampleOut; -- cgit v1.2.3