From: astoria-d Date: Sun, 28 Aug 2016 13:25:55 +0000 (+0900) Subject: bg scrolling ok. X-Git-Tag: ppu-work-160903~13 X-Git-Url: http://git.osdn.net/view?a=commitdiff_plain;h=3b0901470760b745a8749b2f061bf1227f842866;p=motonesfpga%2Fmotonesfpga.git bg scrolling ok. --- diff --git a/de1_nes/de1_nes.qsf b/de1_nes/de1_nes.qsf index c312403..36072d7 100644 --- a/de1_nes/de1_nes.qsf +++ b/de1_nes/de1_nes.qsf @@ -89,13 +89,13 @@ set_global_assignment -name VHDL_FILE ppu/ppu.vhd #set_global_assignment -name VHDL_FILE "dummy-ppu.vhd" #cpu block... -#set_global_assignment -name VHDL_FILE mem/prg_rom.vhd -#set_global_assignment -name VHDL_FILE cpu/cpu_registers.vhd -#set_global_assignment -name VHDL_FILE cpu/alu.vhd -#set_global_assignment -name VHDL_FILE cpu/decoder.vhd -#set_global_assignment -name VHDL_FILE cpu/mos6502.vhd +set_global_assignment -name VHDL_FILE mem/prg_rom.vhd +set_global_assignment -name VHDL_FILE cpu/cpu_registers.vhd +set_global_assignment -name VHDL_FILE cpu/alu.vhd +set_global_assignment -name VHDL_FILE cpu/decoder.vhd +set_global_assignment -name VHDL_FILE cpu/mos6502.vhd -set_global_assignment -name VHDL_FILE "dummy-mos6502.vhd" +#set_global_assignment -name VHDL_FILE "dummy-mos6502.vhd" #entire motones element... set_global_assignment -name VHDL_FILE de1_nes.vhd