-
非常多的verilog实例,对于刚入门者比较有用
非常多的verilog实例,对于刚入门者比较有用-lot of verilog example, just beginners more useful
- 2022-03-17 16:05:10下载
- 积分:1
-
不错的介绍verilog的电子文档,对于入门级的新手有不错的参考价值...
不错的介绍verilog的电子文档,对于入门级的新手有不错的参考价值-A good introduction to verilog electronic documents, for the novice there is a good entry-level reference value
- 2023-03-11 23:45:04下载
- 积分:1
-
STM32F103ZEt6_NORFlash
1、FSMC全称是静态存储控制器,用来高速操作外部SRAM,NOR,NAND等,广泛用来驱动LCD
MCU的FSMC配置在fsmc_nor.c,你也可以查阅相关资料。
2、此例程通过读写外部M29W128,熟悉FSMC的配置以及操作。(1, FSMC stands for static memory controller for high-speed operation of external SRAM, NOR, NAND, widely used to drive the LCD MCU FSMC configuration in fsmc_nor.c, you can also access to relevant information. This routine by reading and writing external M29W128 familiar with the configuration and the operation of the FSMC.)
- 2012-11-26 11:08:20下载
- 积分:1
-
电梯的游戏
在 VHDL 中实现的游戏
实施LFSR创建与随机游戏板
随机颜色。使用VGA控制器和块内存
我们显示游戏板,并写入它取决于某些规则。用户
可以控制如何密游戏板填充,则显示什么颜色,
而如何快速模拟。
- 2022-03-01 01:26:24下载
- 积分:1
-
sopc
基于FPGA的SD卡音频播放器
经过调试可以直接用,音质很好有MP3的所有功能(FPGA-based audio player, SD card can be directly used after debugging, good sound quality with all the features of MP3)
- 2021-01-02 23:08:57下载
- 积分:1
-
Controller RAM read and write, using verilog implementation of easy
RAM读写控制器,用verilog实现的简单易懂的RAMROMsram控制核-Controller RAM read and write, using verilog implementation of easy-to-understand control of nuclear RAMROMsram
- 2022-02-09 14:58:27下载
- 积分:1
-
使用从Digilent Spartan3E板VGA接口。LabVIEW VI
VGA interface using Spartan3E board from DIGILENT.Labview .vi
- 2023-02-15 00:10:04下载
- 积分:1
-
led5604
说明: 5604FPGA驱动,能显示数字(5604里面为4个595)(5604 FPGA driver, able to display digital (5604 contains 4 595))
- 2020-06-19 18:00:01下载
- 积分:1
-
ahb_slave_latest.tar
AHB 总线slave verilog实现(Implementation of AHB bus)
- 2020-06-30 13:40:02下载
- 积分:1
-
非常好的VHDL音乐
library ieee;
use
ieee.std_logic_1164.all;
use
ieee.std_logic_unsigned.all;
entity song is
port(clk_4MHz,clk_4Hz:in std_logic;
----预置计数器和乐谱产生器的时钟
digit:buffer std_logic_vector(6 downto 0); ----高、中、低音数码管指示
zero:out std_logic_vector(4 downto 0); ----用于数码管高位置低
- 2022-12-29 04:50:03下载
- 积分:1