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.
上傳時間: 2014-01-20
上傳用戶:三人用菜
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 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文件,改名叫test.jpg 2、在ads1.2的AXD下選ARMULATE仿真。 3、運行完畢,在C盤根目錄下會產生一個test.bmp文件 注意:有的JPG文件格式可能不兼容,最好先用WINDOWS XP自帶的畫圖程序打開并 保存一下。 Seloo luo seloo@tom.com 2008-10-10
上傳時間: 2016-11-09
上傳用戶:ynzfm
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 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,使用 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 所示。
上傳時間: 2013-12-21
上傳用戶:wyc199288
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 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