Kaleb Barrett

Results 630 comments of Kaleb Barrett

@themperek I have a Mac to test on, but I have some other things that are higher priority to me rn to work on. I'll try to get to this...

IIRC it was originally there because we used to register system functions via VPI that were required to be there during compilation. It's probably not needed now since we removed...

~~If only... I remember listening to that and looking it up to be dismayed they built it specifically for asyncio. We will have to push to generalize it upstream to...

There is an open PR that handles some of the JUnit stuff, why not add a comment there and see if that can be added.

Actually I think the issue is that the JUnit file is written within the simulation and the waves are set by the runner when the simulator is written. We will...

https://github.com/cocotb/cocotb/actions/runs/16757607646/job/47444285036?pr=4854#step:28:3044 It's probably best to avoid using XML objects programmatically and just keep everything in an internal format until we're ready to write the file out.

I don't know where the confusion is. 23.5 states: > after control returns to the tool from the callback function from which the vhpi_control function was invoked Which is unambiguous...

That sounds like an extension. Anything providing functionality for HDLs is out of scope.

Test order randomization is a regression-level feature, not a test-level one. This would need to be a flag set on the RegressionManager and toggled via an envvar. This is probably...