Refactor: rename SimDUT, restructure DUT simulation and test flow

This commit is contained in:
2025-07-21 15:57:15 -06:00
parent 27064417dd
commit 4a1f943126
28 changed files with 750 additions and 5 deletions

View File

@@ -0,0 +1,24 @@
Welcome to the Hardware Test Framework!
=======================================
.. toctree::
:maxdepth: 2
:caption: Contents:
getting_started
usage
architecture
simulation
hardware
modules
----
Overview
--------
This project is a reusable Python test harness for validating electronic hardware designs using Pytest, SCPI/serial interfaces, and optional simulation mode.
* Easy to extend
* Supports both bench instruments and DUT interaction
* Includes automatic HTML test reporting