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

                ☆合格學(xué)員免費推薦工作
                ★實驗設(shè)備請點擊這兒查看★
           質(zhì)量保障

                1、可免費在以后培訓(xùn)班中重聽;
                2、免費提供課后技術(shù)支持,保障培訓(xùn)效果。
                3、培訓(xùn)合格學(xué)員可享受免費推薦就業(yè)機會。

        課程大綱
         
        1. Synopsys SystemVerilog驗證培訓(xùn)
          課程描述:
          第一階段 SystemVerilog Assertions培訓(xùn)
        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培訓(xùn)
        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培訓(xùn) ICEPAK培訓(xùn) EMC培訓(xùn) 電磁兼容培訓(xùn) sas容培訓(xùn) 羅克韋爾PLC培訓(xùn) 歐姆龍PLC培訓(xùn) PLC培訓(xùn) 三菱PLC培訓(xùn) 西門子PLC培訓(xùn) dcs培訓(xùn) 橫河dcs培訓(xùn) 艾默生培訓(xùn) robot CAD培訓(xùn) eplan培訓(xùn) dcs培訓(xùn) 電路板設(shè)計培訓(xùn) 浙大dcs培訓(xùn) PCB設(shè)計培訓(xùn) adams培訓(xùn) fluent培訓(xùn)系列課程 培訓(xùn)機構(gòu)課程短期培訓(xùn)系列課程培訓(xùn)機構(gòu) 長期課程列表實踐課程高級課程學(xué)校培訓(xùn)機構(gòu)周末班培訓(xùn) 南京 NS3培訓(xùn) OpenGL培訓(xùn) FPGA培訓(xùn) PCIE培訓(xùn) MTK培訓(xùn) Cortex訓(xùn) Arduino培訓(xùn) 單片機培訓(xùn) EMC培訓(xùn) 信號完整性培訓(xùn) 電源設(shè)計培訓(xùn) 電機控制培訓(xùn) LabVIEW培訓(xùn) OPENCV培訓(xùn) 集成電路培訓(xùn) UVM驗證培訓(xùn) VxWorks培訓(xùn) CST培訓(xùn) PLC培訓(xùn) Python培訓(xùn) ANSYS培訓(xùn) VB語言培訓(xùn) HFSS培訓(xùn) SAS培訓(xùn) Ansys培訓(xùn) 短期培訓(xùn)系列課程培訓(xùn)機構(gòu) 長期課程列表實踐課程高級課程學(xué)校培訓(xùn)機構(gòu)周末班 端海 教育 企業(yè) 學(xué)院 培訓(xùn)課程 系列班 長期課程列表實踐課程高級課程學(xué)校培訓(xùn)機構(gòu)周末班 短期培訓(xùn)系列課程培訓(xùn)機構(gòu) 端海教育企業(yè)學(xué)院培訓(xùn)課程 系列班
        亚洲偷偷自拍高清| 亚洲六月丁香婷婷综合| 亚洲精品乱码久久久久久蜜桃| 亚洲日韩中文无码久久| 亚洲欧洲另类春色校园小说| 亚洲国产精品碰碰| 风间由美在线亚洲一区| 亚洲精品成人久久| 在线亚洲人成电影网站色www| 中文字幕亚洲综合久久| 亚洲人成影院在线无码观看| 亚洲中文字幕在线无码一区二区| 中文字幕亚洲综合久久菠萝蜜| 亚洲国产精品成人久久蜜臀 | 亚洲成AV人综合在线观看| 久久夜色精品国产噜噜亚洲AV| 亚洲乱码国产一区网址| 亚洲成a人片在线观看国产| 亚洲国产天堂久久久久久| 午夜亚洲国产精品福利| 成人区精品一区二区不卡亚洲| 亚洲卡一卡二卡乱码新区| 亚洲人成人网毛片在线播放| 狠狠色香婷婷久久亚洲精品| 在线a亚洲老鸭窝天堂av高清| 久久久无码精品亚洲日韩蜜桃 | 亚洲美女人黄网成人女| 亚洲视频欧洲视频| 亚洲六月丁香六月婷婷色伊人 | 亚洲人成色99999在线观看| 亚洲va在线va天堂va888www| 亚洲va在线va天堂va888www| 亚洲欧洲日产国码www| 亚洲AV无码精品蜜桃| 亚洲熟女乱色一区二区三区| 国产亚洲人成在线播放| 亚洲精品成a人在线观看| 亚洲伊人久久精品影院| 亚洲国产成人精品无码区在线观看 | 亚洲国产区男人本色| 亚洲一区二区久久|