Interactive tool
Python async TB sketch
Sketch a cocotb-style
async def test and
await timeline:
the coroutine suspends until a trigger resumes it.
Starter: async def test + await Timer(10) — DONE.