spartan3e: skript fuer non-prom-programming
[hwmod.git] / src / gen_pkg.vhd
index 3b7f87e67f2c7d4cbfa2b95605804f70cc299047..0236b72e82c40a81aaac55e6e71c42169b904ecb 100644 (file)
@@ -18,8 +18,8 @@ package gen_pkg is
        -- integer ist 32bit (31bit + sign)
        subtype cinteger is integer;
 
-       -- vorerst: 2 * 71
-       constant H_RAM_SIZE : integer := 142;
+       -- vorerst: 1 * 71
+       constant H_RAM_SIZE : integer := 71;
        -- danach: 50 * 71 * 2 = 7100
        -- constant H_RAM_SIZE : integer := 7100;
        constant H_RAM_WIDTH : integer := log2c(H_RAM_SIZE);
@@ -50,7 +50,6 @@ package gen_pkg is
        constant SC_KP_DIV : std_logic_vector(7 downto 0) := x"4a"; -- inkl. 0xe0!
 
        constant SC_ENTER : std_logic_vector(7 downto 0) := x"5a";
-       constant SC_KP_ENTER : std_logic_vector(7 downto 0) := x"5a"; -- inkl. 0xe0!
        constant SC_BKSP : std_logic_vector(7 downto 0) := x"66";
        constant SC_SPACE : std_logic_vector(7 downto 0) := x"29";
 end package gen_pkg;