spartan3e: init fix fuer display und dem vga-ipcore
[hwmod.git] / src / textmode_vga / textmode_vga_pkg.vhd
index 7646bad0fd74e9d55a0b40949b1d3928fd9a0efa..27b55c8e7791719b52d64cc7dc0d6a5cc98b767b 100644 (file)
@@ -73,6 +73,6 @@ package textmode_vga_pkg is
   constant CHAR_CARRIAGE_RETURN : std_logic_vector(CHAR_SIZE - 1 downto 0) := x"0D";\r
   constant CHAR_NULL : std_logic_vector(CHAR_SIZE - 1 downto 0) := x"00";\r
   \r
-  type CURSOR_STATE_TYPE is (CURSOR_OFF, CURSOR_ON, CURSOR_BLINK);\r
+  type CURSOR_STATE_TYPE is (CURSOR_BLINK, CURSOR_OFF, CURSOR_ON);\r
   constant CURSOR_BLINK_INTERVAL_MS : integer := 500;\r
 end package textmode_vga_pkg;\r