Closed widlarizer closed 1 month ago
Is there a diff in the generator's output against what it produced the last time it worked?
Here you go. The diff is the const additions and then temporary variable naming noise
The flags property seems to have disappeared
short
-> short int
fixes that
Not the change I expected to help
Fixes #4670 by probably implementing nested class declaration. I don't really know what the wrapper generator does and I don't want to find out more than I already did. Also the DIY C++ parser doesn't like trailing commas in enum declarations so I removed it from
RTLIL::ConstFlags
.