CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 源码下载 嵌入式/单片机编程 VHDL编程

文件名称:fpga_nes-master

  • 所属分类:
  • 标签属性:
  • 上传时间:
    2013-05-26
  • 文件大小:
    19.49mb
  • 已下载:
    3次
  • 提 供 者:
  • 相关连接:
  • 下载说明:
    别用迅雷下载,失败请重下,重下不扣分!

介绍说明--下载内容来自于网络,使用问题请自行百度

这是一个完整的红白机nes游戏fpga实现,经测试可用,使用ise14.1以上版本的工程文件,开发板使用的是xilinx spartan6-This is a complete NES nes games fpga implementation, the test is available, use ise14.1 above version of the project file, the development board using xilinx spartan6
(系统自动生成,下载前可以参看下载内容)

下载文件列表

fpga_nes-master/.gitignore
fpga_nes-master/hw/ise/.gitignore
fpga_nes-master/hw/ise/iseconfig/filter.filter
fpga_nes-master/hw/ise/iseconfig/nes.projectmgr
fpga_nes-master/hw/ise/iseconfig/nes_top.xreport
fpga_nes-master/hw/ise/nes.gise
fpga_nes-master/hw/ise/nes.xise
fpga_nes-master/hw/ise/nes_top.bgn
fpga_nes-master/hw/ise/nes_top.bit
fpga_nes-master/hw/ise/nes_top.bld
fpga_nes-master/hw/ise/nes_top.cmd_log
fpga_nes-master/hw/ise/nes_top.drc
fpga_nes-master/hw/ise/nes_top.lso
fpga_nes-master/hw/ise/nes_top.ncd
fpga_nes-master/hw/ise/nes_top.ngc
fpga_nes-master/hw/ise/nes_top.ngd
fpga_nes-master/hw/ise/nes_top.ngr
fpga_nes-master/hw/ise/nes_top.pad
fpga_nes-master/hw/ise/nes_top.par
fpga_nes-master/hw/ise/nes_top.pcf
fpga_nes-master/hw/ise/nes_top.prj
fpga_nes-master/hw/ise/nes_top.ptwx
fpga_nes-master/hw/ise/nes_top.stx
fpga_nes-master/hw/ise/nes_top.syr
fpga_nes-master/hw/ise/nes_top.twr
fpga_nes-master/hw/ise/nes_top.twx
fpga_nes-master/hw/ise/nes_top.unroutes
fpga_nes-master/hw/ise/nes_top.ut
fpga_nes-master/hw/ise/nes_top.xpi
fpga_nes-master/hw/ise/nes_top.xst
fpga_nes-master/hw/ise/nes_top_bitgen.xwbt
fpga_nes-master/hw/ise/nes_top_envsettings.html
fpga_nes-master/hw/ise/nes_top_guide.ncd
fpga_nes-master/hw/ise/nes_top_map.map
fpga_nes-master/hw/ise/nes_top_map.mrp
fpga_nes-master/hw/ise/nes_top_map.ncd
fpga_nes-master/hw/ise/nes_top_map.ngm
fpga_nes-master/hw/ise/nes_top_map.xrpt
fpga_nes-master/hw/ise/nes_top_ngdbuild.xrpt
fpga_nes-master/hw/ise/nes_top_pad.csv
fpga_nes-master/hw/ise/nes_top_pad.txt
fpga_nes-master/hw/ise/nes_top_summary.html
fpga_nes-master/hw/ise/nes_top_summary.xml
fpga_nes-master/hw/ise/nes_top_usage.xml
fpga_nes-master/hw/ise/nes_top_xst.xrpt
fpga_nes-master/hw/ise/par_usage_statistics.html
fpga_nes-master/hw/ise/usage_statistics_webtalk.html
fpga_nes-master/hw/ise/webtalk.log
fpga_nes-master/hw/ise/webtalk_pn.xml
fpga_nes-master/hw/ise/xlnx_auto_0_xdb/cst.xbcd
fpga_nes-master/hw/ise/xst/work/work.sdbl
fpga_nes-master/hw/ise/xst/work/work.sdbx
fpga_nes-master/hw/ise/_ngo/netlist.lst
fpga_nes-master/hw/ise/_xmsgs/bitgen.xmsgs
fpga_nes-master/hw/ise/_xmsgs/map.xmsgs
fpga_nes-master/hw/ise/_xmsgs/ngdbuild.xmsgs
fpga_nes-master/hw/ise/_xmsgs/par.xmsgs
fpga_nes-master/hw/ise/_xmsgs/pn_parser.xmsgs
fpga_nes-master/hw/ise/_xmsgs/trce.xmsgs
fpga_nes-master/hw/ise/_xmsgs/xst.xmsgs
fpga_nes-master/hw/src/.gitignore
fpga_nes-master/hw/src/cart/cart.v
fpga_nes-master/hw/src/cmn/block_ram/block_ram.v
fpga_nes-master/hw/src/cmn/fifo/fifo.v
fpga_nes-master/hw/src/cmn/uart/uart.v
fpga_nes-master/hw/src/cmn/uart/uart_baud_clk.v
fpga_nes-master/hw/src/cmn/uart/uart_rx.v
fpga_nes-master/hw/src/cmn/uart/uart_tx.v
fpga_nes-master/hw/src/cmn/vga_sync/vga_sync.v
fpga_nes-master/hw/src/cpu/apu/apu.v
fpga_nes-master/hw/src/cpu/apu/apu_div.v
fpga_nes-master/hw/src/cpu/apu/apu_envelope_generator.v
fpga_nes-master/hw/src/cpu/apu/apu_frame_counter.v
fpga_nes-master/hw/src/cpu/apu/apu_length_counter.v
fpga_nes-master/hw/src/cpu/apu/apu_mixer.v
fpga_nes-master/hw/src/cpu/apu/apu_noise.v
fpga_nes-master/hw/src/cpu/apu/apu_pulse.v
fpga_nes-master/hw/src/cpu/apu/apu_triangle.v
fpga_nes-master/hw/src/cpu/cpu.v
fpga_nes-master/hw/src/cpu/jp.v
fpga_nes-master/hw/src/cpu/rp2a03.v
fpga_nes-master/hw/src/cpu/sprdma.v
fpga_nes-master/hw/src/hci/hci.v
fpga_nes-master/hw/src/nes.ucf
fpga_nes-master/hw/src/nes_top.v
fpga_nes-master/hw/src/ppu/ppu.v
fpga_nes-master/hw/src/ppu/ppu_bg.v
fpga_nes-master/hw/src/ppu/ppu_ri.v
fpga_nes-master/hw/src/ppu/ppu_spr.v
fpga_nes-master/hw/src/ppu/ppu_vga.v
fpga_nes-master/hw/src/vram.v
fpga_nes-master/hw/src/wram.v
fpga_nes-master/LICENSE
fpga_nes-master/README.md
fpga_nes-master/sw/.gitignore
fpga_nes-master/sw/asm/bubble16.asm
fpga_nes-master/sw/asm/bubble8.asm
fpga_nes-master/sw/asm/jp.asm
fpga_nes-master/sw/asm/prg/bubble16.prg
fpga_nes-master/sw/asm/prg/bubble8.prg
fpga_nes-master/sw/asm/prg/jp.prg
fpga_nes-master/sw/asm/prg/sum_array.prg
fpga_nes-master/sw/asm/prg/trivial.prg
fpga_nes-master/sw/asm/sum_array.asm
fpga_nes-master/sw/asm/trivial.asm
fpga_nes-master/sw/Debug/cl.command.1.tlog
fpga_nes-master/sw/Debug/CL.read.1.tlog
fpga_nes-master/sw/Debug/CL.write.1.tlog
fpga_nes-master/sw/Debug/dbgpacket.obj
fpga_nes-master/sw/Debug/link-cvtres.read.1.tlog
fpga_nes-master/sw/Debug/link-cvtres.write.1.tlog
fpga_nes-master/sw/Debug/link.command.1.tlog
fpga_nes-master/sw/Debug/link.read.1.tlog
fpga_nes-master/sw/Debug/link.write.1.tlog
fpga_nes-master/sw/Debug/main.obj
fpga_nes-master/sw/Debug/mt.command.1.tlog
fpga_nes-master/sw/Debug/mt.read.1.tlog
fpga_nes-master/sw/Debug/mt.write.1.tlog
fpga_nes-master/sw/Debug/nesdbg.exe
fpga_nes-master/sw/Debug/nesdbg.exe.embed.manifest
fpga_nes-master/sw/Debug/nesdbg.exe.embed.manifest.res
fpga_nes-master/sw/Debug/nesdbg.exe.intermediate.manifest
fpga_nes-master/sw/Debug/nesdbg.ilk
fpga_nes-master/sw/Debug/nesdbg.lastbuildstate
fpga_nes-master/sw/Debug/nesdbg.log
fpga_nes-master/sw/Debug/nesdbg.obj
fpga_nes-master/sw/Debug/nesdbg.pdb
fpga_nes-master/sw/Debug/nesdbg.res
fpga_nes-master/sw/Debug/nesdbg_manifest.rc
fpga_nes-master/sw/Debug/rc.command.1.tlog
fpga_n

相关说明

  • 本站资源为会员上传分享交流与学习,如有侵犯您的权益,请联系我们删除.
  • 搜珍网是交换下载平台,只提供交流渠道,下载内容来自于网络,除下载问题外,其它问题请自行百度。更多...
  • 本站已设置防盗链,请勿用迅雷、QQ旋风等下载软件下载资源,下载后用WinRAR最新版进行解压.
  • 如果您发现内容无法下载,请稍后再次尝试;或换浏览器;或者到消费记录里找到下载记录反馈给我们.
  • 下载后发现下载的内容跟说明不相乎,请到消费记录里找到下载记录反馈给我们,经确认后退回积分.
  • 如下载前有疑问,可以通过点击"提供者"的名字,查看对方的联系方式,联系对方咨询.

相关评论

暂无评论内容.

发表评论

*快速评论: 推荐 一般 有密码 和说明不符 不是源码或资料 文件不全 不能解压 纯粹是垃圾
*内  容:
*验 证 码:
搜珍网 www.dssz.com