CDN加速镜像 | 设为首页 | 加入收藏夹
当前位置: 首页 资源下载 搜索资源 - calculator verilog

搜索资源列表

  1. verilog

    0下载:
  2. 组成原理的大作业,写一个计算器,用verilog语言写的-The composition of the major principles of operation, write a calculator, using the language written in Verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-26
    • 文件大小:8944097
    • 提供者:陈江
  1. shifter

    0下载:
  2. 移位运算器SHIFTER 使用Verilog HDL 语言编写,其输入输出端分别与键盘/显示器LED 连接。移位运算器是时序电路,在J钟信号到来时状态产生变化, CLK 为其时钟脉冲。由S0、S1 、M 控制移位运算的功能状态,具有数据装入、数据保持、循环右移、带进位循环右移,循环左移、带进位循环左移等功能。 CLK 是时钟脉冲输入,通过键5 产生高低电平M 控制工作模式, M=l 时带进位循环移位,由键8 控制CO 为允许带进位移位输入,由键7 控制:S 控制移位模式0-3 ,由键6 控制
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-23
    • 文件大小:129279
    • 提供者:623902748
  1. Ballastic_Calculator

    0下载:
  2. Ballastic Calculator Interface designe for Army TANK (Xilinx Verilog, Schematics)
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:2699721
    • 提供者:Tomahawk
  1. calculator

    0下载:
  2. 课设一个,又臭又长,是一个用verilog编写的计算器,对应革新科技的某个sopc开发平台,键盘会扫描,七段二极管会译码且是并行输出,上传的是整个工程,在该开发平台上基本正常,主程序段编写的较为幼稚,希望大家多多扔玉。注:主程序段预计做八位计算器,后来因为实验平台只有六个数码管无奈之下后两位没接,主程序中的ac有问题,在开发平台上没效果,压缩包里的图是主程序在quartus下的仿真图,开发环境是quartus,不知应选哪项。最后:初次上传欢迎指正 -Set up a class, but als
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-28
    • 文件大小:10809099
    • 提供者:raven
  1. presentar

    0下载:
  2. Verilog code calculator, add, rest, multiply, and increment-Verilog code calculator, add, rest, multiply, and increment
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-10
    • 文件大小:1517
    • 提供者:jaja12
  1. method

    0下载:
  2. i need to refer and search for calculator verilog.hope i can find answer from it.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-07
    • 文件大小:48312
    • 提供者:Mei juan
  1. verilog_calculator

    1下载:
  2. 用verilog编写的简易计算器代码。通过一位全加器组成电路,可以实现加法、减法和乘法,并在七段数码管上显示出十进制的结果。-Simple calculator with code written in verilog. Composed by a full adder circuit, can add, subtract and multiply, and in the seven-segment LED display on the decimal result.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-22
    • 文件大小:15920
    • 提供者:刘涛
  1. Calculator

    0下载:
  2. 基于Verilog开发的计算器,希望对大家有帮助!-Verilog-based development of the calculator, we want to help!
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-08
    • 文件大小:1970374
    • 提供者:sun pei
  1. calculator_final

    2下载:
  2. 清华大学电子课程设计:Verilog,QuartusII可正确运行,可下载到FPGA上,音乐计算器,完成两个三位数的运算,有注释,很强大-Verilog, QuartusII run correctly, can be downloaded to the FPGA, music, calculator, completed two three-digit operations, there are notes, very powerful! !
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-10
    • 文件大小:2127653
    • 提供者:薛芬
  1. luan-van

    0下载:
  2. design calculator using verilog
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-04-08
    • 文件大小:10735
    • 提供者:Nick
  1. verilog-calculator

    0下载:
  2. 基于verilog的计算器,实现简单的加减乘的运算,并有退格键和清零键-verilog calculator
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-03-31
    • 文件大小:738236
    • 提供者:fsr
  1. calculator

    0下载:
  2. 简易的计算器,可实现加减乘除运算,采用verilog编写-Simple calculator realized by verilog,which could operate addition and subtraction process
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-06
    • 文件大小:1256207
    • 提供者:zhou
  1. calculator

    0下载:
  2. 这是一个设计16位计算器,运用Verilog HDL语言编写,可以实现简单的加减法计算。并且可以在Xilinx91i上仿真。其中 top.v文件为目录,calculator.v为计算器设计,display.v为显示设计,divclk.v为分频设计,keypad.v为键盘设计,并且testkeypad.v为检测程序。-design a 16-bit calculator using the Spartan 3 FPGA on the Digilent circuit board, with an
  3. 所属分类:Other systems

    • 发布日期:2017-03-29
    • 文件大小:13041
    • 提供者:wangdage
  1. calculator

    0下载:
  2. 基于赛灵思的spartan-3e开发板的语音智能计算器的设计,开发语言verilog,开发软件ISE,可以根据ucf文件理清引脚关系。应用者需要对开发板和fpga设计有一定的了解!-Development board based on Xilinx spartan-3e voice smart calculator design, development languages ​ ​ Verilog, developing software ISE, according to
  3. 所属分类:Other systems

    • 发布日期:2017-05-13
    • 文件大小:3531979
    • 提供者:QIAO
  1. calculator

    0下载:
  2. EDA设计源代码,verilog计算器设计-EDA design source code, verilog calculator design
  3. 所属分类:Other Embeded program

    • 发布日期:2017-12-06
    • 文件大小:582122
    • 提供者:jerry
  1. calculator

    0下载:
  2. 利用verilog和vhdl两种语言写作的计数器,还有个性化设计模块,利用quartusii平台写作。-Use verilog and vhdl counter writing in two languages, as well as personalized design module, using the platform quartusii writing.
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-19
    • 文件大小:941518
    • 提供者:程煜河
  1. Calculator.v

    0下载:
  2. Verilog实现简易计算器,用数码管显示结果-Verilog achieve simple calculator, with digital display results
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-11-25
    • 文件大小:1572
    • 提供者:Ryan
  1. calc

    0下载:
  2. 一个简单的verilog计算器设计,键盘输入,数码管显示,实现加减与或运算-A simple calculator verilog design, keyboard input, digital display, Modified with OR operator
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2017-05-12
    • 文件大小:3039422
    • 提供者:suber
  1. calculator

    3下载:
  2. 基于FPGA DE2开发板的计算器设计。Verilog语言编写。矩阵键盘输入,LCD1602显示。程序包括按键扫描模块、数值处理计算模块和LCD控制写模块等。-Calculator design based on FPGA DE2 development board. language use Verilog. Matrix keyboard input, LCD1602 display. Program includes key scanning module and LCD module
  3. 所属分类:VHDL-FPGA-Verilog

    • 发布日期:2015-04-01
    • 文件大小:3156992
    • 提供者:尹仁超
  1. project1

    1下载:
  2. 音乐计算器的设计与实现。完成加减与或比较计算,能显示进位借位零位,能根据结果的正负发出两首不同的音乐。(Design and implementation of music calculator. Complete addition and subtraction and comparison calculation, can display carry and borrow zero, can send out two different music according to the posi
  3. 所属分类:VHDL/FPGA/Verilog

    • 发布日期:2020-08-17
    • 文件大小:19759104
    • 提供者:jameskk
« 12 3 »
搜珍网 www.dssz.com