Collaborative
Active Project

System Verification of NanoSoC

Performing system-level verification on a System-on-Chip (SoC) design is crucial for ensuring the correct function and overall performance of the entire system, rather than individual components. With NanoSoC, there are multiple options for performing system-level verification. The verification framework presented in this Project uses a Python co-simulation environment called Cocotb. Cocotb was chosen for 1) quick creation of a verification environment, 2) the growing use of Python as a language in the verification and design community and 3) support for the use of multiple simulators. Cocotb supports drive and monitoring of an RTL test bench, and with bus extensions allows generation of stimulus and checks against references in a single script. The other advantage of this approach is the ability to reuse test components for testing at chip-level, on FPGA designs and within ASIC testbeds.

System-level verification involves testing the integrated SoC with all its components, subsystems, and external interfaces, emulating the real-world operating conditions and use cases. Some of the important things to test for at a system level are:

  • Integration Validation - have components been connected into the system correctly.
  • Interaction Verification - are components able to communicate with one another.
  • Use-case validation - are the intended use cases of the system able to be carried out correctly.
  • Performance validation - is the system able to meet performance requirements, especially in required use cases.
  • External Interface Verification - how does the SoC interact with the outside world and are use cases tested.

NanoSoC is a basic SoC framework comprised of an Arm Cortex-M0, Arm DMAC, a SoCLabs SoCDebug debug manager and a variety of subordinate regions containing accelerators, peripherals and memories.

To perform the System Test, the following diagram shows the proposed structure of the test environment:

System Verification Structure

The main concept for this test bench implementation is to drive and monitor the Cocotb AXI stream interfaces into an AXI Stream to FT1248 Interface that is already within the NanoSoC core, this allows the Cocotb test bench to inject ADP commands into the NanoSoC.

Within the constraints of this system testbench, a Verification Plan can be generated for NanoSoC. This aspect of the Project is currently being worked on but the sections are:

  • Laying out the objectives of the VPlan
  • Specifying the scope of the testing - which features and components are to be tested and which are we not
  • Specifying test environment - which tools, simulators and coverage analysers are being used
  • Set out Verification goals - aims to hit on functional and code coverage of design 
  • Create a list of feature points to create tests against
  • Generate a list of tests to get complete feature coverage

As the project is progressed and completed, the testbench for the NanoSoC will be created and confirmed in actual testing phase against the NanoSoC. More to follow...

Team

Name
Research Area
Hardware Design
Role
student

Comments

Add new comment

To post a comment on this article, please log in to your account. New users can create an account.

Project Creator
David Mapstone

SoC Labs Team at University of Southampton

Submitted on

Actions

Log-in to Join the Team