实例介绍
本设计通过串口发送图片数据到FPGA,然后FPGA存储,最终通过FPGA驱动VGA显示
【实例截图】
【核心代码】
Uart_VGA_pic
└── Uart_VGA_pic
├── ip_upgrade.log
├── Uart_VGA_pic.cache
│ └── wt
│ ├── gui_handlers.wdf
│ ├── java_command_handlers.wdf
│ ├── project.wpc
│ ├── synthesis_details.wdf
│ ├── synthesis.wdf
│ ├── webtalk_pa.xml
│ └── xsim.wdf
├── Uart_VGA_pic.hw
│ ├── hw_1
│ │ └── hw.xml
│ ├── Uart_VGA_pic.lpr
│ └── webtalk
│ ├── labtool_webtalk.log
│ ├── usage_statistics_ext_labtool.html
│ └── usage_statistics_ext_labtool.xml
├── Uart_VGA_pic.ip_user_files
│ ├── ip
│ │ ├── clk_VGA
│ │ │ ├── clk_VGA_stub.v
│ │ │ ├── clk_VGA_stub.vhdl
│ │ │ └── clk_VGA.veo
│ │ └── Uart_VGA_RAM
│ │ ├── Uart_VGA_RAM_stub.v
│ │ ├── Uart_VGA_RAM_stub.vhdl
│ │ ├── Uart_VGA_RAM.veo
│ │ └── Uart_VGA_RAM.vho
│ ├── ipstatic
│ │ └── blk_mem_gen_v8_3_1
│ │ └── simulation
│ │ └── blk_mem_gen_v8_3.vhd
│ ├── mem_init_files
│ │ └── summary.log
│ └── README.txt
├── Uart_VGA_pic.runs
│ ├── clk_VGA_synth_1
│ │ ├── clk_VGA.dcp
│ │ ├── clk_VGA.tcl
│ │ ├── clk_VGA_utilization_synth.pb
│ │ ├── clk_VGA_utilization_synth.rpt
│ │ ├── clk_VGA.vds
│ │ ├── dont_touch.xdc
│ │ ├── gen_run.xml
│ │ ├── htr.txt
│ │ ├── ISEWrap.js
│ │ ├── ISEWrap.sh
│ │ ├── rundef.js
│ │ ├── runme.bat
│ │ ├── runme.log
│ │ ├── runme.sh
│ │ ├── vivado.jou
│ │ └── vivado.pb
│ ├── impl_1
│ │ ├── gen_run.xml
│ │ ├── htr.txt
│ │ ├── init_design.pb
│ │ ├── ISEWrap.js
│ │ ├── ISEWrap.sh
│ │ ├── opt_design.pb
│ │ ├── place_design.pb
│ │ ├── project.wdf
│ │ ├── route_design.pb
│ │ ├── rundef.js
│ │ ├── runme.bat
│ │ ├── runme.log
│ │ ├── runme.sh
│ │ ├── usage_statistics_webtalk.html
│ │ ├── usage_statistics_webtalk.xml
│ │ ├── VGA_display_picture.bit
│ │ ├── VGA_display_picture_clock_utilization_routed.rpt
│ │ ├── VGA_display_picture_control_sets_placed.rpt
│ │ ├── VGA_display_picture_drc_opted.pb
│ │ ├── VGA_display_picture_drc_opted.rpt
│ │ ├── VGA_display_picture_drc_opted.rpx
│ │ ├── VGA_display_picture_drc_routed.pb
│ │ ├── VGA_display_picture_drc_routed.rpt
│ │ ├── VGA_display_picture_drc_routed.rpx
│ │ ├── VGA_display_picture_io_placed.rpt
│ │ ├── VGA_display_picture_methodology_drc_routed.pb
│ │ ├── VGA_display_picture_methodology_drc_routed.rpt
│ │ ├── VGA_display_picture_methodology_drc_routed.rpx
│ │ ├── VGA_display_picture_opt.dcp
│ │ ├── VGA_display_picture_placed.dcp
│ │ ├── VGA_display_picture_power_routed.rpt
│ │ ├── VGA_display_picture_power_routed.rpx
│ │ ├── VGA_display_picture_power_summary_routed.pb
│ │ ├── VGA_display_picture_routed.dcp
│ │ ├── VGA_display_picture_route_status.pb
│ │ ├── VGA_display_picture_route_status.rpt
│ │ ├── VGA_display_picture.tcl
│ │ ├── VGA_display_picture_timing_summary_routed.rpt
│ │ ├── VGA_display_picture_timing_summary_routed.rpx
│ │ ├── VGA_display_picture_utilization_placed.pb
│ │ ├── VGA_display_picture_utilization_placed.rpt
│ │ ├── VGA_display_picture.vdi
│ │ ├── vivado.jou
│ │ ├── vivado.pb
│ │ └── write_bitstream.pb
│ ├── synth_1
│ │ ├── gen_run.xml
│ │ ├── htr.txt
│ │ ├── ISEWrap.js
│ │ ├── ISEWrap.sh
│ │ ├── rundef.js
│ │ ├── runme.bat
│ │ ├── runme.log
│ │ ├── runme.sh
│ │ ├── VGA_display_picture.dcp
│ │ ├── VGA_display_picture.tcl
│ │ ├── VGA_display_picture_utilization_synth.pb
│ │ ├── VGA_display_picture_utilization_synth.rpt
│ │ ├── VGA_display_picture.vds
│ │ ├── vivado.jou
│ │ └── vivado.pb
│ └── Uart_VGA_RAM_synth_1
│ ├── dont_touch.xdc
│ ├── gen_run.xml
│ ├── htr.txt
│ ├── ISEWrap.js
│ ├── ISEWrap.sh
│ ├── rundef.js
│ ├── runme.bat
│ ├── runme.log
│ ├── runme.sh
│ ├── Uart_VGA_RAM.dcp
│ ├── Uart_VGA_RAM.tcl
│ ├── Uart_VGA_RAM_utilization_synth.pb
│ ├── Uart_VGA_RAM_utilization_synth.rpt
│ ├── Uart_VGA_RAM.vds
│ ├── vivado.jou
│ └── vivado.pb
├── Uart_VGA_pic.sim
│ ├── sim_1
│ │ ├── behav
│ │ │ ├── compile.bat
│ │ │ ├── compile.log
│ │ │ ├── elaborate.bat
│ │ │ ├── elaborate.log
│ │ │ ├── glbl.v
│ │ │ ├── simulate.bat
│ │ │ ├── simulate.log
│ │ │ ├── tb_uart_VGA_display_behav_24144_1507204808.btree
│ │ │ ├── tb_uart_VGA_display_behav_24144_1507205423.btree
│ │ │ ├── tb_uart_VGA_display_behav.wdb
│ │ │ ├── tb_uart_VGA_display.tcl
│ │ │ ├── tb_uart_VGA_display.udo
│ │ │ ├── tb_uart_VGA_display_vhdl.prj
│ │ │ ├── tb_uart_VGA_display_vlog.prj
│ │ │ ├── webtalk_8412.backup.jou
│ │ │ ├── webtalk_8412.backup.log
│ │ │ ├── webtalk.jou
│ │ │ ├── webtalk.log
│ │ │ ├── xelab.pb
│ │ │ ├── xsim.dir
│ │ │ │ ├── blk_mem_gen_v8_3_1
│ │ │ │ │ ├── beh_ff_ce.vdb
│ │ │ │ │ ├── beh_ff_clr.vdb
│ │ │ │ │ ├── beh_ff_pre.vdb
│ │ │ │ │ ├── beh_muxf7.vdb
│ │ │ │ │ ├── blk_mem_axi_read_wrapper_beh.vdb
│ │ │ │ │ ├── blk_mem_axi_regs_fwd_v8_3.vdb
│ │ │ │ │ ├── blk_mem_axi_write_wrapper_beh.vdb
│ │ │ │ │ ├── blk_mem_gen_v8_3_1_mem_module.vdb
│ │ │ │ │ ├── blk_mem_gen_v8_3_1_output_stage.vdb
│ │ │ │ │ ├── blk_mem_gen_v8_3_1_softecc_output_reg_stage.vdb
│ │ │ │ │ ├── blk_mem_gen_v8_3_1.vdb
│ │ │ │ │ ├── read_netlist.vdb
│ │ │ │ │ ├── state_logic.vdb
│ │ │ │ │ └── write_netlist.vdb
│ │ │ │ ├── tb_uart_VGA_display_behav
│ │ │ │ │ ├── Compile_Options.txt
│ │ │ │ │ ├── TempBreakPointFile.txt
│ │ │ │ │ ├── webtalk
│ │ │ │ │ │ ├── usage_statistics_ext_xsim.html
│ │ │ │ │ │ ├── usage_statistics_ext_xsim.wdm
│ │ │ │ │ │ ├── usage_statistics_ext_xsim.xml
│ │ │ │ │ │ └── xsim_webtalk.tcl
│ │ │ │ │ ├── xsimcrash.log
│ │ │ │ │ ├── xsim.dbg
│ │ │ │ │ ├── xsimkernel.log
│ │ │ │ │ ├── xsimk.exe
│ │ │ │ │ ├── xsim.mem
│ │ │ │ │ ├── xsim.reloc
│ │ │ │ │ ├── xsim.rtti
│ │ │ │ │ ├── xsim.svtype
│ │ │ │ │ ├── xsim.type
│ │ │ │ │ └── xsim.xdbg
│ │ │ │ ├── xil_defaultlib
│ │ │ │ │ ├── clk_@v@g@a_clk_wiz.sdb
│ │ │ │ │ ├── clk_@v@g@a.sdb
│ │ │ │ │ ├── glbl.sdb
│ │ │ │ │ ├── tb_uart_@v@g@a_display.sdb
│ │ │ │ │ ├── uart_byte_rx.sdb
│ │ │ │ │ ├── @u@a@r@t_@byte_@tx.sdb
│ │ │ │ │ ├── uart_vga_ram.vdb
│ │ │ │ │ ├── @v@g@a_dispaly.sdb
│ │ │ │ │ ├── @v@g@a_display_picture.sdb
│ │ │ │ │ └── vga_drive.sdb
│ │ │ │ └── xsim.svtype
│ │ │ ├── xvhdl.log
│ │ │ ├── xvhdl.pb
│ │ │ ├── xvlog.log
│ │ │ └── xvlog.pb
│ │ └── synth
│ │ └── timing
│ │ ├── compile.bat
│ │ ├── compile.log
│ │ ├── tb_uart_VGA_display_time_synth.sdf
│ │ ├── tb_uart_VGA_display_time_synth.v
│ │ ├── tb_uart_VGA_display_vlog.prj
│ │ ├── xvlog.log
│ │ └── xvlog.pb
│ └── tb_uart_VGA_display_behav.wcfg
├── Uart_VGA_pic.srcs
│ ├── constrs_1
│ │ └── new
│ │ └── uart_VGA.xdc
│ ├── sim_1
│ │ └── new
│ │ └── tb_uart_VGA_display.v
│ └── sources_1
│ ├── ip
│ │ ├── clk_VGA
│ │ │ ├── clk_VGA_board.xdc
│ │ │ ├── clk_VGA_clk_wiz.v
│ │ │ ├── clk_VGA.dcp
│ │ │ ├── clk_VGA_ooc.xdc
│ │ │ ├── clk_VGA_sim_netlist.v
│ │ │ ├── clk_VGA_sim_netlist.vhdl
│ │ │ ├── clk_VGA_stub.v
│ │ │ ├── clk_VGA_stub.vhdl
│ │ │ ├── clk_VGA.v
│ │ │ ├── clk_VGA.veo
│ │ │ ├── clk_VGA.xci
│ │ │ ├── clk_VGA.xdc
│ │ │ ├── clk_VGA.xml
│ │ │ ├── mmcm_pll_drp_func_7s_mmcm.vh
│ │ │ ├── mmcm_pll_drp_func_7s_pll.vh
│ │ │ ├── mmcm_pll_drp_func_us_mmcm.vh
│ │ │ ├── mmcm_pll_drp_func_us_pll.vh
│ │ │ ├── mmcm_pll_drp_func_us_plus_mmcm.vh
│ │ │ └── mmcm_pll_drp_func_us_plus_pll.vh
│ │ └── Uart_VGA_RAM
│ │ ├── hdl
│ │ │ └── blk_mem_gen_v8_4_vhsyn_rfs.vhd
│ │ ├── synth
│ │ │ └── Uart_VGA_RAM.vhd
│ │ ├── Uart_VGA_RAM.dcp
│ │ ├── Uart_VGA_RAM_ooc.xdc
│ │ ├── Uart_VGA_RAM_sim_netlist.v
│ │ ├── Uart_VGA_RAM_sim_netlist.vhdl
│ │ ├── Uart_VGA_RAM_stub.v
│ │ ├── Uart_VGA_RAM_stub.vhdl
│ │ ├── Uart_VGA_RAM.veo
│ │ ├── Uart_VGA_RAM.vho
│ │ ├── Uart_VGA_RAM.xci
│ │ └── Uart_VGA_RAM.xml
│ └── new
│ ├── lcd_para.v
│ ├── uart_byte_rx.v
│ ├── UART_Byte_Tx.v
│ ├── VGA_dispaly.v
│ ├── VGA_display_picture.v
│ └── vga_drive.v
├── Uart_VGA_pic.xpr
├── vivado_7316.backup.jou
├── vivado_7316.backup.log
├── vivado_7716.backup.jou
├── vivado_7716.backup.log
├── vivado.jou
└── vivado.log
41 directories, 233 files
标签:
小贴士
感谢您为本站写下的评论,您的评论对其它用户来说具有重要的参考价值,所以请认真填写。
- 类似“顶”、“沙发”之类没有营养的文字,对勤劳贡献的楼主来说是令人沮丧的反馈信息。
- 相信您也不想看到一排文字/表情墙,所以请不要反馈意义不大的重复字符,也请尽量不要纯表情的回复。
- 提问之前请再仔细看一遍楼主的说明,或许是您遗漏了。
- 请勿到处挖坑绊人、招贴广告。既占空间让人厌烦,又没人会搭理,于人于己都无利。
关于好例子网
本站旨在为广大IT学习爱好者提供一个非营利性互相学习交流分享平台。本站所有资源都可以被免费获取学习研究。本站资源来自网友分享,对搜索内容的合法性不具有预见性、识别性、控制性,仅供学习研究,请务必在下载后24小时内给予删除,不得用于其他任何用途,否则后果自负。基于互联网的特殊性,平台无法对用户传输的作品、信息、内容的权属或合法性、安全性、合规性、真实性、科学性、完整权、有效性等进行实质审查;无论平台是否已进行审查,用户均应自行承担因其传输的作品、信息、内容而可能或已经产生的侵权或权属纠纷等法律责任。本站所有资源不代表本站的观点或立场,基于网友分享,根据中国法律《信息网络传播权保护条例》第二十二与二十三条之规定,若资源存在侵权或相关问题请联系本站客服人员,点此联系我们。关于更多版权及免责申明参见 版权及免责申明
网友评论
我要评论