Ondrej Ille

Results 131 comments of Ondrej Ille

Thanks for reference @Paebbels . I see that the "Install NVC" job refers to 1.13.0 version. The merged change on NVC side is not yet in any release. I guess...

@nickg I can try to have a look at some of the PSL issues, but I need to know what to deal with so that we will not have conflicts,...

I maybe was not precise: - PSL `BitVector` definitely maps to `std_logic_vector`. - PSL `BitVector` does not map to `std_logic` and IMHO should return the same error as `onehot` when...

Basic `rose` and `fell` support was added in: 8f355fe7d907bb3808d28cb401376155625a5be7

A similar feature is available in UVVM: [UVVM Functional coverage](https://uvvm.github.io/func_cov_pkg_overview.html#introduction) except that it does not have simulator API.

Hi @nickg , I am trying to play with this to see how far I get. My approach is: 1. Modified OSVVM to provide Vendor COV API for NVC: [OSVVM...

I gave it a shot at integrating the `cover_pkg`. It is a WIP with more created issues than resolved ones. The OSVVM Vendor API PKG returns `VendorCovHandleType` handle (which is...

> Why not? Maybe check with @JimLewis but it seems to me that the whole point of having the Vendor*Type types and a separate packages per vendor is that the...