Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
rtlil: Fix value type for iterator over
SigSpec
When we are iterating over a `SigSpec`, the visited values will be of type `SigBit` (as is the return type of `operator*()`). Account for that in the publicly declared types.
- Loading branch information