cocotb_wrapper.testbench.Testbench.reset#

async Testbench.reset(dut, time, units)[source]#

Reset the DUT.

Parameters:
  • dut (HierarchyObject) – The device under test

  • time (int) – The time to hold the reset

  • units (str) – The unit of the time value

Return type:

None