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

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

compiler

compiler是計算機語言,定義了一些不能與#If...Then...#Else指令一起使用的常數(shù)。
  • compiler Design -- Building An Optimizing compiler

    compiler Design -- Building An Optimizing compiler

    標簽: compiler Optimizing Building Design An

    上傳時間: 2019-07-05

    上傳用戶:zsx097

  • Design Compile 0

    Design compiler 2007。新版本擴展了拓撲技術,以加速采用先進低功耗和測試技術的設計收斂,幫助設計人員提高生產效率和 IC 性能。

    標簽: Compile Design

    上傳時間: 2013-05-29

    上傳用戶:yanqie

  • Borland C++ builder 60

    Borland C++ Builder compiler 是一個BC 編譯器。它是用來優(yōu)化BC 開發(fā)系統(tǒng)的工具。它包括最后版本的ANSI/ISO C++ 語言的支持,包括RTL,C++ 的STL框架結構支持

    標簽: Borland builder 60

    上傳時間: 2013-05-22

    上傳用戶:ardager

  • Design compiler workshop

    DC的workshop,適合初學者使用;講的比較清楚!??!

    標簽: compiler workshop Design

    上傳時間: 2013-05-28

    上傳用戶:yaohe123

  • Design Safe Verilog State Machine(Synplicity)

      One of the strengths of Synplify is the Finite State Machine compiler. This is a powerfulfeature that not only has the ability to automatically detect state machines in the sourcecode, and implement them with either sequential, gray, or one-hot encoding. But alsoperform a reachability analysis to determine all the states that could possibly bereached, and optimize away all states and transition logic that can not be reached.Thus, producing a highly optimal final implementation of the state machine.

    標簽: Synplicity Machine Verilog Design

    上傳時間: 2013-10-23

    上傳用戶:司令部正軍級

  • 可編輯程邏輯及IC開發(fā)領域的EDA工具介紹

    EDA (Electronic Design Automation)即“電子設計自動化”,是指以計算機為工作平臺,以EDA軟件為開發(fā)環(huán)境,以硬件描述語言為設計語言,以可編程器件PLD為實驗載體(包括CPLD、FPGA、EPLD等),以集成電路芯片為目標器件的電子產品自動化設計過程?!肮び破涫拢叵壤淦鳌?,因此,EDA工具在電子系統(tǒng)設計中所占的份量越來越高。下面就介紹一些目前較為流行的EDA工具軟件。 PLD 及IC設計開發(fā)領域的EDA工具,一般至少要包含仿真器(Simulator)、綜合器(Synthesizer)和配置器(Place and Routing, P&R)等幾個特殊的軟件包中的一個或多個,因此這一領域的EDA工具就不包括Protel、PSpice、Ewb等原理圖和PCB板設計及電路仿真軟件。目前流行的EDA工具軟件有兩種分類方法:一種是按公司類別進行分類,另一種是按功能進行劃分。 若按公司類別分,大體可分兩類:一類是EDA 專業(yè)軟件公司,業(yè)內最著名的三家公司是Cadence、Synopsys和Mentor Graphics;另一類是PLD器件廠商為了銷售其產品而開發(fā)的EDA工具,較著名的公司有Altera、Xilinx、lattice等。前者獨立于半導體器件廠商,具有良好的標準化和兼容性,適合于學術研究單位使用,但系統(tǒng)復雜、難于掌握且價格昂貴;后者能針對自己器件的工藝特點作出優(yōu)化設計,提高資源利用率,降低功耗,改善性能,比較適合產品開發(fā)單位使用。 若按功能分,大體可以分為以下三類。 (1) 集成的PLD/FPGA開發(fā)環(huán)境 由半導體公司提供,基本上可以完成從設計輸入(原理圖或HDL)→仿真→綜合→布線→下載到器件等囊括所有PLD開發(fā)流程的所有工作。如Altera公司的MaxplusⅡ、QuartusⅡ,Xilinx公司的ISE,Lattice公司的 ispDesignExpert等。其優(yōu)勢是功能全集成化,可以加快動態(tài)調試,縮短開發(fā)周期;缺點是在綜合和仿真環(huán)節(jié)與專業(yè)的軟件相比,都不是非常優(yōu)秀的。 (2) 綜合類 這類軟件的功能是對設計輸入進行邏輯分析、綜合和優(yōu)化,將硬件描述語句(通常是系統(tǒng)級的行為描述語句)翻譯成最基本的與或非門的連接關系(網表),導出給PLD/FPGA廠家的軟件進行布局和布線。為了優(yōu)化結果,在進行較復雜的設計時,基本上都使用這些專業(yè)的邏輯綜合軟件,而不采用廠家提供的集成PLD/FPGA開發(fā)工具。如Synplicity公司的Synplify、Synopsys公司的FPGAexpress、FPGA compiler Ⅱ等。 (3) 仿真類 這類軟件的功能是對設計進行模擬仿真,包括布局布線(P&R)前的“功能仿真”(也叫“前仿真”)和P&R后的包含了門延時、線延時等的“時序仿真”(也叫“后仿真”)。復雜一些的設計,一般需要使用這些專業(yè)的仿真軟件。因為同樣的設計輸入,專業(yè)軟件的仿真速度比集成環(huán)境的速度快得多。此類軟件最著名的要算Model Technology公司的Modelsim,Cadence公司的NC-Verilog/NC-VHDL/NC-SIM等。 以上介紹了一些具代表性的EDA 工具軟件。它們在性能上各有所長,有的綜合優(yōu)化能力突出,有的仿真模擬功能強,好在多數(shù)工具能相互兼容,具有互操作性。比如Altera公司的 QuartusII集成開發(fā)工具,就支持多種第三方的EDA軟件,用戶可以在QuartusII軟件中通過設置直接調用Modelsim和 Synplify進行仿真和綜合。 如果設計的硬件系統(tǒng)不是很大,對綜合和仿真的要求不是很高,那么可以在一個集成的開發(fā)環(huán)境中完成整個設計流程。如果要進行復雜系統(tǒng)的設計,則常規(guī)的方法是多種EDA工具協(xié)調工作,集各家之所長來完成設計流程。

    標簽: EDA 編輯 邏輯

    上傳時間: 2013-11-19

    上傳用戶:wxqman

  • FET430PIF自制資料

    The MSP-FET430PIF is a Parallel Port interface (does not include target board) that is used to program and debug MSP430 FET tools and test boards through the JTAG interface. This interface is included in our FET tools, but sold without the development board. This interface uses a Parallel PC Port to communicate to the Debugger Software (IAR Kickstart software included) running on the PC. The interface uses the standard 14 pin header to communicate to the MSP430 device using the standard JTAG protocol. The flash memory can be erased and programmed in seconds with only a few keystrokes, and since the MSP430 flash is extremely low power, no external power supply is required. The tool has an integrated software environment and connects directly to the PC which greatly simplifies the set-up and use of the tool. The flash development tool supports development with all MSP430 flash parts. Features MSP430 debugging interface to connect a MSP430-Flash-device to a Parallel port on a PC Supports JTAG debug protocol (NO support for Spy-Bi-Wire (2-wire JTAG) debug protocol, Spy-Bi-Wire (2-wire JTAG) is supported by MSP-FET430UIF) Parallel Port cable and a 14-conductor target cable Full documentation on CD ROM Integrated IAR Kickstart user interface which includes: Assembler Linker Limulator Source-level debugger Limited C-compiler Technical specifications: Backwardly compatable with existing FET tool boards.

    標簽: FET 430 PIF

    上傳時間: 2013-10-26

    上傳用戶:fengweihao158@163.com

  • Keil c51 v8.18 下載

    What is New in C51 Version 8.18[Device Support]Added debug support for the NXP P89LPC9408 in the LPC900 EPM Emulator/Programmer.[New Supported Device]Nuvoton W681308 device.[New Supported Device]NXP P89LPC9201, P89LPC9211, P89LPC922A1, P89LPC9241, P89LPC9251, P89LPC9301, P89LPC931A1, P89LPC9331, P89LPC9341, and P89LPC9351 devices.[New Supported Device]SiLabs C8051F500, C8051F501, C8051F504, C8051F505, C8051F506, C8051F507, C8051F508, C8051F509, C8051F510, and C8051F511 devices.[ULINK2 Support]Corrected potential deadlock on ST uPSD targets.[Device Simulation]Corrected simulation of Infineon XC800 MDU.[Device Simulation]Corrected behaviour of EXFn and TOGn on SiLabs C8051F12x/F13x devices.[Device Simulation]Added simulation for Atmel AT89C51RE2, including simulation of second UART.[Cx51 compiler]Corrected failed initialization on far addresses when the object is located with _at_. 本資料僅供學習評估之用,請勿用于商業(yè)用途!請在學習評估24小時內刪除.

    標簽: Keil 8.18 c51

    上傳時間: 2013-11-01

    上傳用戶:panpanpan

  • MPLAB C30用戶指南(英文)

    MPLAB C30用戶指南(英文) HIGHLIGHTSThe information covered in this chapter is as follows:• About this Guide• Recommended Reading• Troubleshooting• The Microchip Web Site• Development Systems Customer Notification Service• Customer Support Document LayoutThe document layout is as follows:• Chapter 1: compiler Overview – describes MPLAB C30, development tools andfeature set.• Chapter 2: Differences between MPLAB C30 and ANSI C – describes thedifferences between the C language supported by MPLAB C30 syntax and thestandard ANSI-89 C.• Chapter 3: Using MPLAB C30 – describes how to use the MPLAB C30 compilerfrom the command line.• Chapter 4: MPLAB C30 Runtime Environment – describes the MPLAB C30runtime model, including information on sections, initialization, memory models, thesoftware stack and much more.• Chapter 5: Data Types – describes MPLAB C30 integer, floating point and pointerdata types.• Chapter 6: Device Support Files – describes the MPLAB C30 header and registerdefinition files, as well as how to use with SFR’s.• Chapter 7: Interrupts – describes how to use interrupts.• Chapter 8: Mixing Assembly Language and C Modules – provides guidelines tousing MPLAB C30 with MPLAB ASM30 assembly language modules.

    標簽: MPLAB C30 用戶 英文

    上傳時間: 2013-10-21

    上傳用戶:13925096126

  • 在偉福集成環(huán)境下使用PICC

    在偉福集成環(huán)境下使用PICC.講述在偉福集成環(huán)境如可設置PICC, 簡單的調試步驟. 更詳細的說明請參閱偉福仿真器使用手冊.關于如何在MPLAB 下使用PICC C 語言, 請參閱Microchip 相應的手冊. 2-1 安裝PICC將CD-ROM 裝入光驅, 自動運行程序將自動啟動, 如果你已禁止自動運行功能, 可以直接運行: cd_drive:\compiler\install.exe安裝程序將指導你完成PICC 的安裝.2-2 設置偉福集成環(huán)境在偉福集成環(huán)境中, 將編譯器路徑指向PICC 所在目錄將C命令行設置為: -16F877 –G –O –Zg -c將連接命令行設置為: -16F877 –G –O -Zg其中: -16F877 為芯片型號–G –O -c 為源程序調試設置項, 不可修改–Zg 為打開優(yōu)化你可以在命令行中加入其它控制項2-3 調試C語言在WAVE\SAMPLES 目錄下有一個PIC C 語言的例子程序: PIC_C.PRJ.1. 打開PIC_C 項目.2. 編譯該項目(F9)3. 用F7,F8 單步調試例子程序4. 打開觀察窗口觀察變量

    標簽: PICC 集成環(huán)境

    上傳時間: 2013-10-16

    上傳用戶:lili123

主站蜘蛛池模板: 大同县| 沭阳县| 宜州市| 利辛县| 红原县| 托克逊县| 谢通门县| 扬中市| 乐至县| 通许县| 长兴县| 扬州市| 甘谷县| 南投县| 天台县| 清原| 新巴尔虎左旗| 盖州市| 保山市| 吐鲁番市| 天门市| 乌审旗| 隆回县| 方城县| 绵阳市| 全南县| 宝清县| 贵南县| 黑水县| 铁岭县| 阿荣旗| 辉县市| 扎兰屯市| 夹江县| 朝阳市| 白山市| 永和县| 阿克| 山阴县| 仁化县| 重庆市|