aboutsummaryrefslogtreecommitdiff
path: root/basys3/basys3.srcs/apu_consts.vhd
blob: f0e275420fa84ff80985b150715b6f5a330e1452 (plain)
1
2
3
4
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;