microprocessor design 中文意思是什麼

microprocessor design 解釋
微處理機設計
  • microprocessor : n. 【計算機】微處理器。
  • design : vt 1 計劃,企圖,立意要…。2 指定,預定;留給,留著。3 設計,草擬,擬定,籌劃;起草,畫草圖,打(...
  1. 1 gowan m k, biro l l, jackson d b. power considerations in the design of the alpha 21264 microprocessor. in proc. 35th acm ieee design automation conf.,

    1通過實驗觀察到,無論對于單線程還是多線程負載, 2op指令占動態指令總數的比率較小,但平均等待時延較長。
  2. Vliw isn ' t a magic bullet, but it ' s the new wave in microprocessor design

    Vliw不是什麼有魔法的子彈,但它卻是新一輪的微處理器設計方法。
  3. Jx5 is a complex microprocessor, which contains cache, microcode rom, instruction prefetch unit, instruction decode unit, integer unit, mmx unit, floating point unit, page unit, bus unit, dp logic, apic and so on. it is very difficulty to test a such complicated microprocessor and receive anticipative fault coverage ratio. so, we must add dft in cpu ’ design

    Jx5微處理器是一款結構異常復雜的微處理器,它的內部包含有: cache 、微碼rom 、指令預取部件和動態分支預測部件、指令譯碼部件、整數部件、多媒體部件、浮點部件、分段和分頁部件、總線介面部件、雙處理器介面部件、可編程中斷控制部件等。
  4. This paper describes the design and implementation of a biochip scanning and analyzing system based on the embedded microprocessor / dsp codesign. the dsp software design of the system is presented in detail

    本文設計並實現了基於dsp和嵌入式處理器協同工作的生物晶元掃描分析系統,並著重敘述了整個系統的架構以及系統的dsp軟體設計。
  5. The thesis addresses the following key techniques in hardware / software codesign " system level behavior model, design evaluation, hardware / software co - synthesis and prototyping of embedded microprocessor

    本文的主要研究了系統軟硬體協同設計中的若干關鍵技術,包括:系統模型、設計評價技術、軟硬體協同綜合和嵌入式微處理器虛擬原型技術。
  6. This paper designs a communication hardware platform based on the embedded communication microprocessor mpc850 in embedded linux operation environment. its content mainly includes two proportions : design of mpc850 main circuit and design of peripheral control and communication circuit

    本文圍繞嵌入式linux環境設計了基於嵌入式通信微處理器mpc850的通信硬體平臺,它涉及的內容主要包括mpc850主體電路設計和外部控制與通信電路設計兩部分。
  7. Eddy - current sensor conversion circuit consist amplification circuit, band - pass filter circuit, demodulation circuit, differentiation phase and data sampling circuit. these circuits are used to convert the test signal of eddy - current sensor to discrete signal tend to process. the microprocessor system that formed of dsp chip is used to data fitting of test system, data displaying and data communicating with personal computer, etc. the interference questions of hardware design and the measure of eliminating interference signal in the subject are introduced in the last of this chapter

    硬體電路的設計主要分三大部分來實現:激勵源電路部分,由分頻電路和頻率合成電路組成,產生頻率穩定的激勵信號以確保檢測任務的正常進行;傳感器變換電路部分,由放大電路、濾波電路、檢波電路、鑒相電路和數據採集電路組成,主要將電渦流傳感器檢測線圈檢測到的信號變換成只含有被測信息的離散信號,易於后續電路處理;由dsp晶元構成的微處理系統,主要完成檢測系統的數據擬合、顯示及與主機通信等功能。
  8. Prior to google, alan spent 15 years at digital compaq hp s western research laboratory where he worked on a variety of chip design and architecture projects, including the microtitan floating point unit, bips the fastest microprocessor of its era

    在他加入google之前, alan在digital compaq hp的西部研究室工作了15年,致力於各種晶片的設計及製造專案,其中包括當時最快的微處理器: microtitan floating point unit , bips 。
  9. The algorithm and its implementation of the leading zero anticipation are very vital for the performance of a high - speed floating - point adder in today s state of art microprocessor design. unfortunately, in predicting " shift amount " by a conventional lza design, the result could be off by one position. this paper presents a novel parallel error detection algorithm for a general - case lza

    目前國際上已有很多演算法對前導0預測演算法進行了研究,但是出於設計方法和延遲等方面的限制,大部分前導0預測演算法都為非精確演算法,其預測結果可能與真實加法結果中前導0的個數產生一位的誤差,這個誤差需要在浮點加法的后規格化過程中進行修正,因此反過來又增加了浮點加減演算法的關鍵路徑延遲。
  10. As a crucial embedded development tool, the embedded system debugger is usually used to debug and test embedded software 。 a embedded system debugger consists of a cross debugger and a debugger agent, which characteristic lies in the separation of running environments between the cross debugger and the debuggee and the dependence on the gdb agent in the debug session 。 with the development of embedded technique, various embedded debug techniques continuously advance and all kinds of embedded system debuggers are playing a more and more important role in the embedded software development 。 the gnu debugger, gdb as a tool in the gnu toolkits, is an extremely powerful source - level debugger 。 among gdb ’ s many noteworthy features, its ability to debug programs “ remote ” is fascinating 。 this capability is not only essential when porting gnu tools to a new operation system or microprocessor, but it ’ s also useful for developers who need to debug an embedded system based on a processor that gnu already supports 。 gdb is the preferred solution in embedded development because it provides portable, sophisticated debugging over a broad rang of embedded systems 。 this paper discusses the status quo of various embedded system debuggers ; deeply analyses the overall structure of gdb and the debugging mechanism of gdb based on its source codes ; introduces the gdb ’ s remote debug technique and gdb / mi, which are usually used to develop the gdb - based embedded system debugger 。 then dwells on how to use gdb / mi to develop a gui front and how to use rsp 、 stub and gdbserver to design a debug agent, in order to expatiate on the design method of the gdb - based embedded system debugger 。 in the end, provides a concrete implementation of the gdb - based embedded system debugger of “ embedded simulation development platform ”, the project of the innovation fund for technology based firms 。

    這個特性不僅在將gnu工具移植到一個新的操作系統和微處理器的時候很有用,對于想調試一個基於gnu支持的晶元的嵌入式系統的開發人員來說,也是非常有用的。由於gdb提供了在大多數嵌入式系統上的可移植的、復雜的調試功能,它已成為嵌入式開發的首選解決方案。本文討論了當前的各種嵌入式調試器的現狀,結合源代碼詳細分析了gdb的結構和調試原理,介紹了開發基於gdb的嵌入式系統調試器常用的遠程調試技術和gdb / mi介面;然後詳細闡述了如何使用gdb / mi開發gdb的圖形前端和怎樣使用rsp協議、 stub和gdbserver設計一個調試代理,從而較深入地討論了基於gdb的嵌入式調試器的設計方法;最後,結合國家中小型企業創新基金項目「嵌入式模擬開發平臺」 ,給出了一個基於gdb的嵌入式系統調試器具體實現。
  11. The design on part control of transmission test based on avr chip microprocessor

    單片機的變速器性能試驗臺控制部分設計
  12. This thesis has contributed a lot to the designing of embedded microprocessor with full copyrights. the design of powerpc603e system provided an optional method for urgent needed microprocess in aviation projects

    ? fpu中控制通路的設計與實現:重點是51條指令的譯碼,數據相關的處理,異常的處理以及舍入。
  13. The soft core design of 16 - bit microprocessor realizes all the required functions, which are verified with fpga test bench ( for example, the controller is implemented with hard - wired logic ). with the design of the microprocessor some design ideas are implemented and some valuable experiences are accumulated

    本文是對微處理器設計中一些設計思想的實現(如採用硬布線邏輯來實現微處理器控制器) ,並積累了一些寶貴的設計經驗,可為其他設計提供有益的參考。
  14. Aim at the current practical situation, a kind design procedure is presented on terminal which based on arm and c / os -, and selects the arm microprocessor and operating system combine with the demand of the subject. it designs the hardware system based on the lpc2124 and the periphery interface chipset, and implements the transplantation of c / os - on the lpc2124, compiles the hardware drivers and the api based on c / os -, the system introduces multitask based on dispatching priority to solve the disadvantage of the foreground / background system. a kind of project on remote update software based on gprs and iap is presented, and discusses the reliability in the end

    針對目前實際情況,在研究了終端設計多項技術的基礎上,設計了一種基於arm和c / os -的配變監控終端,結合課題的要求對arm處理器和操作系統進行了具體選型,在基於lpc2124的mcu和外圍介面晶元上,進行了終端硬體系統的設計;實現了cos -在lpc2124mcu上的移植;編寫了基於c / os -的api介面函數和底層硬體驅動程序;採用多任務按優先權調度的方式解決了任務處理的實時性,克服了傳統前後臺軟體在復雜的監控終端設計中實時性差的問題;針對終端軟體升級方案進行了探討,提出了一種基於gprs網路的遠程在應用編程( iap )的軟體升級方案,對終端軟體升級模塊進行了軟、硬體設計,並對升級方案的可靠性進行了探討。
  15. At first, the theory of the strap - down attitude heading reference system is presented and the architecture and algorithm selections are done according to require for low cost. then, the feature and application methods of the new type microprocessor - dsp are explicated, and the design method for dsp and peripheral circuit and the development method for ahrs software are discussed

    文中首先討論了捷聯航姿系統的原理,並根據低成本的要求確定捷聯航姿系統模型和演算法,接著分析了dsp這種新型微處理器的特點和應用萬法,討論了dsp及其外圍電路的設計方法與航姿軟體的開發方法。
  16. Aiming at the demand of power department and the practical application, we design power quality supervisory based on dual cpu ( dsp and microprocessor ), high - precision distributed data acquisiton and processing in dsp, an optical to record the waveform of inputs and corrdination activities of electronic elements dependented on microprocessor. data between the master and the slave can be transferred by dual - port ram. wu zhongyan ( electrician ' s theory and new technology ) directed by prof

    針對我國當前電力系統的需求和工程實際問題,設計了基於dsp與單片機雙cpu的電能質量檢測系統,該系統應用dsp處理器來實現各類數據的測量和處理,單片機實現人機界面及控制各電路的協調工作,主、從處理器通過雙口ram進行信息交換。
  17. Focusing on a 64 - bit high - performance general purpose microprocessor with fully independent intellectual property, the thesis investigates a 128 - word 65 - bit general register file with 12 - read and 8 - write ports which is a representational one for its large - scale and multi - port characteristics in that microprocessor, and realizes its full custom design with high speed in read and write access. from the layout simulation result, under the 0. 18um process, the upper limit working frequency for the register file is 900mhz

    本文面向一款具有完全自主知識產權的64位高性能通用處理器,對其中具有代表性的128字65位12讀埠和8寫埠的通用寄存器文件進行研究,實現了它的高速讀寫全定製設計,版圖模擬結果表明,在0 . 18um工藝下,設計可以工作的時鐘頻率上限為900mhz 。
  18. At the same time, we mainly design the hardware and the software of the two control systems. the high quality singlechip of at89c2051 and at89c51 are used as the main microprocessor of the control system. using digital method achieved the speed adjustment and the close - loop speed control which ensure the accuracy of speed adjustment and the speed stability at a def inite speed range

    同時就兩套無刷直流電動機控制器的硬體電路和軟體程序問題進行了重點工程設計,採用了高性能的at89c2051和at89c51單片機作為微處理器,用數字軟體技術對電機進行調速和轉速閉環控制,使電機在一定范圍內能夠進行精確調速和速度穩定控制。
  19. Ieee design and test of computers, july - august 2001, 18 : 36 - 45. 12 kantrowitz m, noack l m. i m done simulation ; now what ? verification coverage analysis and correctness checking of the dec chip 21164 alpha microprocessor

    具體來說,一個變量v ,在某一時間幀t的控制-觀測鏈,就是由所有在時間幀t ,對v的取值產生影響的賦值關系所形成的集合。
  20. The transistor count is 3. 8 million ; the package is surface mount 240 - pin quad flat pack ( qfp240 ) ; and the die size is 98mm2 ; the most advanced research progress on microprocessor architecture is extensively studied to get technical preparations for microprocessor design

    該處理器目前正在進行後端設計,即將採用0 . 25 mcmos工藝流片,整個處理器的晶體管數目為380萬,封裝形式是qfp240 , die面積為98mm ~ 2 。
分享友人