SlideShare a Scribd company logo
1 of 22
Chapter 11 System-Level
Verification Issues
The Importance of Verification
 Verifying at the system level is the last opportunity to
find errors before the design is committed to silicon
 For many teams, Verification takes 50 to 80% of the
overall design effort
 For SoC design, verification must be an integral part
of the design process from the start and it cannot be
an afterthought to the design process
 Successful system-level verification factors
 Quality of the verification plan
 Quality and abstraction level of the of the models and
testbenchs used
 Quality and performance of the verification tools
 Robustness of the individual predesigned blocks
The Verification Strategy
 Divide-and-conquer approach
 Verify that the leaf nodes of the design hierarchy
are functionally correct as stand-alone units
 Verify that the interfaces between blocks are
functionally correct
 Run a set of increasingly complex applications
on the full chip
 Prototype the full chip and run a full set of
application s/w for final verification
 Decide when it is appropriate to release the chip
to production
Block Level Verification
 For large SoC designs, block-level
verification is prerequisite
 Bugs are much easier to find at the block
level rather than chip level
 Exception to block level verification
 The design team may well decide not to produce
prototypes of single-use blocks before they are
integrated into the chip
 The first version of the chip must be considered
a prototype.
Interface Verification
 Chip verification with interface verification
 Knowing that the individual blocks have been
robustly verified, chip-level verification consists
of verifying the interfaces and interaction
between the blocks
 Inter-block interfaces usually have a regular
structure
 Transaction Verification
 Data and Behavioral Verification
 Standardized Interfaces
Transaction verifiaction
 Transaction types that can occur at each
interface and testing each one.
 A simple, Regular communication
architecture between blocks can reduce the
system verification effort
 Transaction checking
 Bus monitor : coded behaviorally and provide
very good simulation performance.
 Observability, controllability
 Point-to-point interfaces : build some simple
transaction checking into the interface module of
each block
Block1
Block1
RTL
Interface
Block1
RTL
Interface
Block2
Block2
RTL
Interface
Block2
RTL
Interface
Block3
Block3
RTL
Interface
Block3
RTL
Interface
Block4
Block4
RTL
Interface
Block4
RTL
Interface
System verification using interface testing
Block4
Block1 RTL
Interface
Block4
Block1 RTL
Interface
Bus
Transaction
Monitor
Block4
Block1 RTL
Interface
Block4
Block1 RTL
Interface
Data or Behavioral Verification
 It is necessary to verify that the block behaves
correctly for all values of data but it is impossible
 We can construct test cases either from our
knowledge of the system of by random generation
 Data sequences that the designer expected the block
to receive can occur in the actual system to which
the block does not respond correctly
 Another method for dealing with the problem is to
design a checker into the block interface itself.
 This approach bas been used effectively in high-
reliability system designs.
Functional Verification(1)
 The ultimate goal of this aspect of verification
is to try to test the system as it will actually
be used.
 However, conventional simulation is simply
not fast enough to execute the millions of
vectors required to run even the smallest
fragments of application code
 Two basic approaches to addressing this
problem
 Increase the level of abstraction
 Use specialized hardware for performing
verification
Canonical SoC Design
PROCESSOR
PERIPHERALS
MEMORY
CONTROLLER
MEMORY
I/O
INTERFACE
DATA
TRANSFORMATION
I/O
INTERFACE
SYSTEM BUS
Functional Verification(2)
 The key features of the verification environment
 The full RTL model is used as the simulation model for
most of the functional blocks
 Behavioral of ISA models may be used for memory and the
microprocessor
 Bus functional models and monitors are used to generate
and check transaction with the communication block
 It is possible to generate real application code for the
processor and run it on the simulation model
 Behavioral models are now substituted for the
memory and microprocessor
 Using C/C++ models for both the processor and
memory dramatically improves simulation speed over
full RTL simulation
System verification environment
Communication
Bus functional
Model(RTL)
Sequence
Generator/
analyzer
Communication
Bus functional
Model(RTL)
I/O Interface
(RTL)
Data
Transformation
(RTL)
I/O Interface
(RTL)
Bus
Monitor
Application software/
Drivers/RTOS Complier
RTL interface RTL interface
Memory
C/C++
Other
Peripherals
(RTL)
Processor
C/C++
Processor
C/C++
CHIP
Application-Based Verification
 About 90% of ASIC designs work right the first time,
although only about 50% work right the first time in
the system because most ASIC design teams do not
do system-level simulation
 Running significant amounts of real application code
is the only way to reach this level of confidence in an
SoC design.
 The available options for rapid prototyping include
 FPGA or LPGA prototyping
 Emulation-based testing
 Real silicon prototyping
FPGA and LPGA Prototyping
 For small designs
 FPGA
 Reprogrammable
 Allowing rapid turnaround of bug fixes
 LPGA
 higher gate counts
 Faster clock speed
 For prototype of a single large chip
 Use multiple FPGAs to build a prototype
 But it is impossible to modify quickly when a bug
fix requires repartitioning of the design between
devices
Emulation Based Testing
 A better alternative to using a collection of
FPGAs for rapid prototyping of large chips
 Programmable interconnect
 Fixed board design
 Relatively large gate counts
 Special memory
 Processor support
 Emulation can provide excellent performance
for large-chip verification if the entire design
can be placed in the emulation engine itself
Silicon Prototyping
 If an Soc Design is too large for upper cases then
building a real silicon prototype may be the best option.
 Reasonable set of criteria
 The bug rate form simulation testing should have peaked and be
on its way down.
 The time to determine that a bug exists should be much greater
than the time to fix it
 The cost of fabricating and testing the chip is on the same order
 The scenario we want to avoid is building a prototyping only to
find a critical bug that prevents any useful debug of the prototype
 Help facilitate debug of this initial prototype
 Good debug structures for controlling and observing the system
 The ability to selectively rest individual blocks in the design
 The ability to selectively disable various blocks to prevent bugs in
these blocks form affecting operation of the rest of the system
Gate-Level Verification
 The final gate-level netlist must be verified
for both correct functionality and for timing
 Sign-Off Simulation
 Formal Verification
 Gate-Level Simulation with Unit-Delay Timing
 Gate-Level Simulation with Full timing
Sign-Off Simulation(1)
 RTL sign-off, where no gate-level simulation is
performed, is becoming increasingly common.
 Problems
 Full timing simulation of million-gate ASIC is not possible
with out very expensive H/W accelerators, and it is very
slow
 Parallel vectors have very low fault coverage
 Parallel vectors do not exercise all the critical timing paths
 Different paradigm
 Verification that synthesis has generated a correct netlist
and that subseqeunt operations such as scan and clock
insertion have not changed circuit functionality
 Verification that the chip, when fabricated, will meet timing
 A manufacturing test that verifies that the chip is free of
manufacturing defects
Sign-Off Simulation(2)
 The Current methodology uses separate
approaches to address each issue
 Formal verification is used to verify
correspondence between the RTL and final netlist
 Static timing analysis is used to verify timing
 Some gate-level simulation, either unit-delay or
full timing, is used to complement formal
verification and static timing analysis
 Full scan plus BIST provides a complete
manufacturing test for functionlity.
Formal Verification
 Formal verification uses mathematical techniques to
prove the equivalence of two representations of the
circuit
 To check equivalence between the original RTL
 The synthesized netlist
 The netlist after test logic is inserted
 The netlist after clock tree insertion and layout.
 Hand edits
 Benefit of formal verification
 Allows the RTL to remain the golden refrence for the
design, regardless of modifications made to the final
netlist
Gate-Level Simulation with Unit-Delay Timing
 Unit-delay simulation involves performing gate-level
simulation with unit delay for each gate.
 Unit-delay simulations can be used to verify
 The chip initializes properly
 The gate implementation functionally matches the RTL
description
 Gate simulation complements formal verification
 Gate simulation is important for verifying initialization
because gate-level simulation handles propagation
of unknown or uninitialized states more accurately
than RTL simulation
Gate-Level Simulation with Full timing
 Full-timing simulation on large chips is very
slow
 Used only where absolutely necessary
 This technique is useful for validating
 asynchronous logic
 Embedded asynchronous RAM interfaces
 single-cycle timing exceptions
 These tests should be run with the back-
annotated timing information from the place
and route tools, and run with hazards
enabled.

More Related Content

Similar to cupdf.com_chapter-11-system-level-verification-issues-the-importance-of-verification-verifying.ppt

Verilog Ams Used In Top Down Methodology For Wireless Integrated Circuits
Verilog Ams Used In Top Down Methodology For Wireless Integrated CircuitsVerilog Ams Used In Top Down Methodology For Wireless Integrated Circuits
Verilog Ams Used In Top Down Methodology For Wireless Integrated Circuits
Régis SANTONJA
 
Evaluating Model Testing and Model Checking for Finding Requirements Violatio...
Evaluating Model Testing and Model Checking for Finding Requirements Violatio...Evaluating Model Testing and Model Checking for Finding Requirements Violatio...
Evaluating Model Testing and Model Checking for Finding Requirements Violatio...
Lionel Briand
 
RTCA DO-254 Guidance - Accelerating DO-254 Verification
RTCA DO-254 Guidance - Accelerating DO-254 VerificationRTCA DO-254 Guidance - Accelerating DO-254 Verification
RTCA DO-254 Guidance - Accelerating DO-254 Verification
Tarek Salah
 
Challenges in Using UVM at SoC Level
Challenges in Using UVM at SoC LevelChallenges in Using UVM at SoC Level
Challenges in Using UVM at SoC Level
DVClub
 
Accelerating system verilog uvm based vip to improve methodology for verifica...
Accelerating system verilog uvm based vip to improve methodology for verifica...Accelerating system verilog uvm based vip to improve methodology for verifica...
Accelerating system verilog uvm based vip to improve methodology for verifica...
VLSICS Design
 
04+ECETEMT092-+WDT+APB+UVM.pdf
04+ECETEMT092-+WDT+APB+UVM.pdf04+ECETEMT092-+WDT+APB+UVM.pdf
04+ECETEMT092-+WDT+APB+UVM.pdf
SamHoney6
 
Michael_Joshua_Validation
Michael_Joshua_ValidationMichael_Joshua_Validation
Michael_Joshua_Validation
MichaelJoshua
 

Similar to cupdf.com_chapter-11-system-level-verification-issues-the-importance-of-verification-verifying.ppt (20)

SystemVerilog_veriflcation and UVM for IC design.ppt
SystemVerilog_veriflcation and UVM for IC design.pptSystemVerilog_veriflcation and UVM for IC design.ppt
SystemVerilog_veriflcation and UVM for IC design.ppt
 
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER COREUVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
 
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER COREUVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
 
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER COREUVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
UVM BASED REUSABLE VERIFICATION IP FOR WISHBONE COMPLIANT SPI MASTER CORE
 
Vlsi testing
Vlsi testingVlsi testing
Vlsi testing
 
Microcontroller Based Testing of Digital IP-Core
Microcontroller Based Testing of Digital IP-CoreMicrocontroller Based Testing of Digital IP-Core
Microcontroller Based Testing of Digital IP-Core
 
Verilog Ams Used In Top Down Methodology For Wireless Integrated Circuits
Verilog Ams Used In Top Down Methodology For Wireless Integrated CircuitsVerilog Ams Used In Top Down Methodology For Wireless Integrated Circuits
Verilog Ams Used In Top Down Methodology For Wireless Integrated Circuits
 
Evaluating Model Testing and Model Checking for Finding Requirements Violatio...
Evaluating Model Testing and Model Checking for Finding Requirements Violatio...Evaluating Model Testing and Model Checking for Finding Requirements Violatio...
Evaluating Model Testing and Model Checking for Finding Requirements Violatio...
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
Automating The Process For Building Reliable Software
Automating The Process For Building Reliable SoftwareAutomating The Process For Building Reliable Software
Automating The Process For Building Reliable Software
 
RTCA DO-254 Guidance - Accelerating DO-254 Verification
RTCA DO-254 Guidance - Accelerating DO-254 VerificationRTCA DO-254 Guidance - Accelerating DO-254 Verification
RTCA DO-254 Guidance - Accelerating DO-254 Verification
 
Challenges in Using UVM at SoC Level
Challenges in Using UVM at SoC LevelChallenges in Using UVM at SoC Level
Challenges in Using UVM at SoC Level
 
Accelerating system verilog uvm based vip to improve methodology for verifica...
Accelerating system verilog uvm based vip to improve methodology for verifica...Accelerating system verilog uvm based vip to improve methodology for verifica...
Accelerating system verilog uvm based vip to improve methodology for verifica...
 
Fault Modeling of Combinational and Sequential Circuits at Register Transfer ...
Fault Modeling of Combinational and Sequential Circuits at Register Transfer ...Fault Modeling of Combinational and Sequential Circuits at Register Transfer ...
Fault Modeling of Combinational and Sequential Circuits at Register Transfer ...
 
FAULT MODELING OF COMBINATIONAL AND SEQUENTIAL CIRCUITS AT REGISTER TRANSFER ...
FAULT MODELING OF COMBINATIONAL AND SEQUENTIAL CIRCUITS AT REGISTER TRANSFER ...FAULT MODELING OF COMBINATIONAL AND SEQUENTIAL CIRCUITS AT REGISTER TRANSFER ...
FAULT MODELING OF COMBINATIONAL AND SEQUENTIAL CIRCUITS AT REGISTER TRANSFER ...
 
Vlsi
VlsiVlsi
Vlsi
 
Design Verification
Design VerificationDesign Verification
Design Verification
 
Ch14
Ch14Ch14
Ch14
 
04+ECETEMT092-+WDT+APB+UVM.pdf
04+ECETEMT092-+WDT+APB+UVM.pdf04+ECETEMT092-+WDT+APB+UVM.pdf
04+ECETEMT092-+WDT+APB+UVM.pdf
 
Michael_Joshua_Validation
Michael_Joshua_ValidationMichael_Joshua_Validation
Michael_Joshua_Validation
 

More from SamHoney6

eetop.cn_UVM_REG_workshop.--------------pdf
eetop.cn_UVM_REG_workshop.--------------pdfeetop.cn_UVM_REG_workshop.--------------pdf
eetop.cn_UVM_REG_workshop.--------------pdf
SamHoney6
 
Cadence GenusTutorial------------ .pdf.pdf
Cadence GenusTutorial------------ .pdf.pdfCadence GenusTutorial------------ .pdf.pdf
Cadence GenusTutorial------------ .pdf.pdf
SamHoney6
 
snug07_Verilog Gotchas for Verification.pdf
snug07_Verilog Gotchas for Verification.pdfsnug07_Verilog Gotchas for Verification.pdf
snug07_Verilog Gotchas for Verification.pdf
SamHoney6
 
14-Bill-Tiffany-SigmaSense-VF2023.pdf
14-Bill-Tiffany-SigmaSense-VF2023.pdf14-Bill-Tiffany-SigmaSense-VF2023.pdf
14-Bill-Tiffany-SigmaSense-VF2023.pdf
SamHoney6
 
RF-Transceiver.pdf
RF-Transceiver.pdfRF-Transceiver.pdf
RF-Transceiver.pdf
SamHoney6
 
inf5430_sv_randomization.pdf
inf5430_sv_randomization.pdfinf5430_sv_randomization.pdf
inf5430_sv_randomization.pdf
SamHoney6
 
UVM_TB_20220621_slides-1.pdf
UVM_TB_20220621_slides-1.pdfUVM_TB_20220621_slides-1.pdf
UVM_TB_20220621_slides-1.pdf
SamHoney6
 
Web Template Mechanisms in SOC Verification - DVCon.pdf
Web Template Mechanisms in SOC Verification - DVCon.pdfWeb Template Mechanisms in SOC Verification - DVCon.pdf
Web Template Mechanisms in SOC Verification - DVCon.pdf
SamHoney6
 
UVM-based RISC-V processor Verification Paltform ---.pdf
UVM-based RISC-V processor Verification Paltform ---.pdfUVM-based RISC-V processor Verification Paltform ---.pdf
UVM-based RISC-V processor Verification Paltform ---.pdf
SamHoney6
 
SVA Advanced Topics- SVAUnit and Assertions for Introduction to SystemVerilog...
SVA Advanced Topics- SVAUnit and Assertions for Introduction to SystemVerilog...SVA Advanced Topics- SVAUnit and Assertions for Introduction to SystemVerilog...
SVA Advanced Topics- SVAUnit and Assertions for Introduction to SystemVerilog...
SamHoney6
 

More from SamHoney6 (13)

eetop.cn_UVM_REG_workshop.--------------pdf
eetop.cn_UVM_REG_workshop.--------------pdfeetop.cn_UVM_REG_workshop.--------------pdf
eetop.cn_UVM_REG_workshop.--------------pdf
 
Cadence GenusTutorial------------ .pdf.pdf
Cadence GenusTutorial------------ .pdf.pdfCadence GenusTutorial------------ .pdf.pdf
Cadence GenusTutorial------------ .pdf.pdf
 
snug07_Verilog Gotchas for Verification.pdf
snug07_Verilog Gotchas for Verification.pdfsnug07_Verilog Gotchas for Verification.pdf
snug07_Verilog Gotchas for Verification.pdf
 
14-Bill-Tiffany-SigmaSense-VF2023.pdf
14-Bill-Tiffany-SigmaSense-VF2023.pdf14-Bill-Tiffany-SigmaSense-VF2023.pdf
14-Bill-Tiffany-SigmaSense-VF2023.pdf
 
RF-Transceiver.pdf
RF-Transceiver.pdfRF-Transceiver.pdf
RF-Transceiver.pdf
 
inf5430_sv_randomization.pdf
inf5430_sv_randomization.pdfinf5430_sv_randomization.pdf
inf5430_sv_randomization.pdf
 
FAC14_Vlach.pdf
FAC14_Vlach.pdfFAC14_Vlach.pdf
FAC14_Vlach.pdf
 
vip-shielding.pdf
vip-shielding.pdfvip-shielding.pdf
vip-shielding.pdf
 
UVM_TB_20220621_slides-1.pdf
UVM_TB_20220621_slides-1.pdfUVM_TB_20220621_slides-1.pdf
UVM_TB_20220621_slides-1.pdf
 
Sva.pdf
Sva.pdfSva.pdf
Sva.pdf
 
Web Template Mechanisms in SOC Verification - DVCon.pdf
Web Template Mechanisms in SOC Verification - DVCon.pdfWeb Template Mechanisms in SOC Verification - DVCon.pdf
Web Template Mechanisms in SOC Verification - DVCon.pdf
 
UVM-based RISC-V processor Verification Paltform ---.pdf
UVM-based RISC-V processor Verification Paltform ---.pdfUVM-based RISC-V processor Verification Paltform ---.pdf
UVM-based RISC-V processor Verification Paltform ---.pdf
 
SVA Advanced Topics- SVAUnit and Assertions for Introduction to SystemVerilog...
SVA Advanced Topics- SVAUnit and Assertions for Introduction to SystemVerilog...SVA Advanced Topics- SVAUnit and Assertions for Introduction to SystemVerilog...
SVA Advanced Topics- SVAUnit and Assertions for Introduction to SystemVerilog...
 

Recently uploaded

一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
wpkuukw
 
怎样办理昆士兰大学毕业证(UQ毕业证书)成绩单留信认证
怎样办理昆士兰大学毕业证(UQ毕业证书)成绩单留信认证怎样办理昆士兰大学毕业证(UQ毕业证书)成绩单留信认证
怎样办理昆士兰大学毕业证(UQ毕业证书)成绩单留信认证
ehyxf
 
In Riyadh Saudi Arabia |+966572737505 | Buy Cytotec| Get Abortion pills
In Riyadh Saudi Arabia |+966572737505 | Buy Cytotec| Get Abortion pillsIn Riyadh Saudi Arabia |+966572737505 | Buy Cytotec| Get Abortion pills
In Riyadh Saudi Arabia |+966572737505 | Buy Cytotec| Get Abortion pills
Abortion pills in Riyadh +966572737505 get cytotec
 
Buy Abortion pills in Riyadh |+966572737505 | Get Cytotec
Buy Abortion pills in Riyadh |+966572737505 | Get CytotecBuy Abortion pills in Riyadh |+966572737505 | Get Cytotec
Buy Abortion pills in Riyadh |+966572737505 | Get Cytotec
Abortion pills in Riyadh +966572737505 get cytotec
 
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
ougvy
 
一比一定(购)国立南方理工学院毕业证(Southern毕业证)成绩单学位证
一比一定(购)国立南方理工学院毕业证(Southern毕业证)成绩单学位证一比一定(购)国立南方理工学院毕业证(Southern毕业证)成绩单学位证
一比一定(购)国立南方理工学院毕业证(Southern毕业证)成绩单学位证
wpkuukw
 
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
drmarathore
 
如何办理(USYD毕业证书)悉尼大学毕业证成绩单原件一模一样
如何办理(USYD毕业证书)悉尼大学毕业证成绩单原件一模一样如何办理(USYD毕业证书)悉尼大学毕业证成绩单原件一模一样
如何办理(USYD毕业证书)悉尼大学毕业证成绩单原件一模一样
wsppdmt
 
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
gajnagarg
 
在线制作(ANU毕业证书)澳大利亚国立大学毕业证成绩单原版一比一
在线制作(ANU毕业证书)澳大利亚国立大学毕业证成绩单原版一比一在线制作(ANU毕业证书)澳大利亚国立大学毕业证成绩单原版一比一
在线制作(ANU毕业证书)澳大利亚国立大学毕业证成绩单原版一比一
ougvy
 
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
wpkuukw
 

Recently uploaded (20)

一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
一比一定(购)新西兰林肯大学毕业证(Lincoln毕业证)成绩单学位证
 
怎样办理昆士兰大学毕业证(UQ毕业证书)成绩单留信认证
怎样办理昆士兰大学毕业证(UQ毕业证书)成绩单留信认证怎样办理昆士兰大学毕业证(UQ毕业证书)成绩单留信认证
怎样办理昆士兰大学毕业证(UQ毕业证书)成绩单留信认证
 
In Riyadh Saudi Arabia |+966572737505 | Buy Cytotec| Get Abortion pills
In Riyadh Saudi Arabia |+966572737505 | Buy Cytotec| Get Abortion pillsIn Riyadh Saudi Arabia |+966572737505 | Buy Cytotec| Get Abortion pills
In Riyadh Saudi Arabia |+966572737505 | Buy Cytotec| Get Abortion pills
 
Buy Abortion pills in Riyadh |+966572737505 | Get Cytotec
Buy Abortion pills in Riyadh |+966572737505 | Get CytotecBuy Abortion pills in Riyadh |+966572737505 | Get Cytotec
Buy Abortion pills in Riyadh |+966572737505 | Get Cytotec
 
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
一比一原版(RMIT毕业证书)墨尔本皇家理工大学毕业证成绩单学位证靠谱定制
 
一比一定(购)国立南方理工学院毕业证(Southern毕业证)成绩单学位证
一比一定(购)国立南方理工学院毕业证(Southern毕业证)成绩单学位证一比一定(购)国立南方理工学院毕业证(Southern毕业证)成绩单学位证
一比一定(购)国立南方理工学院毕业证(Southern毕业证)成绩单学位证
 
🌹Bhubaneswar⬅️ Vip Call Girls Bhubaneswar 📱9777949614 Book Well Trand Call Gi...
🌹Bhubaneswar⬅️ Vip Call Girls Bhubaneswar 📱9777949614 Book Well Trand Call Gi...🌹Bhubaneswar⬅️ Vip Call Girls Bhubaneswar 📱9777949614 Book Well Trand Call Gi...
🌹Bhubaneswar⬅️ Vip Call Girls Bhubaneswar 📱9777949614 Book Well Trand Call Gi...
 
Genuine Call Girls in Buldhana { 9332606886 } VVIP NISHA Call Girls Near 5 St...
Genuine Call Girls in Buldhana { 9332606886 } VVIP NISHA Call Girls Near 5 St...Genuine Call Girls in Buldhana { 9332606886 } VVIP NISHA Call Girls Near 5 St...
Genuine Call Girls in Buldhana { 9332606886 } VVIP NISHA Call Girls Near 5 St...
 
Call Girls Service Lucknow {0000000000 } ❤️VVIP BHAWNA Call Girl in Lucknow U.P
Call Girls Service Lucknow {0000000000 } ❤️VVIP BHAWNA Call Girl in Lucknow U.PCall Girls Service Lucknow {0000000000 } ❤️VVIP BHAWNA Call Girl in Lucknow U.P
Call Girls Service Lucknow {0000000000 } ❤️VVIP BHAWNA Call Girl in Lucknow U.P
 
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...
Kadi - HiFi Call Girl Service Ahmedabad Phone No 8005736733 Elite Escort Serv...
 
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
Abort pregnancy in research centre+966_505195917 abortion pills in Kuwait cyt...
 
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimoga
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime ShimogaShimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimoga
Shimoga Escorts Service Girl ^ 9332606886, WhatsApp Anytime Shimoga
 
如何办理(USYD毕业证书)悉尼大学毕业证成绩单原件一模一样
如何办理(USYD毕业证书)悉尼大学毕业证成绩单原件一模一样如何办理(USYD毕业证书)悉尼大学毕业证成绩单原件一模一样
如何办理(USYD毕业证书)悉尼大学毕业证成绩单原件一模一样
 
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahati
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime GuwahatiGuwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahati
Guwahati Escorts Service Girl ^ 9332606886, WhatsApp Anytime Guwahati
 
Vashi Affordable Call Girls ,07506202331,Vasai Virar Charming Call Girl
Vashi Affordable Call Girls ,07506202331,Vasai Virar Charming Call GirlVashi Affordable Call Girls ,07506202331,Vasai Virar Charming Call Girl
Vashi Affordable Call Girls ,07506202331,Vasai Virar Charming Call Girl
 
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
Top profile Call Girls In Palghar [ 7014168258 ] Call Me For Genuine Models W...
 
在线制作(ANU毕业证书)澳大利亚国立大学毕业证成绩单原版一比一
在线制作(ANU毕业证书)澳大利亚国立大学毕业证成绩单原版一比一在线制作(ANU毕业证书)澳大利亚国立大学毕业证成绩单原版一比一
在线制作(ANU毕业证书)澳大利亚国立大学毕业证成绩单原版一比一
 
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Services
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty ServicesDubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Services
Dubai Call Girls O525547819 Call Girls In Dubai<.> Full Dirty Services
 
Hilti's Latest Battery - Hire Depot.pptx
Hilti's Latest Battery - Hire Depot.pptxHilti's Latest Battery - Hire Depot.pptx
Hilti's Latest Battery - Hire Depot.pptx
 
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
一比一定(购)坎特伯雷大学毕业证(UC毕业证)成绩单学位证
 

cupdf.com_chapter-11-system-level-verification-issues-the-importance-of-verification-verifying.ppt

  • 2. The Importance of Verification  Verifying at the system level is the last opportunity to find errors before the design is committed to silicon  For many teams, Verification takes 50 to 80% of the overall design effort  For SoC design, verification must be an integral part of the design process from the start and it cannot be an afterthought to the design process  Successful system-level verification factors  Quality of the verification plan  Quality and abstraction level of the of the models and testbenchs used  Quality and performance of the verification tools  Robustness of the individual predesigned blocks
  • 3. The Verification Strategy  Divide-and-conquer approach  Verify that the leaf nodes of the design hierarchy are functionally correct as stand-alone units  Verify that the interfaces between blocks are functionally correct  Run a set of increasingly complex applications on the full chip  Prototype the full chip and run a full set of application s/w for final verification  Decide when it is appropriate to release the chip to production
  • 4. Block Level Verification  For large SoC designs, block-level verification is prerequisite  Bugs are much easier to find at the block level rather than chip level  Exception to block level verification  The design team may well decide not to produce prototypes of single-use blocks before they are integrated into the chip  The first version of the chip must be considered a prototype.
  • 5. Interface Verification  Chip verification with interface verification  Knowing that the individual blocks have been robustly verified, chip-level verification consists of verifying the interfaces and interaction between the blocks  Inter-block interfaces usually have a regular structure  Transaction Verification  Data and Behavioral Verification  Standardized Interfaces
  • 6. Transaction verifiaction  Transaction types that can occur at each interface and testing each one.  A simple, Regular communication architecture between blocks can reduce the system verification effort  Transaction checking  Bus monitor : coded behaviorally and provide very good simulation performance.  Observability, controllability  Point-to-point interfaces : build some simple transaction checking into the interface module of each block
  • 7. Block1 Block1 RTL Interface Block1 RTL Interface Block2 Block2 RTL Interface Block2 RTL Interface Block3 Block3 RTL Interface Block3 RTL Interface Block4 Block4 RTL Interface Block4 RTL Interface System verification using interface testing Block4 Block1 RTL Interface Block4 Block1 RTL Interface Bus Transaction Monitor Block4 Block1 RTL Interface Block4 Block1 RTL Interface
  • 8. Data or Behavioral Verification  It is necessary to verify that the block behaves correctly for all values of data but it is impossible  We can construct test cases either from our knowledge of the system of by random generation  Data sequences that the designer expected the block to receive can occur in the actual system to which the block does not respond correctly  Another method for dealing with the problem is to design a checker into the block interface itself.  This approach bas been used effectively in high- reliability system designs.
  • 9. Functional Verification(1)  The ultimate goal of this aspect of verification is to try to test the system as it will actually be used.  However, conventional simulation is simply not fast enough to execute the millions of vectors required to run even the smallest fragments of application code  Two basic approaches to addressing this problem  Increase the level of abstraction  Use specialized hardware for performing verification
  • 11. Functional Verification(2)  The key features of the verification environment  The full RTL model is used as the simulation model for most of the functional blocks  Behavioral of ISA models may be used for memory and the microprocessor  Bus functional models and monitors are used to generate and check transaction with the communication block  It is possible to generate real application code for the processor and run it on the simulation model  Behavioral models are now substituted for the memory and microprocessor  Using C/C++ models for both the processor and memory dramatically improves simulation speed over full RTL simulation
  • 12. System verification environment Communication Bus functional Model(RTL) Sequence Generator/ analyzer Communication Bus functional Model(RTL) I/O Interface (RTL) Data Transformation (RTL) I/O Interface (RTL) Bus Monitor Application software/ Drivers/RTOS Complier RTL interface RTL interface Memory C/C++ Other Peripherals (RTL) Processor C/C++ Processor C/C++ CHIP
  • 13. Application-Based Verification  About 90% of ASIC designs work right the first time, although only about 50% work right the first time in the system because most ASIC design teams do not do system-level simulation  Running significant amounts of real application code is the only way to reach this level of confidence in an SoC design.  The available options for rapid prototyping include  FPGA or LPGA prototyping  Emulation-based testing  Real silicon prototyping
  • 14. FPGA and LPGA Prototyping  For small designs  FPGA  Reprogrammable  Allowing rapid turnaround of bug fixes  LPGA  higher gate counts  Faster clock speed  For prototype of a single large chip  Use multiple FPGAs to build a prototype  But it is impossible to modify quickly when a bug fix requires repartitioning of the design between devices
  • 15. Emulation Based Testing  A better alternative to using a collection of FPGAs for rapid prototyping of large chips  Programmable interconnect  Fixed board design  Relatively large gate counts  Special memory  Processor support  Emulation can provide excellent performance for large-chip verification if the entire design can be placed in the emulation engine itself
  • 16. Silicon Prototyping  If an Soc Design is too large for upper cases then building a real silicon prototype may be the best option.  Reasonable set of criteria  The bug rate form simulation testing should have peaked and be on its way down.  The time to determine that a bug exists should be much greater than the time to fix it  The cost of fabricating and testing the chip is on the same order  The scenario we want to avoid is building a prototyping only to find a critical bug that prevents any useful debug of the prototype  Help facilitate debug of this initial prototype  Good debug structures for controlling and observing the system  The ability to selectively rest individual blocks in the design  The ability to selectively disable various blocks to prevent bugs in these blocks form affecting operation of the rest of the system
  • 17. Gate-Level Verification  The final gate-level netlist must be verified for both correct functionality and for timing  Sign-Off Simulation  Formal Verification  Gate-Level Simulation with Unit-Delay Timing  Gate-Level Simulation with Full timing
  • 18. Sign-Off Simulation(1)  RTL sign-off, where no gate-level simulation is performed, is becoming increasingly common.  Problems  Full timing simulation of million-gate ASIC is not possible with out very expensive H/W accelerators, and it is very slow  Parallel vectors have very low fault coverage  Parallel vectors do not exercise all the critical timing paths  Different paradigm  Verification that synthesis has generated a correct netlist and that subseqeunt operations such as scan and clock insertion have not changed circuit functionality  Verification that the chip, when fabricated, will meet timing  A manufacturing test that verifies that the chip is free of manufacturing defects
  • 19. Sign-Off Simulation(2)  The Current methodology uses separate approaches to address each issue  Formal verification is used to verify correspondence between the RTL and final netlist  Static timing analysis is used to verify timing  Some gate-level simulation, either unit-delay or full timing, is used to complement formal verification and static timing analysis  Full scan plus BIST provides a complete manufacturing test for functionlity.
  • 20. Formal Verification  Formal verification uses mathematical techniques to prove the equivalence of two representations of the circuit  To check equivalence between the original RTL  The synthesized netlist  The netlist after test logic is inserted  The netlist after clock tree insertion and layout.  Hand edits  Benefit of formal verification  Allows the RTL to remain the golden refrence for the design, regardless of modifications made to the final netlist
  • 21. Gate-Level Simulation with Unit-Delay Timing  Unit-delay simulation involves performing gate-level simulation with unit delay for each gate.  Unit-delay simulations can be used to verify  The chip initializes properly  The gate implementation functionally matches the RTL description  Gate simulation complements formal verification  Gate simulation is important for verifying initialization because gate-level simulation handles propagation of unknown or uninitialized states more accurately than RTL simulation
  • 22. Gate-Level Simulation with Full timing  Full-timing simulation on large chips is very slow  Used only where absolutely necessary  This technique is useful for validating  asynchronous logic  Embedded asynchronous RAM interfaces  single-cycle timing exceptions  These tests should be run with the back- annotated timing information from the place and route tools, and run with hazards enabled.