spartan3e: init
[hwmod.git] / src / textmode_vga / spartan3e_starterkit / textmode_vga_platform_dependent_pkg.vhd
1 -------------------------------------------------------------------------
2 --
3 -- Filename: textmode_vga_platform_dependent_pkg.vhd
4 -- =========
5 --
6 -- Short Description:
7 -- ==================
8 --   Platform depnded declarations used within the textmode
9 --   VGA controller implementation.
10 --
11 -------------------------------------------------------------------------
12
13 library ieee;
14 use ieee.std_logic_1164.all;
15
16 package textmode_vga_platform_dependent_pkg is
17   constant RED_BITS : integer := 1;
18   constant GREEN_BITS : integer := 1;
19   constant BLUE_BITS : integer := 1;  
20 end package textmode_vga_platform_dependent_pkg;