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