another try to make the old config work

This commit is contained in:
Markus Fröschle
2015-09-20 05:45:41 +00:00
parent 44ad5e5ae3
commit eabd923982
427 changed files with 91737 additions and 0 deletions

View 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;