Files
FPGA_Config/FPGA_Quartus_13.1/DSP/src/parameter_pkg.vhd
aschi54 1b6b1201a2
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;