fault
fault copied to clipboard
Add `__getitem__` interface for wrappers
Right now, if you want to dynamically fetch a port or instance, you'll need to use getattr(tester.circuit, key)
, instead it would be nice to do tester.circuit[key]