This commit is contained in:
aschi54
2010-12-27 13:20:36 +00:00
commit 1b6b1201a2
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;