This commit is contained in:
10
FPGA_Quartus_13.1/DSP/src/parameter_pkg.vhd
Normal file
10
FPGA_Quartus_13.1/DSP/src/parameter_pkg.vhd
Normal file
@@ -0,0 +1,10 @@
|
||||
|
||||
package parameter_pkg is
|
||||
|
||||
constant BW_ADDRESS : natural := 16;
|
||||
|
||||
constant PIPELINE_DEPTH : natural := 5;
|
||||
|
||||
constant NUM_ACT_SIGNALS : natural := 26;
|
||||
|
||||
end package;
|
||||
Reference in New Issue
Block a user