2014年8月14日

VESA-ADV7123-SOCKIT-DE2115

摘要: /*--VGA Timing--Horizontal :-- ______________ _____________-- | | |--_________... 阅读全文

posted @ 2014-08-14 09:52 红色理想 阅读(485) 评论(0) 推荐(0) 编辑

1verilog 位拼接

摘要: 位拼接还可以用重复法来简化表达式。见下例:{4{w}} //这等同于{w,w,w,w}位拼接还可以用嵌套的方式来表达。见下例:{b,{3{a,b}}} //这等同于{b,a,b,a,b,a,b}用于表示重复的表达式如上例中的4和3,必须是常数表达式。 阅读全文

posted @ 2014-08-14 09:29 红色理想 阅读(3791) 评论(0) 推荐(0) 编辑

2014年7月28日

SOCKIT 在make时出现(target pattern contains no % stop)???

摘要: Make错误(***target pattern contains no % stop)1. 问题描述在按照SoC_SW_Lab_13.0.pdf操作时候出现了下列图片的错误2. Bsp-editor生成文件正常 阅读全文

posted @ 2014-07-28 11:56 红色理想 阅读(2031) 评论(0) 推荐(1) 编辑

2013年10月10日

[转]FPGA网站推荐

摘要: 1. OPENCORES.ORG这里提供非常多,非常好的PLD了内核,8051内核就可以在里面找到。进入后,选择project或者由http//www.opencores.org/browse.cgi/by_category进入。对于想了解这个行业动态人可以看看它的投票调查。http://www.opencores.org/polls.cgi/listOpenCores is a loose collection of people who are interested in developing hardware, with a similar ethos to the free softw 阅读全文

posted @ 2013-10-10 14:47 红色理想 阅读(555) 评论(0) 推荐(0) 编辑

2013年9月4日

多通道 移位寄存器 verilog

摘要: // Quartus II Verilog Template// Basic 64-stage shift register with multiple tapsmodule basic_shift_register_with_multiple_taps#(parameter WIDTH=8, parameter LENGTH=64)( input clk, enable, input [WIDTH-1:0] sr_in, output [WIDTH-1:0] sr_tap_one, sr_tap_two, sr_tap_three, sr_out); // Declare the shift 阅读全文

posted @ 2013-09-04 15:34 红色理想 阅读(660) 评论(0) 推荐(0) 编辑

2013年8月30日

modelsim-altera IP核仿真

摘要: modelsim 仿真fifo时出现 Instantiation of 'scfifo' failed. The design unit was not found.2012-07-21 13:27GreatToad|分类:电脑/网络|浏览1321次modelsim 仿真fifo时出现 Error: (vsim-3033) E:/Programs/ModelSim/fifo/ps2_fifo.v(75): Instantiation of 'scfifo' failed. The design unit was not found. 求教各位大侠如何解决?我有更 阅读全文

posted @ 2013-08-30 16:02 红色理想 阅读(4888) 评论(0) 推荐(0) 编辑

2013年8月27日

modelsim-altera

摘要: 一、1. Go to the menu Tools > Options. 2. In the “General” category, select “EDA Tool Options”. 3. A dialogue box appears, where you can specify the location of the Modelsim-Altera executable. 4. Specify the path to the directory with the executable of Modelsim-Altera. 5. Click “OK”.二、新建一个quartus源文 阅读全文

posted @ 2013-08-27 17:38 红色理想 阅读(1721) 评论(0) 推荐(0) 编辑

2013年8月12日

FPGA----视频下采样------分辨率转换-----yuv444----yuv420

该文被密码保护。 阅读全文

posted @ 2013-08-12 18:07 红色理想 阅读(264) 评论(1) 推荐(0) 编辑

2013年8月2日

YUV视频显示软件+源码

摘要: http://www.chinavideo.org/forum.php?mod=viewthread&tid=12163 阅读全文

posted @ 2013-08-02 14:55 红色理想 阅读(341) 评论(0) 推荐(0) 编辑

2013年7月31日

opencl教程

摘要: http://www.altera.com.cn/corporate/news_room/releases/2013/products/nr-opencl-sdk-13.0.htmlhttp://www.altera.com.cn/products/software/partners/opencl/opencl-board-partner-index.html?utm_source=press+release&utm_medium=press+release&utm_campaign=quartus13http://www.altera.com/customertraining 阅读全文

posted @ 2013-07-31 14:16 红色理想 阅读(519) 评论(0) 推荐(0) 编辑

导航