{
  "cells": [
    {
      "cell_type": "markdown",
      "metadata": {},
      "source": [
        "# PCCX Lab UVM Verification Flow\n",
        "\n",
        "Source scope: company harness and UVM planning records."
      ]
    },
    {
      "cell_type": "code",
      "metadata": {},
      "source": [
        "flow = [\n",
        "    {\"stage\": \"compile\", \"record\": \"Verilator-first simulation direction\"},\n",
        "    {\"stage\": \"drive\", \"record\": \"AXIL command and DMA sequence inputs\"},\n",
        "    {\"stage\": \"monitor\", \"record\": \"capture DUT response and timing metadata\"},\n",
        "    {\"stage\": \"scoreboard\", \"record\": \"compare with Python golden result\"},\n",
        "    {\"stage\": \"report\", \"record\": \"CI/CD workflow output\"},\n",
        "]\n",
        "first_smoke = {\n",
        "    \"test\": \"matrix_core_int32_smoke\",\n",
        "    \"input_shape\": \"32x32 fixed or random matrices\",\n",
        "    \"expected\": \"bit-for-bit compare against Python golden output\",\n",
        "    \"scope\": \"simulation workflow record\",\n",
        "}\n",
        "{\"flow\": flow, \"first_smoke\": first_smoke}"
      ],
      "execution_count": null,
      "outputs": []
    },
    {
      "cell_type": "markdown",
      "metadata": {},
      "source": [
        "## Boundary\n",
        "\n",
        "Hardware, board-access, and deployment stages require separate evidence records. This notebook is limited to the planned simulation workflow."
      ]
    }
  ],
  "metadata": {
    "kernelspec": {
      "display_name": "Python 3",
      "language": "python",
      "name": "python3"
    },
    "language_info": {
      "name": "python",
      "version": "3.x"
    }
  },
  "nbformat": 4,
  "nbformat_minor": 5
}
