Brian Padalino

Results 27 comments of Brian Padalino

That looks great! Where in the code is that at? I can try to take a look at adding this type of output for groups and tokens as you suggested....

Indeed that is what I am looking for. I'm willing to do the work with guidance of code style so it can be contributed back. I am guessing it would...

I can't handle dropped messages, unfortunately. Alternatively, can I dynamically add a new subchannel to a device once it's running, and be able to query the number of active channels?...

It seems to be some strange ZMQ bug with the Bad Address `SIGABRT`. So I've successfully installed nanomsg and msgpack, switched over to PUB/SUB instead of PUSH/PULL and notice my...

I will try to track down the ZMQ issue - see if it's been fixed in a later release, and file a bug report if it hasn't. As for the...

Is that true? Section 4.4 of the LRM-2008 states: > If the subprogram instantiation declaration occurs immediately within an enclosing package declaration, the generic-mapped subprogram body occurs at the end...

Do you think this is still unclear on how it could be implemented?

This issue hasn't gotten any attention in quite some time, but I am curious to resurrect it given some work I've done looking at VHDL-2019 and their interfaces which they...

Note that some of the transactions did happen in a different order. Attaching all logs here for posterity. [modelsim.log](https://github.com/nickg/nvc/files/10865009/modelsim.log) [nvc.log](https://github.com/nickg/nvc/files/10865010/nvc.log) [riviera.log](https://github.com/nickg/nvc/files/10865011/riviera.log)

I figured out how to fix the simulation. By adding another `wait for 0 ns` [here](https://github.com/UVVM/UVVM/blob/ba91436b3489da74b475a5e418d20fb728014063/uvvm_vvc_framework/src_target_dependent/td_vvc_entity_support_pkg.vhd#L905), the simulation completes just fine. Unsure if this is a bug in `nvc` and...