diff options
Diffstat (limited to 'basys3/basys3.srcs/apu_consts.vhd')
-rw-r--r-- | basys3/basys3.srcs/apu_consts.vhd | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/basys3/basys3.srcs/apu_consts.vhd b/basys3/basys3.srcs/apu_consts.vhd new file mode 100644 index 0000000..f0e2754 --- /dev/null +++ b/basys3/basys3.srcs/apu_consts.vhd @@ -0,0 +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; |