亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频

蟲蟲首頁| 資源下載| 資源專輯| 精品軟件
登錄| 注冊

implemented

  • 一種8位單片機(jī)中ALU的改進(jìn)設(shè)計(jì)

    文章提出了一種精簡指令集8 位單片機(jī)中, 算術(shù)邏輯單元的工作原理。在此基礎(chǔ)上, 對比傳統(tǒng)PIC 方案、以及在ALU 內(nèi)部再次采用流水線作業(yè)的332 方案、44 方案, 并用Synopsys 綜合工具實(shí)現(xiàn)了它們。綜合及仿真結(jié)果表明, 根據(jù)該單片機(jī)系統(tǒng)要求, 44 方案速度最高, 比332 方案可提高43.9%, 而面積僅比最小的332 方案增加1.6%。在分析性能差異的根本原因之后, 闡明了該方案的優(yōu)越性。關(guān)鍵詞: 單片機(jī), 精簡指令集, 算術(shù)邏輯單元, 流水線 Abstract: Work principle for ALU in an 8_bit RISC Singlechip microcomputer is described. The traditional PIC scheme, 332 Pipeline scheme and 44 Pipeline scheme are compared on the base of the principle, which are implemented using Synopsys design tools. Results from synthesis and simulation shows that 44 scheme operates the fast, which is 43.9% faster and only 1.6% larger than 332 scheme. The essential reason why the performance is so different is analyzed.Then the advantage of 44 scheme is clarified.Key words: Singlechip, Microcomputer, RISC, ALU, Pipeline

    標(biāo)簽: ALU 8位單片機(jī)

    上傳時間: 2013-10-18

    上傳用戶:xiaoyaa

  • 使用軟件程序仿真C500微控制器系列SSC(同步串行通道)功

    The solution presented in this paper and in the attached source files emulates the mostimportant SSC functions by using SW routines implemented in C. The code is focused onthe SAB C513, but will fit to all C500 derivatives.Beyond the low level software drivers a test shell is delivered. This shell allows a quicktest of the software drivers by an emulator or a starter kit demo board.

    標(biāo)簽: C500 SSC 軟件 程序

    上傳時間: 2013-11-24

    上傳用戶:363186

  • MPC106 PCI Bridge/Memory Contr

    In this document, the term Ô60xÕ is used to denote a 32-bit microprocessor from the PowerPC architecture family that conforms to the bus interface of the PowerPC 601ª, PowerPC 603ª, or PowerPC 604 microprocessors. Note that this does not include the PowerPC 602ª microprocessor which has a multiplexed address/data bus. 60x processors implement the PowerPC architecture as it is speciÞed for 32-bit addressing, which provides 32-bit effective (logical) addresses, integer data types of 8, 16, and 32 bits,and ßoating-point data types of 32 and 64 bits (single-precision and double-precision).1.1 Overview The MPC106 provides an integrated high-bandwidth, high-performance, TTL-compatible interface between a 60x processor, a secondary (L2) cache or additional (up to four total) 60x processors, the PCI bus,and main memory. This section provides a block diagram showing the major functional units of the 106 and describes brießy how those units interact.Figure 1 shows the major functional units within the 106. Note that this is a conceptual block diagram intended to show the basic features rather than an attempt to show how these features are physically implemented on the device.

    標(biāo)簽: Bridge Memory Contr MPC

    上傳時間: 2013-10-08

    上傳用戶:18711024007

  • Input Signal Rise and Fall Tim

    All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, however, is very small, and can not be properly used in anapplication to suppress signal noise, and to shape slow rising/falling input transitions.Thus, it must be taken care that rising/falling input signals pass the undefined area of theTTL-specification between VIL and VIH with a sufficient rise/fall time, as generally usualand specified for TTL components (e.g. 74LS series: gates 1V/us, clock inputs 20V/us).The effect of the implemented Schmitt-Trigger is that even if the input signal remains inthe undefined area, well defined low/high levels are generated internally. Note that allinput signals are evaluated at specific sample points (depending on the input and theperipheral function connected to it), at that signal transitions are detected if twoconsecutive samples show different levels. Thus, only the current level of an input signalat these sample points is relevant, that means, the necessary rise/fall times of the inputsignal is only dependant on the sample rate, that is the distance in time between twoconsecutive evaluation time points. If an input signal, for instance, is sampled throughsoftware every 10us, it is irrelevant, which input level would be seen between thesamples. Thus, it would be allowable for the signal to take 10us to pass through theundefined area. Due to the sample rate of 10us, it is assured that only one sample canoccur while the signal is within the undefined area, and no incorrect transition will bedetected. For inputs which are connected to a peripheral function, e.g. capture inputs, thesample rate is determined by the clock cycle of the peripheral unit. In the case of theCAPCOM unit this means a sample rate of 400ns @ 20MHz CPU clock. This requiresinput signals to pass through the undefined area within these 400ns in order to avoidmultiple capture events.For input signals, which do not provide the required rise/fall times, external circuitry mustbe used to shape the signal transitions.In the attached diagram, the effect of the sample rate is shown. The numbers 1 to 5 in thediagram represent possible sample points. Waveform a) shows the result if the inputsignal transition time through the undefined TTL-level area is less than the time distancebetween the sample points (sampling at 1, 2, 3, and 4). Waveform b) can be the result ifthe sampling is performed more than once within the undefined area (sampling at 1, 2, 5,3, and 4).Sample points:1. Evaluation of the signal clearly results in a low level2. Either a low or a high level can be sampled here. If low is sampled, no transition willbe detected. If the sample results in a high level, a transition is detected, and anappropriate action (e.g. capture) might take place.3. Evaluation here clearly results in a high level. If the previous sample 2) had alreadydetected a high, there is no change. If the previous sample 2) showed a low, atransition from low to high is detected now.

    標(biāo)簽: Signal Input Fall Rise

    上傳時間: 2013-10-23

    上傳用戶:copu

  • 介紹C16x系列微控制器的輸入信號升降時序圖及特性

    All inputs of the C16x family have Schmitt-Trigger input characteristics. These Schmitt-Triggers are intended to always provide proper internal low and high levels, even if anundefined voltage level (between TTL-VIL and TTL-VIH) is externally applied to the pin.The hysteresis of these inputs, however, is very small, and can not be properly used in anapplication to suppress signal noise, and to shape slow rising/falling input transitions.Thus, it must be taken care that rising/falling input signals pass the undefined area of theTTL-specification between VIL and VIH with a sufficient rise/fall time, as generally usualand specified for TTL components (e.g. 74LS series: gates 1V/us, clock inputs 20V/us).The effect of the implemented Schmitt-Trigger is that even if the input signal remains inthe undefined area, well defined low/high levels are generated internally. Note that allinput signals are evaluated at specific sample points (depending on the input and theperipheral function connected to it), at that signal transitions are detected if twoconsecutive samples show different levels. Thus, only the current level of an input signalat these sample points is relevant, that means, the necessary rise/fall times of the inputsignal is only dependant on the sample rate, that is the distance in time between twoconsecutive evaluation time points. If an input signal, for instance, is sampled throughsoftware every 10us, it is irrelevant, which input level would be seen between thesamples. Thus, it would be allowable for the signal to take 10us to pass through theundefined area. Due to the sample rate of 10us, it is assured that only one sample canoccur while the signal is within the undefined area, and no incorrect transition will bedetected. For inputs which are connected to a peripheral function, e.g. capture inputs, thesample rate is determined by the clock cycle of the peripheral unit. In the case of theCAPCOM unit this means a sample rate of 400ns @ 20MHz CPU clock. This requiresinput signals to pass through the undefined area within these 400ns in order to avoidmultiple capture events.

    標(biāo)簽: C16x 微控制器 輸入信號 時序圖

    上傳時間: 2014-04-02

    上傳用戶:han_zh

  • WP369可擴(kuò)展式處理平臺-各種嵌入式系統(tǒng)的理想解決方案

    WP369可擴(kuò)展式處理平臺-各種嵌入式系統(tǒng)的理想解決方案 :Delivering unrivaled levels of system performance,flexibility, scalability, and integration to developers,Xilinx's architecture for a new Extensible Processing Platform is optimized for system power, cost, and size. Based on ARM's dual-core Cortex™-A9 MPCore processors and Xilinx’s 28 nm programmable logic,the Extensible Processing Platform takes a processor-centric approach by defining a comprehensive processor system implemented with standard design methods. This approach provides Software Developers a familiar programming environment within an optimized, full featured,powerful, yet low-cost, low-power processing platform.

    標(biāo)簽: 369 WP 擴(kuò)展式 處理平臺

    上傳時間: 2013-10-22

    上傳用戶:685

  • 擴(kuò)頻通信芯片STEL-2000A的FPGA實(shí)現(xiàn)

    針對傳統(tǒng)集成電路(ASIC)功能固定、升級困難等缺點(diǎn),利用FPGA實(shí)現(xiàn)了擴(kuò)頻通信芯片STEL-2000A的核心功能。使用ISE提供的DDS IP核實(shí)現(xiàn)NCO模塊,在下變頻模塊調(diào)用了硬核乘法器并引入CIC濾波器進(jìn)行低通濾波,給出了DQPSK解調(diào)的原理和實(shí)現(xiàn)方法,推導(dǎo)出一種簡便的引入?仔/4固定相移的實(shí)現(xiàn)方法。采用模塊化的設(shè)計(jì)方法使用VHDL語言編寫出源程序,在Virtex-II Pro 開發(fā)板上成功實(shí)現(xiàn)了整個系統(tǒng)。測試結(jié)果表明該系統(tǒng)正確實(shí)現(xiàn)了STEL-2000A的核心功能。 Abstract:  To overcome drawbacks of ASIC such as fixed functionality and upgrade difficulty, FPGA was used to realize the core functions of STEL-2000A. This paper used the DDS IP core provided by ISE to realize the NCO module, called hard core multiplier and implemented CIC filter in the down converter, described the principle and implementation detail of the demodulation of DQPSK, and derived a simple method to introduce a fixed phase shift of ?仔/4. The VHDL source code was designed by modularity method , and the complete system was successfully implemented on Virtex-II Pro development board. Test results indicate that this system successfully realize the core function of the STEL-2000A.

    標(biāo)簽: STEL 2000 FPGA 擴(kuò)頻通信

    上傳時間: 2013-11-06

    上傳用戶:liu123

  • 1-Wire總線主機(jī)

    Abstract: Communication with 1-Wire slave devices requires a 1-Wire master. There are numerous ways to build a 1-Wire master (see reference design 4206, "Choosing the Right 1-Wire Master for Embedded Applications"). Thisdocument describes the DS1WM, a synthesizable 1-Wire master that can be implemented in an application-specificintegrated circuit (ASIC) or field-programmable gate array (FPGA).

    標(biāo)簽: Wire 總線 主機(jī)

    上傳時間: 2014-12-22

    上傳用戶:xanxuan

  • NIOSII用戶定制指令

    With the Altera Nios II embedded processor, you as the system designercan accelerate time-critical software algorithms by adding custominstructions to the Nios II processor instruction set. Using custominstructions, you can reduce a complex sequence of standard instructionsto a single instruction implemented in hardware. You can use this featurefor a variety of applications, for example, to optimize software innerloops for digital signal processing (DSP), packet header processing, andcomputation-intensive applications. The Nios II configuration wizard,part of the Quartus® II software’s SOPC Builder, provides a graphicaluser interface (GUI) used to add up to 256 custom instructions to theNios II processor

    標(biāo)簽: NIOSII 用戶 定制 指令

    上傳時間: 2013-11-07

    上傳用戶:swing

  • 克服了正交頻分復(fù)用(OFDM)和IEEE 1901.2智能電網(wǎng)通信的挑戰(zhàn)

    Abstract: While many questions still surround the creation and deployment of the smart grid, the need for a reliablecommunications infrastructure is indisputable. Developers of the IEEE 1901.2 standard identified difficult channel conditionscharacteristic of low-frequency powerline communications and implemented an orthogonal frequency division multiplexing (OFDM)architecture using advanced modulation and channel-coding techniques. This strategy helped to ensure a robust communicationsnetwork for the smart grid.

    標(biāo)簽: 1901.2 OFDM IEEE 正交頻分復(fù)用

    上傳時間: 2013-10-18

    上傳用戶:myworkpost

亚洲欧美第一页_禁久久精品乱码_粉嫩av一区二区三区免费野_久草精品视频
亚洲精品一区在线观看香蕉| 欧美激情一区二区久久久| 国产毛片一区| 国产日韩欧美一区| 在线欧美影院| 亚洲天堂成人在线视频| 久久亚洲一区二区| 国产精品高清在线| 亚洲国产婷婷香蕉久久久久久99 | 久久久噜噜噜久久中文字幕色伊伊 | 久久精品动漫| 欧美日韩国产综合视频在线观看 | 久久狠狠久久综合桃花| 欧美日本免费一区二区三区| 韩日成人av| 欧美一区二区三区播放老司机| 欧美日韩一区三区四区| 最新中文字幕一区二区三区| 久热精品视频在线观看一区| 国产亚洲欧美一区二区三区| 亚洲一区二区三区在线视频| 欧美成人免费视频| 亚洲国产mv| 蜜桃av一区| 亚洲高清在线| 欧美成人第一页| 在线视频观看日韩| 美女免费视频一区| 狠狠色综合日日| 狼人天天伊人久久| 亚洲国产精品嫩草影院| 欧美不卡高清| 在线日本成人| 久久综合图片| 亚洲精品乱码久久久久久久久| 久久久无码精品亚洲日韩按摩| 国产日韩欧美一区二区三区在线观看| 亚洲欧美激情一区| 国产精品视频导航| 欧美在线www| 在线观看欧美| 欧美精品国产精品日韩精品| 一本色道久久综合亚洲二区三区 | 在线观看一区视频| 牛人盗摄一区二区三区视频| 亚洲欧洲日产国产网站| 欧美激情综合网| 亚洲在线日韩| 精品动漫3d一区二区三区免费| 久久婷婷国产综合精品青草| 在线日韩欧美视频| 欧美日本不卡| 欧美一区二区三区男人的天堂| 韩国精品在线观看| 欧美国产一区二区在线观看| 一本久久知道综合久久| 国产麻豆综合| 久久九九精品99国产精品| 亚洲福利久久| 欧美午夜精品久久久久久人妖| 亚洲综合日韩| 狠狠色丁香婷婷综合影院| 欧美另类高清视频在线| 欧美亚洲综合久久| 亚洲黄色av| 国产精品青草久久| 久久婷婷国产综合国色天香| 日韩视频永久免费| 国产综合视频在线观看| 欧美久久久久久| 久久精品视频免费播放| 亚洲精品色图| 国模私拍视频一区| 欧美小视频在线观看| 久久亚裔精品欧美| 亚洲一区二区三区在线观看视频 | 亚洲免费成人av电影| 国产日产高清欧美一区二区三区| 免费成人你懂的| 欧美专区日韩视频| 亚洲一二三区在线观看| 亚洲欧洲在线视频| 亚洲成人在线视频播放| 国产亚洲成人一区| 国产精品久在线观看| 欧美日韩高清在线观看| 免费看成人av| 六月丁香综合| 久久夜色精品亚洲噜噜国产mv| 亚洲一区三区电影在线观看| 亚洲黄网站黄| 亚洲国产美女| 亚洲国产成人精品久久| 影音先锋中文字幕一区| 国产一区二区视频在线观看 | 麻豆精品网站| 久久久久国产免费免费| 久久成年人视频| 久久疯狂做爰流白浆xx| 欧美一区二区女人| 久久精品一区二区三区不卡牛牛| 香蕉成人伊视频在线观看| 午夜精品一区二区三区电影天堂| 亚洲一区二区成人在线观看| 亚洲一区二区在线看| 亚洲一区亚洲二区| 亚洲五月六月| 欧美一区二区性| 久久精品色图| 欧美 日韩 国产 一区| 男人插女人欧美| 欧美精品v国产精品v日韩精品 | 亚洲精品免费网站| 99国产精品私拍| 中国女人久久久| 篠田优中文在线播放第一区| 午夜精品久久久久久99热| 久久se精品一区精品二区| 久久精视频免费在线久久完整在线看 | 香蕉免费一区二区三区在线观看| 亚洲欧美在线一区| 久久男人资源视频| 欧美激情综合五月色丁香小说| 欧美日韩在线一二三| 国产精品日韩久久久久| 国内精品久久久久影院 日本资源| 在线成人av| 亚洲婷婷综合色高清在线| 午夜天堂精品久久久久| 六十路精品视频| 国产精品每日更新在线播放网址| 国产一区二区成人久久免费影院| 精品福利电影| 99在线热播精品免费99热| 午夜精品999| 美女久久一区| 国产精品久久7| 在线日韩av片| 欧美一二三区精品| 欧美美女喷水视频| 激情婷婷亚洲| 亚洲免费中文字幕| 蜜臀久久久99精品久久久久久| 欧美日韩一区免费| 亚洲国产高潮在线观看| 午夜精品剧场| 欧美极品影院| 国内精品久久久久影院薰衣草 | 国产欧美成人| 亚洲精品久久久久久久久久久久| 午夜精品福利视频| 欧美精品在线免费播放| 国产字幕视频一区二区| 亚洲一区日韩在线| 欧美日韩ab| 亚洲高清资源| 久久久久久亚洲精品不卡4k岛国| 国产精品草草| 日韩视频在线播放| 欧美成人综合一区| 在线日韩一区二区| 久久精品视频在线观看| 国产精品国产a| 在线亚洲+欧美+日本专区| 欧美风情在线观看| 在线欧美影院| 欧美大片在线看| 亚洲国产高清aⅴ视频| 久久综合色播五月| 国内精品久久久久影院优| 欧美一区二区三区日韩| 欧美性淫爽ww久久久久无| 99re这里只有精品6| 欧美精品一区二区在线观看| 亚洲人www| 欧美久久在线| 一区二区久久久久久| 欧美日韩另类视频| 在线一区二区视频| 国产精品成人国产乱一区| 99国产精品久久久久久久久久| 欧美精品不卡| 亚洲图片你懂的| 国产精品卡一卡二卡三| 亚洲欧美成人| 国产亚洲一区二区精品| 久久精品国产久精国产思思| 韩日在线一区| 欧美国产欧美亚洲国产日韩mv天天看完整 | 麻豆精品在线视频| 在线观看日韩一区| 欧美精品一区二区三区很污很色的 | 久久久亚洲综合| 激情综合亚洲| 欧美精品久久久久久| 亚洲一卡久久| 精品av久久久久电影| 欧美国产日韩精品免费观看| 亚洲视频你懂的| 国内久久精品视频|