1
0
mirror of synced 2026-02-24 08:13:43 +00:00
Files
YosysHQ.yosys/kernel/rtlil.h
Martin Povišer 80b8cd19c4 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.
2023-12-09 19:01:39 +01:00

83 KiB