experimental branch to build BaS with a GNU toolchain.

branched from Rev 38 of trunk
This commit is contained in:
Markus Fröschle
2012-10-11 09:50:51 +00:00
parent d5a1713089
commit 522d92cc5f
607 changed files with 187372 additions and 0 deletions

View File

@@ -0,0 +1,18 @@
------------------------------------------------------------------------------
--! @file
--! @author Matthias Alles
--! @date 01/2009
--! @brief Global parameters
--!
------------------------------------------------------------------------------
package parameter_pkg is
constant BW_ADDRESS : natural := 16;
-- number of pipeline register stages
constant PIPELINE_DEPTH : natural := 4;
constant NUM_ACT_SIGNALS : natural := 26;
end package;