曙海教育集團
全國報名免費熱線:4008699035 微信:shuhaipeixun
或15921673576(微信同號) QQ:1299983702
首頁 課程表 在線聊 報名 講師 品牌 QQ聊 活動 就業
   班級規模及環境--熱線:4008699035 手機:15921673576( 微信同號)
       每期人數限3到5人。
   上課時間和地點
上課地點:【上?!浚和瑵髮W(滬西)/新城金郡商務樓(11號線白銀路站) 【深圳分部】:電影大廈(地鐵一號線大劇院站)/深圳大學成教院 【北京分部】:北京中山學院/福鑫大樓 【南京分部】:金港大廈(和燕路) 【武漢分部】:佳源大廈(高新二路) 【成都分部】:領館區1號(中和大道) 【沈陽分部】:沈陽理工大學/六宅臻品 【鄭州分部】:鄭州大學/錦華大廈 【石家莊分部】:河北科技大學/瑞景大廈 【廣州分部】:廣糧大廈 【西安分部】:協同大廈
最近開課時間(周末班/連續班/晚班):2020年3月16日
   實驗設備
     ☆資深工程師授課
        
        ☆注重質量 ☆邊講邊練

        ☆合格學員免費推薦工作
        ★實驗設備請點擊這兒查看★
   質量保障

        1、培訓過程中,如有部分內容理解不透或消化不好,可免費在以后培訓班中重聽;
        2、培訓結束后,授課老師留給學員聯系方式,保障培訓效果,免費提供課后技術支持。
        3、培訓合格學員可享受免費推薦就業機會。

課程大綱
 
  1. Synopsys SystemVerilog驗證培訓
    課程描述:
    第一階段 SystemVerilog Assertions培訓
  2. 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
  3. 第二階段 SystemVerilog Testbench
  4. Overview
  5. 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
  6. 第三階段 Synopsys SystemVerilog VMM培訓
  7. 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
  8. 第四階段 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

  9. ? ?


  10. ?

  11. ?
    ?

  12. ?
    ?












"















 

 

 

友情鏈接:Cadence培訓 ICEPAK培訓 EMC培訓 電磁兼容培訓 sas容培訓 羅克韋爾PLC培訓 歐姆龍PLC培訓 PLC培訓 三菱PLC培訓 西門子PLC培訓 dcs培訓 橫河dcs培訓 艾默生培訓 robot CAD培訓 eplan培訓 dcs培訓 電路板設計培訓 浙大dcs培訓 PCB設計培訓 adams培訓 fluent培訓系列課程 培訓機構課程短期培訓系列課程培訓機構 長期課程列表實踐課程高級課程學校培訓機構周末班培訓 南京 NS3培訓 OpenGL培訓 FPGA培訓 PCIE培訓 MTK培訓 Cortex訓 Arduino培訓 單片機培訓 EMC培訓 信號完整性培訓 電源設計培訓 電機控制培訓 LabVIEW培訓 OPENCV培訓 集成電路培訓 UVM驗證培訓 VxWorks培訓 CST培訓 PLC培訓 Python培訓 ANSYS培訓 VB語言培訓 HFSS培訓 SAS培訓 Ansys培訓 短期培訓系列課程培訓機構 長期課程列表實踐課程高級課程學校培訓機構周末班 端海 教育 企業 學院 培訓課程 系列班 長期課程列表實踐課程高級課程學校培訓機構周末班 短期培訓系列課程培訓機構 端海教育企業學院培訓課程 系列班
主站蜘蛛池模板: 亚洲欧美另类成人综合图片| 亚洲激情综合网| 自拍 偷拍 另类 综合图片| 国产成+人+综合+亚洲欧美| 国产成人精品综合久久久久| 久久婷婷色香五月综合激情| 狠狠色丁香婷婷久久综合不卡| 国产福利电影一区二区三区久久久久成人精品综合| 日日狠狠久久偷偷色综合免费| 亚洲欧美日韩综合一区| 激情综合网五月| 大香网伊人久久综合网2020| 婷婷久久综合九色综合98| 亚洲 综合 欧美在线视频| 久久综合给合久久狠狠狠97色69| 亚洲AV综合色区无码另类小说| 国产欧美精品一区二区色综合| 欲香欲色天天综合和网| 狠狠色丁香婷婷久久综合不卡| 久久综合久久美利坚合众国| 亚洲国产一成久久精品国产成人综合| 开心久久婷婷综合中文字幕| 99久久国产主播综合精品| 国产天堂一区二区综合| 亚洲综合最新无码专区| 亚洲综合自拍成人| 狠狠色噜噜狠狠狠狠色综合久AV| 夜鲁鲁鲁夜夜综合视频欧美| 国产成人精品综合久久久久| 欧美综合视频在线| 亚洲欧美综合网| 欧美综合区自拍亚洲综合天堂| 亚洲国产aⅴ综合网| 综合欧美亚洲日本一区| 欧美国产综合欧美视频| 伊人青青综合网站| 日韩无码系列综合区| 色综合综合色综合色综合| 91欧美一区二区三区综合在线| 综合久久国产九一剧情麻豆| 色欲久久久天天天综合网|