-
ghdl -a --std=08 --work=osvvm OSVVM/AlertLogPkg.vhd
OSVVM/AlertLogPkg.vhd:115:1:warning: package "alertlogpkg" was also defined in file "OsvvmLibraries/osvvm/AlertLogPkg.vhd" [-Wlibrary]
OSVVM/Aler…
-
OSVVM is currently rev-tied to a revision that is over a year old. In the meantime, there was a nice feature added that comes in handy when implementing bus masters (DelayCoverageIDType in DelayCovera…
-
Error: ../testcase.e.vhdl(8): (vcom-1598) Library "osvvm" not found.
Error: ../testcase.e.vhdl(9): (vcom-1474) Selected name prefix "osvvm" in context reference is not a library name.
Error: ../t…
-
I noted in your pull request for OSVVM that you run tests by saying:
```
- name: Test Rand
run: orbit test --tb Demo_Rand --target gsim -- --std=08
```
Let me point out a couple…
-
I'm getting an error with ActiveHDL 11.1:
```
=== Command output: ===
COMP96 WARNING COMP96_0048: "This function may complete without return statement." "C:/Users/Glen.Nicholls/AppData/Local/Prog…
-
Hi. I was hoping I could get some examples of fsva use, particularly using xsim/Vivado using some of the features listed on the ReadMe, such as OSVVM.
Also I was wondering if this tool could ouput …
-
Hi, hopefully this is not user error...
# issue
no code coverage outputs are generated when enabling code coverage
# the output I observe
Three directories are created in following structure:
…
-
When checking the output waveform of OSVVMs UART TX model, it was noticed the Start-bit is to short (half the bit-time).
The transmitted sequence is `0x45 = 0b01000101`, so `s10100010S` (s = start-…
-
I have developed some timing checks based on the OSVVM lecture material that integrates the basic timing check processes into the AlertLog hierarchy and allows OSVVM-based verification models to add t…
-
This is an spin-off coming from #754. That issue is about using OSVVMLibraries in VUnit, after compiling them externally (using OSVVM's `.pro` files, GHDL's vendor scripts or any other solution). It a…