Hi there, my struct has more than 300 memebers, each of them represent a signal from bus and will not easily change its structure.
Ive changed MaxVisitMembers to 1024 and expand visitor(SPG1024(0)), however another assertion failed said struct with more than 100 fields is unsupported.
Is there a way to expand supported tuple size?