QuartusII中利用免費(fèi)IP核的設(shè)計(jì) 作者:雷達(dá)室 以設(shè)計(jì)雙端口RAM為例說(shuō)明。 Step1:打開QuartusII,選擇File—New Project Wizard,創(chuàng)建新工程,出現(xiàn)圖示對(duì)話框,點(diǎn)擊Next;
上傳時(shí)間: 2013-10-18
上傳用戶:909000580
This white paper discusses how market trends, the need for increased productivity, and new legislation have accelerated the use of safety systems in industrial machinery. This TÜV-qualified FPGA design methodology is changing the paradigms of safety designs and will greatly reduce development effort, system complexity, and time to market. This allows FPGA users to design their own customized safety controllers and provides a significant competitive advantage over traditional microcontroller or ASIC-based designs. Introduction The basic motivation of deploying functional safety systems is to ensure safe operation as well as safe behavior in cases of failure. Examples of functional safety systems include train brakes, proximity sensors for hazardous areas around machines such as fast-moving robots, and distributed control systems in process automation equipment such as those used in petrochemical plants. The International Electrotechnical Commission’s standard, IEC 61508: “Functional safety of electrical/electronic/programmable electronic safety-related systems,” is understood as the standard for designing safety systems for electrical, electronic, and programmable electronic (E/E/PE) equipment. This standard was developed in the mid-1980s and has been revised several times to cover the technical advances in various industries. In addition, derivative standards have been developed for specific markets and applications that prescribe the particular requirements on functional safety systems in these industry applications. Example applications include process automation (IEC 61511), machine automation (IEC 62061), transportation (railway EN 50128), medical (IEC 62304), automotive (ISO 26262), power generation, distribution, and transportation. 圖Figure 1. Local Safety System
標(biāo)簽: FPGA 安全系統(tǒng)
上傳時(shí)間: 2013-11-14
上傳用戶:zoudejile
The SDI standards are the predominant standards for uncompressed digital videointerfaces in the broadcast studio and video production center. The first SDI standard,SD-SDI, allowed standard-definition digital video to be transported over the coaxial cableinfrastructure initially installed in studios to carry analog video. Next, HD-SDI wasto support high-definition video. Finally, dual link HD-SDI and 3G-SDIdoubled the bandwidth of HD-SDI to support 1080p (50 Hz and 60 Hz) and other videoformats requiring more bandwidth than HD-SDI provides.
上傳時(shí)間: 2013-12-08
上傳用戶:liansi
Complete support for EBNF notation; Object-oriented parser design; C++ output; Deterministic bottom-up "shift-reduce" parsing; SLR(1), LALR(1) and LR(1) table construction methods; Automatic parse tree creation; Possibility to output parse tree in XML format; Verbose conflict diagnostics; Generation of tree traverse procedures
標(biāo)簽: Object-oriented Deterministic Complete notation
上傳時(shí)間: 2014-11-29
上傳用戶:kr770906
先編寫MFC DLL,打開VC++6.0 => File => New => Project => MFC AppWizzard(dll),在 Project name 里輸入Calc =>Next => Finish. 好了,現(xiàn)在你打開Workspace的FileView就可以看到已經(jīng)有Calc.h、Calc.cpp、stdafx.h、stdafx.cpp這4個(gè)文件了.
上傳時(shí)間: 2013-12-21
上傳用戶:13681659100
本程序?qū)⒂脩粜畔⒃O(shè)計(jì)成一個(gè)類,使用對(duì)象模擬對(duì) 象數(shù)據(jù)庫(kù),將用戶信息保存到數(shù)據(jù)文件中。并實(shí)現(xiàn)打開 文件,保存文本,添加&刪除用戶信息等功能。 在運(yùn)行的過(guò)程中,用戶須先填上自己的姓名、性別 ,然后選擇自己所在省份、城市。點(diǎn)擊“Add”按鈕, 該用戶信息即可添加進(jìn)面板左邊的文本區(qū),點(diǎn)擊 “Delete”時(shí),可刪除該用戶的信息,點(diǎn)擊“Open”可 打開一個(gè)文件,點(diǎn)“Prior”可將該用戶信息上移一行, “Next”下移一行,“First”上移至文本區(qū)第一行, “Last”信息下移至最后一行,“Save”保存左邊的文 件為一個(gè)文本文檔。
上傳時(shí)間: 2015-03-31
上傳用戶:253189838
This packet is a IS-95 baseband simulation for 1 data channel of 9.6 KBps rate. The simulation is written for static channel and AWGN noise. The packet include: 1) Packet Builder (Viterbi Encoding, Interleaver, PN generation) 2) Modulator (RRC filter) 3) Demodulator (Matched Filter, RAKE receiver) 4) Receiver (HD or SD) (Deinterleaver, Viterbi Decoder). You should run "Simulation.m" function that include all modules.
標(biāo)簽: simulation baseband channel packet
上傳時(shí)間: 2014-11-09
上傳用戶:hwl453472107
CC386 is a general-purpose 32-bit C compiler. It is not an optimizing compiler but given that the code generation is fairly good. There are two versions one is for MSDOS/DPMI and one is for Win32. The Win32 version has a full-blown IDE capable of editing, building, and debugging windows programs included with it. However at this time debugging support for MSDOS is rudimentary at best and there is no IDE for DOS. the newest version, support windows.
標(biāo)簽: compiler general-purpose optimizing given
上傳時(shí)間: 2015-04-12
上傳用戶:gtzj
3GPP文件格式標(biāo)準(zhǔn),英文版。 3rd Generation Partnership Project Technical Specification Group Services and System Aspects Transparent end-to-end packet switched streaming service (PSS) 3GPP file format (3GP) (Release 6)
標(biāo)簽: 3GPP 文件格式 標(biāo)準(zhǔn)
上傳時(shí)間: 2013-12-10
上傳用戶:Avoid98
ARM下 Implement matrix multiplication of 2 square matrices, with data read from an input file and printed both to the console and to an output file. • Assume a file with correct data (no garbage, characters, etc.). • you must check and provide appropriate execution for 2 extra cases, namely when the matrix size given is either “0” , or when the size is greater than the maximum handled of “5” . In these 2 cases you must implement the following behaviour: o If size = 0, then print a message “Size = 0 is unacceptable” and continue by reading the next size for the next 2 matrices (if not end of file). o If size >5, then print two messages: “Size is too big - unacceptable”. Then read and discard the next (size2 ) integers and continue by reading the next size for the next 2 matrices (if not end of file).
標(biāo)簽: multiplication Implement matrices matrix
上傳時(shí)間: 2014-08-30
上傳用戶:dsgkjgkjg
蟲蟲下載站版權(quán)所有 京ICP備2021023401號(hào)-1