As an alternative to the attribute syntax, design elements can be accessed through an dict-like syntax: https://docs.cocotb.org/en/development/writing_testbenches.html#accessing-identifiers-starting-with-an-underscore-or-invalid-python-names
Can we create type annotations in a way that dut[" will give auto-complete options?
As an alternative to the attribute syntax, design elements can be accessed through an dict-like syntax: https://docs.cocotb.org/en/development/writing_testbenches.html#accessing-identifiers-starting-with-an-underscore-or-invalid-python-names
Can we create type annotations in a way that
dut["will give auto-complete options?