资源列表
[VHDL编程] pipeline_lut_multiplier
说明:pipeline_lut_multiplier, 一个使用查找表实现的流水线乘法器,本程序使用verilog HDL language 语言编写-pipeline_lut_multiplier ,a multiplier based on look up tablets ,and it is programing in verilog language<谷雨> 在 2025-12-23 上传 | 大小:5kb | 下载:0
[VHDL编程] sorter_block
说明:this is a code for a sorter block. read data a RAM and sort them. then write data in RAM-this is a code for a sorter block. read data a RAM and sort them. then write data in RAM<mohsen> 在 2025-12-23 上传 | 大小:5kb | 下载:0
[VHDL编程] VHDL_Multiplier
说明:三种 VHDL 实现乘法器的方法,可以用于学习FPGA的时序、组合电路,同时附带了 TestBench 程序-Three kinds of methods to achieve multiplier in VHDL, with TestBench<李成> 在 2025-12-23 上传 | 大小:5kb | 下载:0
[VHDL编程] mdio_slave_interface
说明:Management Data Input/Output Interfaces, or MDIO, are specified in the IEEE 802.3 standard. Their primary application is to provide a Serial Management Interface (SMI) to transfer management data between an Ethernet Media Access Controller (MAC)<sherry> 在 2025-12-23 上传 | 大小:5kb | 下载:0
[VHDL编程] Digital-Password-Lock
说明:数字密码锁具体要求如下: 1. 系统密码设置使用拨位开关sw[7:0],限定为4位密码;sw[7:6]、sw[5:4]、sw[3:2]、sw[1:0]分别对应从左到右密码的第1、2、3、4位;每一位的取值范围限定在0、1、2三个数中。 2. 用btn[2:0]作为输入键,btn[0]、btn[1]、btn[2]分别对应的有效输入为十进制数0、1、2(由于btn数有限,系统不支持解锁含有数字3的密码)。 3. 输入的密码显示在7段数码显示管对应位上,顺序为从左至右,未输入密码时数码管<刘东辉> 在 2025-12-23 上传 | 大小:5kb | 下载:0