OSDN Git Service

minor update
authorastoria-d@office <astoria-d@office>
Fri, 16 Jan 2015 02:03:11 +0000 (11:03 +0900)
committerastoria-d@office <astoria-d@office>
Fri, 16 Jan 2015 02:03:11 +0000 (11:03 +0900)
tools/qt_proj_test5/vga.vhd

index 200f2b0..36ea10e 100644 (file)
@@ -1001,14 +1001,9 @@ end;
     begin\r
         if (rst_n = '0') then\r
             nt_we_n <= '1';\r
-\r
             ppu_status <= (others => '0');\r
-\r
             stop_rgb;\r
         else\r
-            if (clk'event and clk = '0') then\r
-                d_print("-");\r
-            end if;\r
 \r
             if (clk'event and clk = '1') then\r
 \r
@@ -1056,8 +1051,6 @@ end;
                                                     & "0"  & prf_y(2 downto 0) + "00000000001000";\r
                     end if;\r
 \r
-\r
-\r
                     ----fetch next tile byte.\r
                     if (prf_x (2 downto 0) = "010") then\r
                         nt_we_n <= '0';\r