Search Results

Filters
Reset All

Filters

Topic

Show More

Show Less

Content Type

Show More

Show Less

Audience

Resource Type

Show More

Show Less

Tags

Show More

Show Less

2215 Results

  • From Power Intent to Microarchitectural Checks of Low-Power Designs - Part 1

    PA-Static verification is primarily targeted to uncover the power aware structural issues that affects designs physically in architectural and microarchitectural aspects. The structural changes that occur in a PA design are mostly due to physical insertions of special power management and MV cells; such as power switches (PSW), isolation (ISO), level shifter (LS), enable level shifter (ELS), repeaters (RPT), and retentions flops (RFF).

  • A Hierarchical and Configurable Strategy to Verify RISC-V based SoCs

    This article outlines a hierarchical and configurable verification strategy for RISC-V based IP and SoCs. A three-level (unit, core and SoC) hierarchy is proposed for testbenches. Each level of the hierarchical testbench is configurable for both architectural and micro-architectural parameters. At the heart of the verification strategy is an ISG (Instruction Stream Generator) and a UVM testbench.

  • SVA Alternative for Complex Assertions

    This article first explains the concepts, and then by example, how a relatively simple assertion can be written without SVA with the use of SystemVerilog tasks; this provides the basis for understanding the concepts of multithreading and exit of threads upon a condition, such as vacuity or an error in the assertion, providing examples that demonstrate how some of the SVA limitations can be overcome with the use of tasks, but yet maintain the spirit ( but not vendor’s implementations ) of SVA.

  • Testbench: Architecture and Operation

  • Testbench: Architecture and Operation

    In this session, you will learn about the architecture of a UVMF testbench and directory structure.

  • Environment Code Generation

    In this session, you will learn the format and content of the YAML configuration file that describe the UVMF Environment.

  • Environment Code Generation

  • Scoreboards and Predictors

    In this session, you will learn the roles and responsibilities of scoreboards and predictors within the UVMF, the scoreboards provided by UVMF and how they are configured.

  • Scoreboards and Predictors

  • Environments: Architecture and Operation

  • Environments: Architecture and Operation

    In this session, you will learn the roles and responsibilities of an environment within a simulation.

  • Interface Code Generation

    In this session, you will learn the steps needed to produce code for an UVMF Interface using the generator.

  • Interface Code Generation

  • Agents: Architecture and Operation

  • Agents: Architecture and Operation

    In this session, you will learn about components within a protocol agent and its associated bus functional models and the roles and responsibilities of these components including the abstraction level they operate at.

  • Code Generation Introduction

  • Code Generation Introduction

    In this session, you will learn why code generation can be a powerful tool and how to take advantage of it for the purposes of quickly producing a UVMF-based testbench.

  • UVMF - Overview

    In this session, you will learn what the UVM Framework is, the functionality it provides, its testbench architecture, and available documentation and support.

  • UVMF - Overview

  • UVMF - Series Introduction

  • UVMF - Series Introduction

    In this session, you are introduced to the UVM Framework and the list of sessions that comprise this video track.

  • UVM and C Tests: Perfect Together

    This paper will demonstrate techniques and methods for using DPI-C along with a standard UVM Testbench.

  • UVM Framework

    In this track you will learn more about UVM Framework and how it that provides a reusable UVM methodology and code generator for rapid testbench generation.

  • UVM and C Tests: Perfect Together

    Using DPI-C is easy and powerful. Using a SystemVerilog interface, many of the integration and connection issues can be eliminated. Using the techniques outlined above large, threaded C tests can be created easily. This paper will demonstrate techniques and methods for using DPI-C along with a standard UVM Testbench.

  • Are You Trapped in an Unfamiliar, Large SystemVerilog UVM Testbench?

    This session will describe useful debug techniques for debugging a UVM testbench with 8 to 10 agents, and many stimulus generators, checkers and exception handlers running in parallel.