OSDN Git Service

wront param name fixed.
authorastoria-d <astoria-d@mail.goo.ne.jp>
Sat, 10 Sep 2016 15:10:05 +0000 (00:10 +0900)
committerastoria-d <astoria-d@mail.goo.ne.jp>
Sat, 10 Sep 2016 15:10:05 +0000 (00:10 +0900)
de0_cv_nes/de0_cv_nes.qsf
de0_cv_nes/ppu/render.vhd

index 3d94c99..879bd78 100644 (file)
@@ -61,30 +61,30 @@ set_global_assignment -name STRATIX_DEVICE_IO_STANDARD "2.5 V"
 \r
 \r
 #clock pin\r
-set_location_assignment PIN_M9 -to base_clk\r
+set_location_assignment PIN_M9 -to pi_base_clk\r
 \r
 \r
 #vga pin\r
-set_location_assignment PIN_A9 -to r[0]\r
-set_location_assignment PIN_B10 -to r[1]\r
-set_location_assignment PIN_C9 -to r[2]\r
-set_location_assignment PIN_A5 -to r[3]\r
-set_location_assignment PIN_L7 -to g[0]\r
-set_location_assignment PIN_K7 -to g[1]\r
-set_location_assignment PIN_J7 -to g[2]\r
-set_location_assignment PIN_J8 -to g[3]\r
-set_location_assignment PIN_B6 -to b[0]\r
-set_location_assignment PIN_B7 -to b[1]\r
-set_location_assignment PIN_A8 -to b[2]\r
-set_location_assignment PIN_A7 -to b[3]\r
-set_location_assignment PIN_H8 -to h_sync_n\r
-set_location_assignment PIN_G8 -to v_sync_n\r
+set_location_assignment PIN_A9 -to po_r[0]\r
+set_location_assignment PIN_B10 -to po_r[1]\r
+set_location_assignment PIN_C9 -to po_r[2]\r
+set_location_assignment PIN_A5 -to po_r[3]\r
+set_location_assignment PIN_L7 -to po_g[0]\r
+set_location_assignment PIN_K7 -to po_g[1]\r
+set_location_assignment PIN_J7 -to po_g[2]\r
+set_location_assignment PIN_J8 -to po_g[3]\r
+set_location_assignment PIN_B6 -to po_b[0]\r
+set_location_assignment PIN_B7 -to po_b[1]\r
+set_location_assignment PIN_A8 -to po_b[2]\r
+set_location_assignment PIN_A7 -to po_b[3]\r
+set_location_assignment PIN_H8 -to po_h_sync_n\r
+set_location_assignment PIN_G8 -to po_v_sync_n\r
 \r
 #button pin\r
-set_location_assignment PIN_P22 -to rst_n\r
+set_location_assignment PIN_P22 -to pi_rst_n\r
 \r
 #nt_v_mirror\r
-set_location_assignment PIN_AB12 -to nt_v_mirror\r
+set_location_assignment PIN_AB12 -to pi_nt_v_mirror\r
 \r
 ##LED test\r
 #set_location_assignment PIN_AA2 -to dbg_cpu_clk\r
index b9cbbe0..751b0db 100644 (file)
@@ -583,6 +583,9 @@ end;
                     po_b <= nes_color_palette(conv_integer(reg_plt_data(5 downto 0))) (11 downto 8);\r
                     po_g <= nes_color_palette(conv_integer(reg_plt_data(5 downto 0))) (7 downto 4);\r
                     po_r <= nes_color_palette(conv_integer(reg_plt_data(5 downto 0))) (3 downto 0);\r
+--                    po_b <= "1100";\r
+--                    po_g <= "0011";\r
+--                    po_r <= "0101";\r
                 else\r
                     po_b <= (others => '0');\r
                     po_g <= (others => '0');\r