搜索资源列表
VHDL范例
- 最高优先级编码器 8位相等比较器 三人表决器(三种不同的描述方式) 加法器描述 8位总线收发器:74245 (注2) 地址译码(for m68008) 多路选择器(使用select语句) LED七段译码 多路选择器(使用if-else语句) 双2-4译码器:74139 多路选择器(使用when-else语句) 二进制到BCD码转换 多路选择器 (使用case语句) 二进制到格雷码转换 双向总线(注2) 汉明纠错吗译码器 三态总线(注2) 汉明纠错吗
freqm
- a simple implementation of a frequency meter with the BCD-counter and the 7-segment LED display
led
- 可以显示六个BCD码的动态扫描七段数码管显示电路。有缓存,闪烁等模块组成。-BCD code to show the dynamics of the six and seventh scan digital tube display circuit. There cache, blinking and other modules.
BCD
- 用于进制转换便于LED显示,待转换的数据存放于20H中-For hexadecimal LED display to facilitate the conversion, the conversion of data to be stored in 20H in
Seven-Segment-Decoder
- 用VHDL语言在FPGA上实现将十进制bcd码转换成七段led显示码-FPGA using VHDL language to achieve will be converted to decimal bcd yards led seven segment display code
7seg-led
- VHDL的彩灯程序,内含数码管和led灯的显示,按照各种循环方式一次显示-The Lantern VHDL program, containing the digital pipe and led lights are displayed, according to a variety of recycling methods show once again that
bcdseg7
- bcd码的七段数码管显示vhdl程序 bcd码的七段数码管显示vhdl程序-bcd-yard seven-segment LED display vhdl program bcd-yard seven-segment LED display vhdl program
led
- 七段LED数码显示器是数字系统中常用的数码显示元件,二进制数不能直接在LED数码管上显示,需要用一个BCD七段译码器进行译码。下图给出了一个七段显示译码器的框图及相应的七段LED数码管的示意图。-Seven-segment LED digital display is commonly used in digital systems digital display devices, a binary number can not be directly displayed on the LED
Digitalcalendaclock
- 本次做的数字日历是以单片机(AT89C51)为核心,结合相关的元器件(共阴极LED数码显示器、BCD-锁存/7段译码/驱动器74LS164等),再配以相应的软件,达到制作简易数字日历的目的,其硬件部分难点在于元器件的选择、布局及焊接。-The figures do bell on SCM (AT89C51) at the core, Combined with the components (a total of cathode LED digital display, BCD- latch
Display
- 51单片机led显示程序,BCD码转换成字形码的程序。-51 SCM led display program, BCD code into code the program shape.
vhdlcoder
- 本文件夹包含了16个VHDL 编程实例,仅供读者编程时学习参考。 一、四位可预置75MHz -BCD码(加/减)计数显示器(ADD-SUB)。 二、指示灯循环显示器(LED-CIRCLE) 三、七人表决器vote7 四、格雷码变换器graytobin 五、1位BCD码加法器bcdadder 六、四位全加器adder4 七、英语字母显示电路 alpher 八、74LS160计数器74ls160 九、可变步长加减计数器 multicount 十、可
VHDL-3BCD
- 3位BCD码的计数显示电路。BCD码计数电路从0计到9然后返回到0从新计数。3位BCD码计数器可以实现从0到999的十进制计数。要将计数过程用七段显示LED数码管显示出来,这里采用动态分时总线切换电路对数码管进行扫描,对数码管依次分时选中进行输出计数的个、十、百位的数据。-3 BCD code count display circuit. BCD code counting circuit count from 0 to 9 and then back to 0 from the new cou
7Seg---LED
- VHDL设计实验,实现VHDL设计控制交通灯-VHDL design of experiments, designed to control traffic lights to achieve VHDL
BCD2LED
- bcd to led decoder file-bcd to led decoder file..
7-segment-LED-display
- 74LS49 是一个BCD码——7段LED显示译码器,它具有四位二进制输入信号bi(3)到bi(0)和熄灭信号b1_n,以及7段LED驱动信号a,b,c,d,e,f,g-74LS49 is a BCD code- 7 segment LED display decoder, it has four binary input signal bi (3) bi (0) and extinguished signal b1_n, and 7-segment LED drive signals a, b
BCD
- 输入4位二进制数,8位LED显示转换后的BCD码-Enter the 4-bit binary number, eight LED display the converted BCD code
code-led
- code seven leg module bcd_tang (clock, rst, s1, led) input clock, s1, rst output [6:0] led reg [6:0] led reg [3:0] bcd wire [3:0] bcd_next always @(posedge clock or posedge rst) begin if (rst == 1 b1) begin bcd <= 4
bcd
- 十进制转换为BCD码,可以用于数字钟的设计,及其涉及到LED显示的程序中去,是VHDL的-Converted to decimal BCD code, can be used in the design of the digital clock, LED display program involves VHDL
BCD
- 4位BCD码到二进制码的转换器 BCD 码亦称“8421码”即将十进制的数以 8421 的形式展开,十进制是 0~9十个数组成,这十个数每个数都有自己的 8421 码。一个 4 位BCD码转换为BCD 码,结果采用 5 位 LED 显示。由于4位BCD码需要16位零一信号输入和多位输出,故没有硬件测试,只有软件仿真。-4 BCD code to binary code converter BCD code known as " 8421 yards" is about th
BAI1
- BCD to change number to 7 seg led.