leonardt / fault

A Python package for testing hardware (part of the magma ecosystem)
BSD 3-Clause "New" or "Revised" License
41 stars 13 forks source link

Avoid traversing arrays/tuple in clock logic #323

Closed leonardt closed 10 months ago

leonardt commented 2 years ago

Should only descend into tuple/array if there's a nested clock type, otherwise skip (avoids lazy children elaboration when possible).