资源列表
[VHDL编程] CAN-Bus-IP-Core
说明:FPGA中CAN总线的IP核,加入工程中既可以使用。-CAN bus in FPGA IP, can be used to join the project<wutao> 在 2025-06-11 上传 | 大小:66kb | 下载:0
[VHDL编程] pianoend
说明:用8×8点阵显示“1 2 3 4 5 6 7”七个音符构成的电子琴键盘。其中点阵的第一列用一个LED点亮表示音符“1”,第二列用二个LED点亮表示音符“2”,依此类推-88 dot matrix display " 1 2 3 4 5 6 7" of seven notes of the piano' s keyboard. The first column of the lattice with a LED lit notes, " 1" , notes<李俊君> 在 2025-06-11 上传 | 大小:496kb | 下载:0
[VHDL编程] pivotal-game-driver-code
说明:基于Verilog的贪食蛇游戏驱动代码及算法分析-Verilog-based pivotal game driver code and algorithm analysis<Virgil> 在 2025-06-11 上传 | 大小:325kb | 下载:0
[VHDL编程] DigitalDesignofSignalProcessing
说明:This chapter begins from the assertion that the advent of VLSI (very large scale integration) has enabled solutions to intractable engineering problems.<Virgil> 在 2025-06-11 上传 | 大小:9.28mb | 下载:0
[VHDL编程] traffic_lights
说明: 交通灯控制器控制红(r)、绿(g)、黄(y)三种不同颜色的交通灯,这三种不同颜色灯的亮、灭分别由三个定时器(timer1、timer2、timer3)控制; 当某个定时器工作时,它所控制的交通灯亮,直到设定的定时时间到(该定时器状态由’0’变’1’),交通灯跳转到另一种状态; clk是脉冲控制端(图中未标出);reset是异步复位端,复位状态为红色交通灯亮; 输出端r、g、y分别表示三种颜色交通灯的亮、灭状态。<吴胜兵> 在 2025-06-11 上传 | 大小:1kb | 下载:0
[VHDL编程] wwww
说明:整个电路由单一饮料控制电路模块binctr.vhd和顶层电路模块refill.vhd组成;其中顶层电路模块中包含两种饮料控制电路,一种饮料为cola,另一种饮料为diet。其中每一种饮料的最大数量为3,当两种饮料的剩余数量均为0时使refill_bins置1。binctr.vhd控制电路以递减计数器为基础,并将该模块作为一个component包含在package中。-The entire circuit is controlled by a single beverage circuit the<吴胜兵> 在 2025-06-11 上传 | 大小:17kb | 下载:0
[VHDL编程] car_count
说明:car_enter,car_exit分别表示有车辆进入停车场和离开停车场。count1和count2是两个计数器,分别计数进入停车场的车辆数目和离开停车场的车辆数目。total=count1-count2, 表示停在停车场中的车辆数目。lot_full表示停车场已满,即total的大小等于预置的停车场最大停车数(例如32)。 lot_empty表示停车场车辆数目为零。-car_enter, car_exit vehicles entering the car park and leave the<吴胜兵> 在 2025-06-11 上传 | 大小:392kb | 下载:0