smartflash ,delphi vcl組件 ,可以實現(xiàn)透明flash窗體
標(biāo)簽: smartflash delphi flash vcl
上傳時間: 2014-08-24
上傳用戶:waizhang
RTL in Verilog (Vending Machine)
標(biāo)簽: Machine Verilog Vending RTL
上傳時間: 2013-12-17
上傳用戶:洛木卓
VCL component dsplab , STFT and SPECTRUM viewer, real time
標(biāo)簽: component SPECTRUM dsplab viewer
上傳時間: 2017-09-17
上傳用戶:zhoujunzhen
Abakus.VCL.v4.90.1 破解,好用
上傳時間: 2017-02-23
上傳用戶:guoqng
用verilog編寫的網(wǎng)卡芯片rtl級。前仿后仿都通過了,可以在modelsim上運行察看
標(biāo)簽: rtl 網(wǎng)卡芯片
上傳時間: 2019-12-06
上傳用戶:木瓜呱呱呱
電子書-RTL Design Style Guide for Verilog HDL540頁A FF having a fixed input value is generated from the description in the upper portion of Example 2-21. In this case, ’0’ is output when the reset signal is asynchronously input, and ’1’ is output when the START signal rises. Therefore, the FF data input is fixed at the power supply, since the typical value ’1’ is output following the rise of the START signal. When FF input values are fixed, the fixed inputs become untestable and the fault detection rate drops. When implementing a scan design and converting to a scan FF, the scan may not be executed properl not be executed properly, so such descriptions , so such descriptions are not are not recommended. recommended.[1] As in the lower part of Example 2-21, be sure to construct a synchronous type of circuit and ensure that the clock signal is input to the clock pin of the FF. Other than the sample shown in Example 2-21, there are situations where for certain control signals, those that had been switched due to the conditions of an external input will no longer need to be switched, leaving only a FF. If logic exists in a lower level and a fixed value is input from an upper level, the input value of the FF may also end up being fixed as the result of optimization with logic synthesis tools. In a situation like this, while perhaps difficult to completely eliminate, the problem should be avoided as much as possible.
標(biāo)簽: RTL verilog hdl
上傳時間: 2022-03-21
上傳用戶:canderile
該文檔為利用SystemverilogUVM搭建SOC及ASIC的RTL的驗證環(huán)境講解文檔,是一份很不錯的參考資料,具有較高參考價值,感興趣的可以下載看看………………
上傳時間: 2022-04-12
上傳用戶:
MDIO Verilog RTL代碼,SOC可以通過MDIO接口來訪問外部PHY等慢速外設(shè)
上傳時間: 2022-06-26
上傳用戶:
Actel公司與Mentor Graphics公司日前推出Mentor Graphics的Precision RTL綜合工具最新版本。該版本利用Actel基于閃存的ProASIC Plus家族FPGA產(chǎn)品以提供更高的設(shè)計性能。
標(biāo)簽: 自動變速器 結(jié)構(gòu)原理
上傳時間: 2013-04-15
上傳用戶:eeworm
隨著計算機網(wǎng)絡(luò)與嵌入式控制技術(shù)的迅速發(fā)展,作為傳統(tǒng)運輸行業(yè)的鐵路系統(tǒng)對此也有了新的要求,列車通信網(wǎng)絡(luò)應(yīng)運而生。經(jīng)過多年的發(fā)展,國際電工委員會(IEC)為了規(guī)范列車通信網(wǎng)絡(luò),于1999年通過了IEC61375-1標(biāo)準(zhǔn)。該標(biāo)準(zhǔn)將列車通信網(wǎng)絡(luò)分為兩條總線:絞線式列車總線(WTB)和多功能車輛總線(MVB)。MVB是一個標(biāo)準(zhǔn)通信介質(zhì),為掛在其上的設(shè)備傳輸和交換數(shù)據(jù)。而多功能車輛總線控制器(MVBC)是MVB與MVB實際物理層之間的接口,其主要實現(xiàn)MVB數(shù)據(jù)鏈路層的功能。由于該項關(guān)鍵技術(shù)仍被國外公司壟斷,因此開發(fā)具有自主知識產(chǎn)權(quán)的MVBC迫在眉睫。 鑒于上述原因,本文深入研究了IEC61375-1標(biāo)準(zhǔn)。根據(jù)MVBC的技術(shù)特點,本文提出了使用FPGA來實現(xiàn)其具體功能的方案。掛在MVB總線上的設(shè)備分為五類,他們的功能各不相同。而支持4類設(shè)備的MVBC具有設(shè)備狀態(tài)、過程數(shù)據(jù)、消息數(shù)據(jù)通信和總線管理功能,并且兼容2類和3類設(shè)備。本文的目的就是用FPGA實現(xiàn)支持4類設(shè)備的MVBC。 本文采用自頂向下的設(shè)計方法。整個MVBC主要劃分為:編碼模塊、譯碼模塊、冗余控制模塊、報文分析單元、通信存儲控制器、主控制單元、地址邏輯模塊。在整個開發(fā)流程中,使用Xilinx的ISE集成開發(fā)環(huán)境。使用Verilog HDL硬件描述語言對上述各個模塊進行RTL級描述,并用Synplify Pro進行綜合。最后,在ModelSim中對各個模塊進行了布線后仿真和驗證。 在實驗室條件下,通過嚴格的仿真驗證后,其結(jié)果證明了本文設(shè)計的模塊達到了IEC61375-1標(biāo)準(zhǔn)的要求。因此,用FPGA實現(xiàn)MVBC這一方案具有可操作性。 關(guān)鍵詞:列車通信網(wǎng);多功能車輛總線;多功能車輛總線控制器;現(xiàn)場可編程門陣列
上傳時間: 2013-07-18
上傳用戶:wxhwjf
蟲蟲下載站版權(quán)所有 京ICP備2021023401號-1