虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

TEST-Driven

  • Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGH

    Top module name : SHIFTER (File name : SHIFTER.v) 2. Input pins: SHIFT [3:0], IN [15:0], SIGN, RIGHT. 3. Output pins: OUT [15:0]. 4. Input signals generated from test pattern are latched in one cycle and are synchronized at clock rising edge. 5. The SHIFT signal describes the shift number. The shift range is 0 to 15. 6. When the signal RIGHT is high, it shifts input data to right. On the other hand, it shifts input data to left. 7. When the signal SIGN is high, the input data is a signed number and it shifts with sign extension. However, the input data is an unsigned number if the signal SIGN is low. 8. You can only use following gates in Table I and need to include the delay information (Tplh, Tphl) in your design.

    标签: SHIFTER name module Input

    上传时间: 2014-01-20

    上传用户:三人用菜

  • The files in this directory comprise ANSI-C language reference implementations of the CCITT (Intern

    The files in this directory comprise ANSI-C language reference implementations of the CCITT (International Telegraph and Telephone Consultative Committee) G.711, G.721 and G.723 voice compressions. They have been tested on Sun SPARCstations and passed 82 out of 84 test vectors published by CCITT (Dec. 20, 1988) for G.721 and G.723. [The two remaining test vectors, which the G.721 decoder implementation for u-law samples did not pass, may be in error because they are identical to two other vectors for G.723_40.]

    标签: implementations directory reference comprise

    上传时间: 2014-01-22

    上传用户:Breathe0125

  • This code in this directory implements the binary hopfield network.Source code may be found in HOPNE

    This code in this directory implements the binary hopfield network.Source code may be found in HOPNET.CPP. A sample training file is H7x8N4.trn. Sample test pattern files are: H7x8D4.TST, H5x8D7.TST,H5x8D7.TST and H5x8D9.TST, Output of the program goes to both the screen and a file, ARCHIVE.LST.

    标签: code implements directory hopfield

    上传时间: 2013-12-27

    上传用户:ruixue198909

  • 开发平台:ADS 1.2 功能:ARM下JPG文件转成BMP文件 1、在C盘根目录下放一个JPG文件

    开发平台:ADS 1.2 功能:ARM下JPG文件转成BMP文件 1、在C盘根目录下放一个JPG文件,改名叫test.jpg 2、在ads1.2的AXD下选ARMULATE仿真。 3、运行完毕,在C盘根目录下会产生一个test.bmp文件 注意:有的JPG文件格式可能不兼容,最好先用WINDOWS XP自带的画图程序打开并 保存一下。 Seloo luo seloo@tom.com 2008-10-10

    标签: JPG ADS 1.2 ARM

    上传时间: 2016-11-09

    上传用户:ynzfm

  • Testability is the concern most often voiced by Texas Instruments (TIä ) application specific i

    Testability is the concern most often voiced by Texas Instruments (TIä ) application specific integrated circuit (ASIC) users. This document is intended to consolidate TI policies into a coherent approach to designing for testability. It is not intended as a specification, but as a guide you can use for developing test strategies when designs are being initiated

    标签: Testability Instruments application specific

    上传时间: 2016-11-13

    上传用户:wfl_yy

  • the text file QMLE contains the quasi maximum likelyhood estimating procedure and performing Infor

    the text file QMLE contains the quasi maximum likelyhood estimating procedure and performing Information Matrix test for a univariate GARCH(1,1) model

    标签: estimating likelyhood performing the

    上传时间: 2014-11-22

    上传用户:zhenyushaw

  • 数字频率计

    数字频率计,七位计数,显示六位,带test模块

    标签: 数字频率计

    上传时间: 2013-12-19

    上传用户:ggwz258

  • 掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2

    掌握在uC/OS-II 操作系统下使用ZLG/GUI的基本方法。 1. 启动 ADS 1.2,使用 ARM Executable Image for UCOSII(for lpc22xx)工程模板建立一 个工程 gui_ucos,工程存储在 uCOS-II 目录下。 说明:在 uCOS-II 目录下要保存有 uCOS-II 的移植代码和内核源代码。 2. 建立 C 源文件 Test .c,编写实验程序,保存到 gui_ucos\src 目录下,然后添加到工程 的 user组中。 3. 复制 ZLG/GUI 文件。把 ZLG_GUI 整个目录及文件复制到 gui_ucos\SRC 目录下。 4. 添加 ZLG/GUI 文件。在工程管理窗口中新建一个组 ZLG/GUI,然后在这个组内添 加 gui_ucos\SRC\ZLG_GUI下的所有 C 源程序文件和 GUI_CONFIG.H配置文件。 5. 新建驱动程序,在工程管理窗口中新建一个组 lcd_drive,并将驱动程序添加到工程 的 lcd_drive组中。驱动程序文件名比如:LCDDRIVE.c、LCDDRIVE.H,可以保存 在 gui_ucos\SRC 目录下。 6. 修改 CONFIG.H,增加包含 LCDDRIVE.H 头文件和 ZLG/GUI 的所有头文件,如程 序清单 1.3 所示。

    标签: OS-II GUI ADS 1.2

    上传时间: 2013-12-21

    上传用户:wyc199288

  • The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performanc

    The DHRY program performs the dhrystone benchmarks on the 8051. Dhrystone is a general-performance benchmark test originally developed by Reinhold Weicker in 1984. This benchmark is used to measure and compare the performance of different computers or, in this case, the efficiency of the code generated for the same computer by different compilers. The test reports general performance in dhrystones per second. Like most benchmark programs, dhrystone consists of standard code and concentrates on string handling. It uses no floating-point operations. It is heavily influenced by hardware and software design, compiler and linker options, code optimizing, cache memory, wait states, and integer data types. The DHRY program is available in different targets: Simulator: Large Model: DHRY example in LARGE model for Simulation Philips 80C51MX: DHRY example in LARGE model for the Philips 80C51MC

    标签: general-performanc benchmarks Dhrystone dhrystone

    上传时间: 2016-11-30

    上传用户:hphh

  • This Application Note describes the steps that are required to install and use the Keil Monitor-51 o

    This Application Note describes the steps that are required to install and use the Keil Monitor-51 on a user specific hardware. The Keil Monitor-51 allows you to connect your 8051 hardware to the μVision2 Debugger. You can use the powerful debugging interface to test application programs in your target hardware.

    标签: Application describes the required

    上传时间: 2013-12-03

    上传用户:lvzhr