嵌入式培訓

嵌入式Linux就業班馬上開課了 詳情點擊這兒

 
上海報名熱線:021-51875830
深圳報名熱線:4008699035
武漢報名熱線:027-50767718
廣州報名熱線:020-61137349
西安報名熱線:029-86699670
南京報名熱線:025-68662821
成都報名熱線:4008699035
北京報名熱線:010-51292078
曙海集團研發與生產請參見網址:
www.shanghai66.cn
全英文授課課程(Training in English)
  首 頁  手機閱讀模式  課程介紹   培訓報名  企業培訓   付款方式   講師介紹   學員評價  關于我們   聯系我們   承接項目 開發板商城 
嵌入式協處理器--FPGA
FPGA項目實戰系列課程----
嵌入式OS--3G手機操作系統
嵌入式協處理器--DSP
手機/網絡/動漫游戲開發
嵌入式OS-Linux
嵌入式CPU--ARM
嵌入式OS--WinCE
單片機培訓
嵌入式硬件設計
Altium Designer Layout高速硬件設計
嵌入式OS--VxWorks
PowerPC嵌入式系統/編譯器優化
PLC編程/變頻器/數控/人機界面 
開發語言/數據庫/軟硬件測試
3G手機軟件測試、硬件測試
芯片設計/大規模集成電路VLSI
云計算、物聯網
開源操作系統Tigy OS開發
小型機系統管理
其他類
WEB在線客服
 
QQ客服一
 
QQ客服二
QQ客服三
公益培訓通知與資料下載
企業招聘與人才推薦(免費)

合作企業最新人才需求公告

◆招人、應聘、人才合作,
請把需求發到officeoffice@126.com或
訪問曙海旗下網站---

合作伙伴與授權機構
現代化的多媒體教室
曙海集團招聘啟示
曙海動態
郵件列表
 
 
  Synopsys SystemVerilog驗證培訓
   班級規模及環境
       為了保證培訓效果,增加互動環節,我們堅持小班授課,每期報名人數限5人,多余人員安排到下一期進行。
   上課時間和地點
上課地點:【上海】:同濟大學(滬西)/新城金郡商務樓(11號線白銀路站) 【深圳分部】:電影大廈(地鐵一號線大劇院站)/深圳大學成教院 【北京分部】:北京中山學院/福鑫大樓 【南京分部】:金港大廈(和燕路) 【武漢分部】:佳源大廈(高新二路) 【成都分部】:領館區1號(中和大道)
最近開課時間(周末班/連續班/晚班)
Synopsys SystemVerilog驗證培訓:2025年7月14日..用心服務..........
   學時
     ◆課時: 一個月

        ◆外地學員:代理安排食宿(需提前預定)
        ☆合格學員免費頒發相關資格證書,提升您的職業資質
        作為最早專注于嵌入式培訓的專業機構,曙海嵌入式學院提供的證書得到本行業的廣泛認
         可,學員的能力得到大家的認同

        ☆合格學員免費推薦工作
        ★實驗設備請點擊這兒查看★
   最新優惠
       ◆團體報名優惠措施:請咨詢客服
   質量保障

        1、培訓過程中,如有部分內容理解不透或消化不好,可免費在以后培訓班中重聽;
        2、培訓結束后,培訓老師留給學員手機和Email,免費提供半年的技術支持,充分保證培訓后出效果;
         3、培訓合格學員可享受免費推薦就業機會。 ☆合格學員免費頒發相關工程師等資格證書,提升您的職業資質。專注高端培訓13年,曙海提供的證書得到本行業的廣泛認可,學員的能力得到大家的認同,受到用人單位的廣泛贊譽。

  Synopsys SystemVerilog驗證培訓
培訓方式以講課和實驗穿插進行

課程描述:

第一階段 SystemVerilog Assertions培訓

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培訓

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



 
版權所有:曙海信息網絡科技有限公司 copyright 2000-2010
 
上海總部培訓基地

地址:上海市云屏路1399號26#新城金郡商務樓310。
(地鐵11號線白銀路站2號出口旁,云屏路和白銀路交叉口)
郵編:201821
熱線:021-51875830 32300767
傳真:021-32300767
業務手機:15921673576
E-mail:officeoffice@126.com
客服QQ: 849322415
北京培訓基地

地址:北京市昌平區沙河南街11號312室
(地鐵昌平線沙河站B出口) 郵編:102200 行走路線:請點擊這查看
熱線:010-51292078 57292751
傳真:010-51292078
業務手機:15701686205
E-mail:qianru@51qianru.cn
客服QQ:1243285887
深圳培訓基地

地址:深圳市環觀中路28號82#201室

熱線:4008699035
傳真:4008699035
業務手機:13699831341

郵編:518001
信箱:qianru2@51qianru.cn
客服QQ:2472106501
南京培訓基地

地址:江蘇省南京市棲霞區和燕路251號金港大廈B座2201室
(地鐵一號線邁皋橋站1號出口旁,近南京火車站)
熱線:025-68662821
傳真:025-68662821
郵編:210046
信箱:qianru3@51qianru.cn
客服QQ:1325341129
 
成都培訓基地

地址:四川省成都市高新區中和大道一段99號領館區1號1-3-2903 郵編:610031
熱線:4008699035 業務手機:13540421960
客服QQ:1325341129 E-mail:qianru4@51qianru.cn
武漢培訓基地

地址:湖北省武漢市東湖高新技術開發區高新二路128號(湖北第二師范學院正大門對面) 佳源大廈一期A4-1-701 郵編:430022
熱線:4008699035
客服QQ:849322415
E-mail:qianru5@51qianru.cn
廣州培訓基地

地址:廣州市越秀區環市東路486號廣糧大廈1202室

熱線:020-61137349
傳真:020-61137349

郵編:510075
信箱:qianru6@51qianru.cn
西安培訓基地

地址:西安市南二環東段31號云峰大廈1503室

熱線:029-86699670
業務手機:18392016509
傳真:029-86699670
郵編:710054
信箱:qianru7@51qianru.cn

雙休日、節假日及晚上可致電值班電話:021-51875830 值班手機:15921673576


備案號:滬ICP備08026168號

.(2014年4月12)............................................................................................................................................