|
|
|
班級規(guī)模及環(huán)境--熱線:4008699035 手機(jī):15921673576( 微信同號) |
每期人數(shù)限3到5人。 |
上課時間和地點 |
上課地點:【上海】:同濟(jì)大學(xué)(滬西)/新城金郡商務(wù)樓(11號線白銀路站) 【深圳分部】:電影大廈(地鐵一號線大劇院站)/深圳大學(xué)成教院 【北京分部】:北京中山學(xué)院/福鑫大樓 【南京分部】:金港大廈(和燕路) 【武漢分部】:佳源大廈(高新二路) 【成都分部】:領(lǐng)館區(qū)1號(中和大道) 【沈陽分部】:沈陽理工大學(xué)/六宅臻品 【鄭州分部】:鄭州大學(xué)/錦華大廈 【石家莊分部】:河北科技大學(xué)/瑞景大廈 【廣州分部】:廣糧大廈 【西安分部】:協(xié)同大廈
最近開課時間(周末班/連續(xù)班/晚班):2020年6月15日 |
實驗設(shè)備 |
☆資深工程師授課
☆注重質(zhì)量
☆邊講邊練
☆合格學(xué)員免費推薦工作
★實驗設(shè)備請點擊這兒查看★ |
質(zhì)量保障 |
1、培訓(xùn)過程中,如有部分內(nèi)容理解不透或消化不好,可免費在以后培訓(xùn)班中重聽;
2、培訓(xùn)結(jié)束后,授課老師留給學(xué)員聯(lián)系方式,保障培訓(xùn)效果,免費提供課后技術(shù)支持。
3、培訓(xùn)合格學(xué)員可享受免費推薦就業(yè)機(jī)會。 |
課程大綱 |
|
- Synopsys SystemVerilog驗證培訓(xùn)
課程描述:
第一階段 SystemVerilog Assertions培訓(xùn)
- COURSE OUTLINE
* Introduction to assertions
* SVA checker library
* Use Model and debug flow using DVE
* Basic SVA constructs
* Temporal behavior, Data Consistency
* Coverage, Coding Guidelines
- 第二階段 SystemVerilog Testbench
- Overview
- In this intensive, three-day course, you will learn the key features and benefits of the SystemVerilog testbench language and its use in VCS.
This course is a hands-on workshop that reinforces the verification concepts taught in lecture through a series of labs. At the end of this class, students should have the skills required to write an object-oriented SystemVerilog testbench to verify a device under test with coverage-driven constrained-random stimulus using VCS.
Students will first learn how to develop an interface between the SystemVerilog test program and the Device Under Test (DUT). Next the workshop will explain how the intuitive object-oriented technology in SystemVerilog testbench can simplify verification problems. Randomization of data is covered to show how different scenarios for testing may be created. This course concludes with an in-depth discussion of functional coverage including a uniform, measurable definition of functionality and the SystemVerilog constructs that allow you to assess the percentage of functionality covered, both dynamically and through the use of generated reports.
To reinforce the lecture and accelerate mastery of the material, each student will complete a challenging test suite for real-world, system-based design.
Objectives
At the end of this workshop the student should be able to:
Build a SystemVerilog verification environment
Define testbench components using object-oriented programing.
Develop a stimulus generator to create constrained random test stimulus
Develop device driver routines to drive DUT input with stimulus from generator
Develop device monitor routines to sample DUT output
Develop self-check routines to verify correctness of DUT output
Abstract DUT stimulus as data objects
Execute device drivers, monitors and self-checking routines concurrently
Communicate among concurrent routines using events, semaphores and mailboxes
Develop functional coverage to measure completeness of test
Use SystemVerilog Packages
Course Outline
Uunit 1
The Device Under Test
SystemVerilog Verification Environment
SystemVerilog Testbench Language Basics
Driving and Sampling DUT Signals
Uunit 2
Managing Concurrency in SystemVerilog
Object Oriented Programming: Encapsulation
Object Oriented Programming: Randomization
Uunit 3
Object Oriented Programming: Inheritance
Inter-Thread Communications
Functional Coverage
SystemVerilog UVM preview
- 第三階段 Synopsys SystemVerilog VMM培訓(xùn)
- SystemVerilog Verification Using VMM Methodology
OVERVIEW
In this hands-on workshop, you will learn how to develop a VMM SystemVerilog test environment structure which can implement a number of different test cases with minimal modification. Within this VMM environment structure, you will develop stimulus factories, check and coverage callbacks, message loggers, transactor managers, and data flow managers. Once the VMM environment has been created, you will learn how to easily add extensions for more test cases.
After completing the course, you should have developed the skills to write a coverage-driven random stimulus based VMM testbench that is robust, re-useable and scaleable.
OBJECTIVES
At the end of the course you should be able to:
Develop an VMM environment class in SystemVerilog
Implement and manage message loggers for printing to terminal or file
Build a random stimulus generation factory
Build and manage stimulus transaction channels
Build and manage stimulus transactors
Implement checkers using VMM callback methods
Implement functional coverage using VMM callback methods
COURSE OUTLINE
Unit 1
SystemVerilog class inheritance review
VMM Environment
Message Service
Data model
Unit 2
Stimulus Generator/Factory
Check & Coverage
Transactor Implementation
Data Flow Control
Scenario Generator
Recommendations
- 第四階段 SystemVerilog Verification using UVM
Overview
In this hands-on workshop, you will learn how to develop a UVM 1.1 SystemVerilog testbench environment which enables efficient testcase development. Within this UVM 1.1 environment, you will develop stimulus sequencer, driver, monitor, scoreboard and functional coverage. Once the UVM 1.1 environment has been created, you will learn how to easily manage and modify the environment for individual testcases.
Objectives
At the end of this workshop the student should be able to:
Develop UVM 1.1 tests
Implement and manage report messages for printing to terminal or file
Create random stimulus and sequences
Build and manage stimulus sequencers, drivers and monitors
Create configurable agents containing sequencer, driver and monitor for re-use
Create and manage configurable environments including agents, scoreboards, TLM ports and functional coverage objects
Implement a collection of testcases each targeting a corner case of interest
Create an abstraction of DUT registers and manage these registers during test, including functional coverage and self-test
Audience Profile
Design or Verification engineers who develop SystemVerilog testbenches using UVM 1.1 base classes.
Prerequisites
To benefit the most from the material presented in this workshop, students should have completed the SystemVerilog Testbench workshop.
Course Outline
Unit 1
SystemVerilog OOP Inheritance Review
Polymophism
Singleton Class
Singleton Object
Proxy Class
Factory Class
UVM Overview
Key Concepts in UVM: Agent, Environment and Tests
Implement UVM Testbenches for Re-Use across Projects
Code, Compile and Run UVM Tests
Inner Workings of UVM Simulation including Phasing
Implement and Manage User Report Messages
Modeling Stimulus (Transactions)
Transaction Property Implementation Guidelines
Transaction Constraint Guidelines
Transaction Method Automation Macros
User Transactiom Method Customization
Implement Tests to Control Transaction Constraints
Creating Stimulus Sequences
Sequence Execution Protocol
Using UVM Macros to create and manage Stimulus
Implementing User Sequences
Implicitly Execute Sequences Through Configuration in Environment
Explicitly Execute Sequences in Test
Control Sequences through Configuration
Unit 2
Component Configuration and Factory
Establish and Query Component Parent-Child Relationships
Set Up Component Virtual SystemVerilog Interfaces with uvm_config_db
Constructing Components and Transactions with UVM Factory
Implement Tests to Configure Components
Implement Tests to Override Components with Modified Behavior
TLM Communications
TLM Push, Pull and Fifo Modes
TLM Analysis Ports
TLM Pass-Through Ports
TLM 2.0 Blocking and Non-Blocking Transport Sockets
DVE Waveform Debugging with Recorded UVM Transactions
Scoreboard & Coverage
Implement scoreboard with UVM In-Order Class Comparator
Implement scoreboard UVM Algorithmic Comparator
Implement Out-Of-Order Scoreboard
Implement Configuration/Stimulus/Correctness Coverage
UVM Callback
Create User Callback Hooks in Component Methods
Implement Error Injection with User Defined Callbacks
Implement Component Functional Coverage with User Defined Callbacks
Review Default Callbacks in UVM Base Class
Unit 3
Virtual Sequence/Sequencer
Disable Selected Sequencer in Agents through the Sequencer抯 揹efault? Configuration Field
Implement Virtual Sequence and Sequencer to Manager Sequence Execution within Different Agents
Implement uvm_event for Synchronization of Execution among Sequences in the Virtual Sequence
Implement Grab and Ungrab in Sequences for exclusive access to Sequencer
More on Phasing
Managing Objections within Component Phases
Implement Component Phase Drain Time
Implement Component Phase Domain Synchronization
Implement User Defined Domain and Phases
Implement UVM Phase Jumping
Register Layer Abstraction (RAL)
DUT Register Configuration Testbench Architecture
Develop DUT Register Abstration (.ralf) File
Use ralgen Utility to Create UVM Register Model Class Files
Create UVM Register Adapter Class
Develop and Execute Sequences Using UVM Register Models
Use UVM Built-In Register Tests to Verify DUT Register Operation
Enable RAL Functional Coverage
Summary
Review UVM Methodology
Review Run-Time Command Line Debug Switche
- 。
? ?
?
?
?
?
?
? ?
"
|
| |
|
合作伙伴與授權(quán)機(jī)構(gòu) |
Altera全球合作培訓(xùn)機(jī)構(gòu)
|
諾基亞Symbian公司授權(quán)培訓(xùn)中心 |
Atmel公司全球戰(zhàn)略合作伙伴
|
微軟全球嵌入式培訓(xùn)合作伙伴 |
英國ARM公司授權(quán)培訓(xùn)中心 |
ARM工具關(guān)鍵合作單位 |
|
|
|
我們培訓(xùn)過的企業(yè)客戶評價: |
端海的andriod 系統(tǒng)與應(yīng)用培訓(xùn)完全符合了我公司的要求,達(dá)到了我公司培訓(xùn)的目的。
特別值得一提的是授課講師針對我們公司的開發(fā)的項目專門提供了一些很好程序的源代碼, 基本滿足了我們的項目要求。
——上海貝爾,李工
端海培訓(xùn)DSP2000的老師,上課思路清晰,口齒清楚,由淺入深,重點突出,培訓(xùn)效果是不錯的,
達(dá)到了我們想要的效果,希望繼續(xù)合作下去。
——中國電子科技集團(tuán)技術(shù)部主任 馬工
端海的FPGA 培訓(xùn)很好地填補(bǔ)了高校FPGA培訓(xùn)空白,不錯。總之,有利于學(xué)生的發(fā)展,
有利于教師的發(fā)展,有利于課程的發(fā)展,有利于社會的發(fā)展。
——上海電子學(xué)院,馮老師
端海給我們公司提供的Dsp6000培訓(xùn),符合我們項目的開發(fā)要求,解決了很多困惑我
們很久的問題,與端海的合作非常愉快。
——公安部第三研究所,項目部負(fù)責(zé)人李先生
MTK培訓(xùn)-我在網(wǎng)上找了很久,就是找不到。在端海居然有MTK驅(qū)動的培訓(xùn),老師經(jīng)驗
很豐富,知識面很廣。下一個還想培訓(xùn)IPHONE蘋果手機(jī)。跟他們合作很愉快,老師很有人情味,態(tài)度很和藹。
——臺灣雙揚科技,研發(fā)處經(jīng)理,楊先生
端海對我們公司的iPhone培訓(xùn),實驗項目很多,確實學(xué)到了東西。受益無窮
啊!特別是對于那種正在開發(fā)項目的,確實是物超所值。
——臺灣歐澤科技,張工
通過參加Symbian培訓(xùn),再做Symbian相關(guān)的項目感覺更加得心應(yīng)手了,理
論加實踐的授課方式,很有針對性,非常的適合我們。學(xué)完之后,很輕松的就完成了我們的項目。
——IBM公司,沈經(jīng)理
有端海這樣的DSP開發(fā)培訓(xùn)單位,是教育行業(yè)的財富,聽了他們的課,茅塞頓開。
——上海醫(yī)療器械高等學(xué)校,羅老師
|
我們最新培訓(xùn)過的企業(yè)客戶以及培訓(xùn)的主要內(nèi)容: |
|
一汽海馬汽車 DSP培訓(xùn)
蘇州金屬研究院 DSP培訓(xùn)
南京南瑞集團(tuán)技術(shù) FPGA培訓(xùn)
西安愛生技術(shù)集團(tuán) FPGA培訓(xùn),DSP培訓(xùn)
成都熊谷加世電氣 DSP培訓(xùn)
福斯賽諾分析儀器(蘇州) FPGA培訓(xùn)
南京國電工程 FPGA培訓(xùn)
北京環(huán)境特性研究所 達(dá)芬奇培訓(xùn)
中國科學(xué)院微系統(tǒng)與信息技術(shù)研究所 FPGA高級培訓(xùn)
重慶網(wǎng)視只能流技術(shù)開發(fā) 達(dá)芬奇培訓(xùn)
無錫力芯微電子股份 IC電磁兼容
河北科學(xué)院研究所 FPGA培訓(xùn)
上海微小衛(wèi)星工程中心 DSP培訓(xùn)
廣州航天航空 POWERPC培訓(xùn)
桂林航天工學(xué)院 DSP培訓(xùn)
江蘇五維電子科技 達(dá)芬奇培訓(xùn)
無錫步進(jìn)電機(jī)自動控制技術(shù) DSP培訓(xùn)
江門市安利電源工程 DSP培訓(xùn)
長江力偉股份 CADENCE 培訓(xùn)
愛普生科技(無錫 ) 數(shù)字模擬電路
河南平高 電氣 DSP培訓(xùn)
中國航天員科研訓(xùn)練中心 A/D仿真
常州易控汽車電子 WINDOWS驅(qū)動培訓(xùn)
南通大學(xué) DSP培訓(xùn)
上海集成電路研發(fā)中心 達(dá)芬奇培訓(xùn)
北京瑞志合眾科技 WINDOWS驅(qū)動培訓(xùn)
江蘇金智科技股份 FPGA高級培訓(xùn)
中國重工第710研究所 FPGA高級培訓(xùn)
蕪湖伯特利汽車安全系統(tǒng) DSP培訓(xùn)
廈門中智能軟件技術(shù) Android培訓(xùn)
上海科慢車輛部件系統(tǒng)EMC培訓(xùn)
中國電子科技集團(tuán)第五十研究所,軟件無線電培訓(xùn)
蘇州浩克系統(tǒng)科技 FPGA培訓(xùn)
上海申達(dá)自動防范系統(tǒng) FPGA培訓(xùn)
四川長虹佳華信息 MTK培訓(xùn)
公安部第三研究所--FPGA初中高技術(shù)開發(fā)培訓(xùn)以及DSP達(dá)芬奇芯片視頻、圖像處理技術(shù)培訓(xùn)
上海電子信息職業(yè)技術(shù)學(xué)院--FPGA高級開發(fā)技術(shù)培訓(xùn)
上海點逸網(wǎng)絡(luò)科技有限公司--3G手機(jī)ANDROID應(yīng)用和系統(tǒng)開發(fā)技術(shù)培訓(xùn)
格科微電子有限公司--MTK應(yīng)用(MMI)和驅(qū)動開發(fā)技術(shù)培訓(xùn)
南昌航空大學(xué)--fpga 高級開發(fā)技術(shù)培訓(xùn)
IBM 公司--3G手機(jī)ANDROID系統(tǒng)和應(yīng)用技術(shù)開發(fā)培訓(xùn)
上海貝爾--3G手機(jī)ANDROID系統(tǒng)和應(yīng)用技術(shù)開發(fā)培訓(xùn)
中國雙飛--Vxworks 應(yīng)用和BSP開發(fā)技術(shù)培訓(xùn)
|
上海水務(wù)建設(shè)工程有限公司--Alter/Xilinx FPGA應(yīng)用開發(fā)技術(shù)培訓(xùn)
恩法半導(dǎo)體科技--Allegro Candence PCB 仿真和信號完整性技術(shù)培訓(xùn)
中國計量學(xué)院--3G手機(jī)ANDROID應(yīng)用和系統(tǒng)開發(fā)技術(shù)培訓(xùn)
冠捷科技--FPGA芯片設(shè)計技術(shù)培訓(xùn)
芬尼克茲節(jié)能設(shè)備--FPGA高級技術(shù)開發(fā)培訓(xùn)
川奇光電--3G手機(jī)ANDROID系統(tǒng)和應(yīng)用技術(shù)開發(fā)培訓(xùn)
東華大學(xué)--Dsp6000系統(tǒng)開發(fā)技術(shù)培訓(xùn)
上海理工大學(xué)--FPGA高級開發(fā)技術(shù)培訓(xùn)
同濟(jì)大學(xué)--Dsp6000圖像/視頻處理技術(shù)培訓(xùn)
上海醫(yī)療器械高等專科學(xué)校--Dsp6000圖像/視頻處理技術(shù)培訓(xùn)
中航工業(yè)無線電電子研究所--Vxworks 應(yīng)用和BSP開發(fā)技術(shù)培訓(xùn)
北京交通大學(xué)--Powerpc開發(fā)技術(shù)培訓(xùn)
浙江理工大學(xué)--Dsp6000圖像/視頻處理技術(shù)培訓(xùn)
臺灣雙陽科技股份有限公司--MTK應(yīng)用(MMI)和驅(qū)動開發(fā)技術(shù)培訓(xùn)
滾石移動--MTK應(yīng)用(MMI)和驅(qū)動開發(fā)技術(shù)培訓(xùn)
冠捷半導(dǎo)體--Linux系統(tǒng)開發(fā)技術(shù)培訓(xùn)
奧波--CortexM3+uC/OS開發(fā)技術(shù)培訓(xùn)
迅時通信--WinCE應(yīng)用與驅(qū)動開發(fā)技術(shù)培訓(xùn)
海鷹醫(yī)療電子系統(tǒng)--DSP6000圖像處理技術(shù)培訓(xùn)
博耀科技--Linux系統(tǒng)開發(fā)技術(shù)培訓(xùn)
華路時代信息技術(shù)--VxWorks BSP開發(fā)技術(shù)培訓(xùn)
臺灣歐澤科技--iPhone開發(fā)技術(shù)培訓(xùn)
寶康電子--Allegro Candence PCB 仿真和信號完整性技術(shù)培訓(xùn)
上海天能電子有限公司--Allegro Candence PCB 仿真和信號完整性技術(shù)培訓(xùn)
上海亨通光電科技有限公司--andriod應(yīng)用和系統(tǒng)移植技術(shù)培訓(xùn)
上海智搜文化傳播有限公司--Symbian開發(fā)培訓(xùn)
先先信息科技有限公司--brew 手機(jī)開發(fā)技術(shù)培訓(xùn)
鼎捷集團(tuán)--MTK應(yīng)用(MMI)和驅(qū)動開發(fā)技術(shù)培訓(xùn)
傲然科技--MTK應(yīng)用(MMI)和驅(qū)動開發(fā)技術(shù)培訓(xùn)
中軟國際--Linux系統(tǒng)開發(fā)技術(shù)培訓(xùn)
龍旗控股集團(tuán)--MTK應(yīng)用(MMI)和驅(qū)動開發(fā)技術(shù)培訓(xùn)
研祥智能股份有限公司--MTK應(yīng)用(MMI)和驅(qū)動開發(fā)技術(shù)培訓(xùn)
羅氏診斷--Linux應(yīng)用開發(fā)技術(shù)培訓(xùn)
西東控制集團(tuán)--DSP2000應(yīng)用技術(shù)及DSP2000在光伏并網(wǎng)發(fā)電中的應(yīng)用與開發(fā)
科大訊飛--MTK應(yīng)用(MMI)和驅(qū)動開發(fā)技術(shù)培訓(xùn)
東北農(nóng)業(yè)大學(xué)--IPHONE 蘋果應(yīng)用開發(fā)技術(shù)培訓(xùn)
中國電子科技集團(tuán)--Dsp2000系統(tǒng)和應(yīng)用開發(fā)技術(shù)培訓(xùn)
中國船舶重工集團(tuán)--Dsp2000系統(tǒng)開發(fā)技術(shù)培訓(xùn)
晶方半導(dǎo)體--FPGA初中高技術(shù)培訓(xùn)
肯特智能儀器有限公司--FPGA初中高技術(shù)培訓(xùn)
哈爾濱大學(xué)--IPHONE 蘋果應(yīng)用開發(fā)技術(shù)培訓(xùn)
昆明電器科學(xué)研究所--Dsp2000系統(tǒng)開發(fā)技術(shù)
奇瑞汽車股份--單片機(jī)應(yīng)用開發(fā)技術(shù)培訓(xùn)
|
|
|
|
|