From 01a693ff474a20e41e697fb68cb51a44662ac737 Mon Sep 17 00:00:00 2001 From: UnavailableDev Date: Fri, 3 Mar 2023 11:52:26 +0100 Subject: apu constants cleanup --- basys3/basys3.srcs/apu_consts.vhd | 8 ++++++++ 1 file changed, 8 insertions(+) create mode 100644 basys3/basys3.srcs/apu_consts.vhd (limited to 'basys3/basys3.srcs/apu_consts.vhd') diff --git a/basys3/basys3.srcs/apu_consts.vhd b/basys3/basys3.srcs/apu_consts.vhd new file mode 100644 index 0000000..5c4edcf --- /dev/null +++ b/basys3/basys3.srcs/apu_consts.vhd @@ -0,0 +1,8 @@ + + + +package apu_consts is + constant SAMPLE_SIZE_WIDTH : natural := 8; -- data width for sample size + constant SAMPLE_SIZE : natural := 256; -- max value in sample size + +end package apu_consts; \ No newline at end of file -- cgit v1.2.3 From 586aded2dddf2e6101d2709e42bceccadb50e8a1 Mon Sep 17 00:00:00 2001 From: UnavailableDev Date: Fri, 3 Mar 2023 11:54:48 +0100 Subject: file cleanup --- basys3/basys3.srcs/apu_consts.vhd | 5 +---- 1 file changed, 1 insertion(+), 4 deletions(-) (limited to 'basys3/basys3.srcs/apu_consts.vhd') diff --git a/basys3/basys3.srcs/apu_consts.vhd b/basys3/basys3.srcs/apu_consts.vhd index 5c4edcf..f0e2754 100644 --- a/basys3/basys3.srcs/apu_consts.vhd +++ b/basys3/basys3.srcs/apu_consts.vhd @@ -1,8 +1,5 @@ - - - package apu_consts is constant SAMPLE_SIZE_WIDTH : natural := 8; -- data width for sample size constant SAMPLE_SIZE : natural := 256; -- max value in sample size -end package apu_consts; \ No newline at end of file +end package apu_consts; -- cgit v1.2.3