Files
FireBee_SVN/DSP/src/parameter_pkg.vhd
aschi54 92c2ab95fc
2010-12-27 13:20:36 +00:00

11 lines
165 B
VHDL

package parameter_pkg is
constant BW_ADDRESS : natural := 16;
constant PIPELINE_DEPTH : natural := 5;
constant NUM_ACT_SIGNALS : natural := 26;
end package;