79479628

Date: 2025-03-02 19:39:48
Score: 2
Natty:
Report link

From the cocotb github discussion page, the recommended answer is to use a simple module that wires together the DUTs you want to test.

https://github.com/cocotb/cocotb/issues/385

I recommend you to use a "harness" Verilog module. In this module you can instantiate DUTs in various configuration. From the Cocotb perspective your simulated top level will be the harness, instead of a standalone DUT.

Reasons:
  • No code block (0.5):
  • Self-answer (0.5):
  • Low reputation (1):
Posted by: pbandlead