亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

您現在的位置是:蟲蟲下載站 > 資源下載 > 技術資料 > 基于FPGA設計的vga顯示測試實驗Verilog邏輯源碼Quartus工程文件+文檔說明 FPGA

基于FPGA設計的vga顯示測試實驗Verilog邏輯源碼Quartus工程文件+文檔說明 FPGA

  • 資源大小:12027 K
  • 上傳時間: 2021-12-19
  • 上傳用戶:kingwide
  • 資源積分:2 下載積分
  • 標      簽: fpga vga顯示 verilog quartus

資 源 簡 介

基于FPGA設計的vga顯示測試實驗Verilog邏輯源碼Quartus工程文件+文檔說明,FPGA型號Cyclone4E系列中的EP4CE6F17C8,Quartus版本17.1。

module top(

input                       clk,

input                       rst_n,

//vga output        

output                      vga_out_hs, //vga horizontal synchronization         

output                      vga_out_vs, //vga vertical synchronization                  

output[4:0]                 vga_out_r,  //vga red

output[5:0]                 vga_out_g,  //vga green

output[4:0]                 vga_out_b   //vga blue

);


wire                            video_clk;

wire                            video_hs;

wire                            video_vs;

wire                            video_de;

wire[7:0]                       video_r;

wire[7:0]                       video_g;

wire[7:0]                       video_b;


assign vga_out_hs = video_hs;

assign vga_out_vs = video_vs;

assign vga_out_r  = video_r[7:3]; //discard low bit data

assign vga_out_g  = video_g[7:2]; //discard low bit data

assign vga_out_b  = video_b[7:3]; //discard low bit data


//generate video pixel clock

video_pll video_pll_m0(

.inclk0(clk),

.c0(video_clk));


color_bar color_bar_m0(

.clk(video_clk),

.rst(~rst_n),

.hs(video_hs),

.vs(video_vs),

.de(video_de),

.rgb_r(video_r),

.rgb_g(video_g),

.rgb_b(video_b)

);

endmodule

基于FPGA設計的vga顯示測試實驗Verilog邏輯源碼Quartus工程文件+文檔說明 FPGA

相 關 資 源

主站蜘蛛池模板: 仙居县| 汽车| 贵德县| 三门县| 临安市| 庆城县| 宝坻区| 东光县| 高安市| 鹤壁市| 故城县| 普兰店市| 凌源市| 西乡县| 霍城县| 渑池县| 盱眙县| 巫溪县| 平南县| 花莲市| 英德市| 苏尼特左旗| 扶沟县| 扎兰屯市| 上蔡县| 嘉祥县| 招远市| 平南县| 奈曼旗| 枣庄市| 平乡县| 桂林市| 乐平市| 深泽县| 博客| 隆化县| 霍邱县| 东至县| 商丘市| 麟游县| 山西省|