diff options
Diffstat (limited to 'basys3/basys3.srcs/apu_consts.vhd')
-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; |