diff options
author | UnavailableDev <ggwildplay@gmail.com> | 2023-03-03 11:54:48 +0100 |
---|---|---|
committer | UnavailableDev <ggwildplay@gmail.com> | 2023-03-03 11:54:48 +0100 |
commit | 586aded2dddf2e6101d2709e42bceccadb50e8a1 (patch) | |
tree | 0a987fae08d066e749fcaa34af4e5bccf2095cce | |
parent | 01a693ff474a20e41e697fb68cb51a44662ac737 (diff) |
file cleanup
-rw-r--r-- | basys3/basys3.srcs/apu_consts.vhd | 5 |
1 files changed, 1 insertions, 4 deletions
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; |