--利用FPGA驱动LCD显示中文字符"年"的VHDL程序。--文件名 :lcd1602.vhd。--功能 : FGAD驱动LCD显示……
交通灯VHDL程序LIBRARY IEEE;USE IEEE.STD_LOGIC_1164.ALL;PACKaGE traffic1 IS --TYPE color IS (gre……
定点小数的VHDL实现
如何在FPGA中实现1.164*16的小数乘法运算?????现在要进行视频数据YUV转RGB,转换公式中有小数乘法运算,好像浮点数运算不能综合,不知如何实……
大家对verilog的规范都有那些了解,希望踊跃发言,最后我会整理成为一个文档.
大家各抒己见哦!
[em07][em07][em07]……
2007 年度Altera Nios II 嵌入式处理器设计大赛 -- 报名活动正式开始http://www.altera.com.cn/education/univ/local/……
非门电路
library ieee;use ieee.std_logic_1164.all;entity ggg isport(a:in std_logic;b:out std_……
与门电路
library ieee;use ieee.std_logic_1164.all;entity ggg isport(a,b:in std_logic;c:out st……
异步复位D触发器
library ieee;use ieee.std_logic_1164.all;entity ggg isport(D,clk,clr:in std_logi……
同步复位D触发器
library ieee;use ieee.std_logic_1164.all;entity ggg isport(D,clk,clr:in std_logi……
计数器的建模与设计
library ieee;use ieee.std_logic_1164.all;use ieee.std_logic_unsigned.all;entity……