-
VHDL 状态机的设计实例 ,不错的,对于搞清楚状态机是很有用的....
VHDL 状态机的设计实例 ,不错的,对于搞清楚状态机是很有用的.-VHDL state machine design examples, good for the state machine to figure out would be very useful.
- 2022-07-09 03:27:51下载
- 积分:1
-
QuarusII91
这是QuarusII中文的用户指南!希望大家有用(This is a QuarusII Chinese User' s Guide! Hope that useful)
- 2010-01-09 21:50:10下载
- 积分:1
-
CAN总线控制器源FPGA,都对我的使用说明文件…
fpga实现CAN总线控制器源码,每个项目都有说明文件,介绍使用方法。-fpga CAN Bus Controller source, each with explanatory documents on the use of methods.
- 2022-04-27 17:13:00下载
- 积分:1
-
jishuqi
计数器是数字系统中使用最多的时序电路,它不仅能用于对时钟脉冲计数,还可以用于分频、定时、产生节拍脉冲和脉冲序列以及进行数字运算等。(Counter is the most frequently used sequential circuit in digital system. It can be used not only for counting clock pulses, but also for frequency division, timing, generating beat pulses and pulse sequences, and performing digital operations.)
- 2018-11-26 15:42:03下载
- 积分:1
-
stepper_motor
control stepper motor by fpga card with vhdl program
- 2012-01-08 02:34:17下载
- 积分:1
-
picorv32-master
说明: PicoRV32 is a CPU core that implements the RISC-V RV32IMC Instruction Set. It can be configured as RV32E, RV32I, RV32IC, RV32IM, or RV32IMC core, and optionally contains a built-in interrupt controller.
Tools (gcc, binutils, etc..) can be obtained via the RISC-V Website. The examples bundled with PicoRV32 expect various RV32 toolchains to be installed in /opt/riscv32i[m][c]. See the build instructions below for details.
- 2020-06-24 21:40:01下载
- 积分:1
-
FIFO
用verilog语言的实现FIFO存储器,以先进先出的方式处理数据(The FIFO memory is implemented in Verilog language, and data is processed in FIFO)
- 2017-07-15 09:33:21下载
- 积分:1
-
FPGA_CPLD-SHC
FPGA_CPLD-SHC多款FPGA CPLD开发板的原理图,很好的线路设计参考(FPGA_CPLD-SHC Variety of FPGA CPLD development board schematics, a good reference circuit design)
- 2013-03-04 23:36:01下载
- 积分:1
-
计算机组成原理课程设计(vhdl语言实现)
1. 一位全加器设计
LIBRARY IEEE;
USE IEEE.STD_LOGIC_1164.ALL;
ENTITY add IS
PORT(a,b,cin:IN STD_LOGIC;
Co,S:OUT STD_LOGIC);
END ENTITY add;
ARCHITECTURE fc1 OF add is
BEGIN
S
- 2023-06-03 00:55:02下载
- 积分:1
-
ping
乒乓球游戏,用led灯控制水上乒乓球,选择了控制键进行操作。详细信息请参见自述
- 2023-02-19 03:35:03下载
- 积分:1