CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 源码下载 嵌入式/单片机编程

资源列表

« 1 2 ... .23 .24 .25 .26 .27 32728.29 .30 .31 .32 .33 ... 33645 »
  1. ps2pmu

    1下载:
  2. power management unit with ps2 interface
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:795
    • 提供者:郭诗琪
  1. ad_da

    1下载:
  2. Altera FPGA ad采样,da回放-Altera FPGA AD sampling, da playback
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-07-20
    • 文件大小:580608
    • 提供者:小亮
  1. EDA

    1下载:
  2. 毕业设计时设计的一个基于FIFO的乒乓机制,作用是不用等待当前数据接收完后再处理,提高数据吞吐量。-A graduate of the design in the design of a FIFO based on the ping pong mechanism, effect is not waiting for the current data received after processing, improve the data throughput
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1195946
    • 提供者:lipuran
  1. fpGA based-system-design

    1下载:
  2. 基于FPGA系统设计 本案例利用ALTIUM设计一个数字可控的混响系统,在这个系统中将把MIPS处理器、 IIS 控制器、SPI控制器、SRAM控制嵌入到FPGA内部实现图1的功能结构。 -FPGA-based system design This case the use of the ALTIUM design a digital controlled reverberation system, MIPS processors will be in this
  3. 所属分类:VHDL编程

    • 发布日期:2013-03-05
    • 文件大小:854496
    • 提供者:vipjvs
  1. Eth-VERILOG

    1下载:
  2. 网卡的verilog源代码,可以参考一下-verilog code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:124935
    • 提供者:田波
  1. EWB_eclock

    1下载:
  2. 用方波信号发生器发出1HZ的稳定的方波信号作为CP信号输入 ,秒计数器满60向分计数器进位,分计数器满60向小时进位,小时计数器按“23翻0”规律计数,计数器经译码器送到显示器;计数出现误差可用校时电路进行校时、校分、校秒。并具有可整点报时与定时闹钟的功能。 本数字钟的功能列表如下: 1)基本功能:秒、分钟、小时计时、显示及校对; 2)整点报时功能:在每小时59分50秒开始500Hz频率发声提示,整点时1000Hz发声,之后声音停止; 3)定时报闹功能:可设定闹钟定点报闹,可用开
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-30
    • 文件大小:691010
    • 提供者:xr
  1. jpegencode_latest.tar

    1下载:
  2. 完整的用VERILOG语言开发的图像压缩器代码,欢迎分享。-A jpeg encode source code based on verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-01-20
    • 文件大小:209920
    • 提供者:胡明昊
  1. key_test

    1下载:
  2. verilog HDL编写的在quartusii环境下的24秒倒计时代码-verilog HDL the quartusii environment in the 24 seconds countdown code
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-10
    • 文件大小:1024
    • 提供者:马海林
  1. csm12d_i2c

    1下载:
  2. freescale mc9s12xdt512 mcu i2c 程序,实现i2c 协议,进行通信-i2c of freescale mc9s12xdt512 mcu
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2014-07-17
    • 文件大小:309248
    • 提供者:陈晨
  1. 2DPSK-linan

    1下载:
  2. 全数字2DPSK调制解调系统,为VHDL语言。包括512分频器,M序列发生器等。整个过程完成2DPSK的调制与解调。-The full the digital 2DPSK modem system for the VHDL language. Including the 512 divider, the M-sequence generator. The whole process is completed 2DPSK modulation and demodulation.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-01
    • 文件大小:415745
    • 提供者:
  1. Lab17_seq_detect

    1下载:
  2. 一个序列检测器,在时钟的每个下降沿检查数据。当检测到输入序列 din 中出现 1101 或 0110时,输出 flag 为 1,否则输出为 0。 (1)当cs = 1,wr 信号由低变高(上升沿)时,din 上的数据将写入由 addr 所指定的存储单元 (2)当cs = 1,rd = 0时,由 addr 所指定的存储单元的内容将从 dout 的数据线上输出。 -A sequence detector, check the data in each clock falling edge. Wh
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-04
    • 文件大小:1506
    • 提供者:辛璃
  1. Lab10_shift_register_4b

    1下载:
  2. 设计一个能够递增和递减的8位双向循环计数器. (1)采用异步复位,复位后从第一个有效时钟的上跳沿开始计数;如果此时 dir=1 ,则递增计数,否则, 递减计数。 (2)输出 count 为 8 位; (3)对电路进行全面仿真。 (4)设计模块名为: counter8b_updown(count, clk, reset, dir) 测试平台的模块名为: tb_counter8b_updown() -The design of an incremen
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1275
    • 提供者:辛璃
« 1 2 ... .23 .24 .25 .26 .27 32728.29 .30 .31 .32 .33 ... 33645 »
搜珍网 www.dssz.com