Kaleb Barrett
Kaleb Barrett
Additionally, after dropping this section... https://github.com/cocotb/cocotb/blob/c4b9a2696971ca78471ff09708bed1c06b16866a/pyproject.toml#L106-L111 We can increase C++ version minimum to C++14.
Moving to newer gcovr also allows us to use new pragmas for ignoring branches or scopes.
I like this change, but can we do it while preserving git history? https://stackoverflow.com/questions/3887736/keep-git-history-when-splitting-a-file
Superseded by #3737.
There is simply not enough information here to attempt to help. Please follow the issues template and include the simulator, simulator version, OS, cocotb version, and Python version.
Are you filling out the `TOPLEVEL` variable with the toplevel module name?
I'll try to do this tonight. Otherwise it might be a while.
Just changing structs to arrays is not the right answer here. I'm actually really surprised that the regression passes with this change. Clearly not enough testing is being done. What's...
Actually now that I've been thinking about this. I think this might be a good idea. Indexing into packed objects, whether that's packed arrays, or packed structs, etc. is not...
I'm still trying to figure out a holistic approach to this. In my mind: 1. You can't index into packed objects. 2. Packed objects are discovered as single GPI objects....