fault icon indicating copy to clipboard operation
fault copied to clipboard

Add `__getitem__` interface for wrappers

Open leonardt opened this issue 6 years ago • 0 comments

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]

leonardt avatar Feb 06 '19 21:02 leonardt