verification
Here are 825 public repositories matching this topic...
Stabler gensym
This is very low prio, but it usually happens that when touching Prims or some other file high in the dependency graph, we get spurious diffs in many other files. Since we check-in the snapshot, and we need to have it up-to-date, we get very verbose commits when nothing relevant changed. Plus, when something did change, it's hard to spot.
Example: I removed a few lines in prims and get things
-
Updated
Feb 9, 2021
-
Updated
Aug 6, 2020 - C++
What happened
immuclient supports to query by transaction id
immuclient tx #
But the error messages are not clear or when the transactions id is invalid:
immuclient tx 0 returns illegal arguments, immuclient tx -0 tries to map it with a flag unknown shorthand flag
What you expected to happen
better error message would be `invalid TXid - transaction id range start with 1
-
Updated
Apr 25, 2021 - Java
-
Updated
Apr 25, 2021 - F*
-
Updated
Jun 15, 2018 - Go
-
Updated
Feb 15, 2021 - Java
If TOPLEVEL is not set iverilog fails with an obscure error message because there is nothing after the -s option. I recommend that Makefile.sim check for TOPLEVEL and (and other required variables) and give a clean error message.
-
Updated
Jan 11, 2021 - Go
-
Updated
Mar 29, 2021 - C++
-
Updated
Sep 5, 2018 - JavaScript
Here is the problem:
$ make compile
Traceback (most recent call last):
File "C:\My_Designs\probe_fpga_design_1\run.py", line 336, in
main()
File "C:\My_Designs\probe_fpga_design_1\run.py", line 181, in main
vu.add_osvvm()
File "c:\my_designs\probe_fpga_design_1\deps\vunit\vunit\ui_init_.py", line 1030, in add_osvvm
self.builtins.add("osvvm")
File "c:\my
-
Updated
Apr 20, 2021 - Go
-
Updated
Apr 15, 2021 - Rust
-
Updated
Nov 29, 2020 - VHDL
-
Updated
Mar 3, 2019 - Lean
-
Updated
Apr 8, 2021 - Python
-
Updated
Dec 11, 2016 - Objective-C
-
Updated
Apr 25, 2021 - C++
-
Updated
Apr 24, 2021 - C
-
Updated
Dec 13, 2020 - JavaScript
-
Updated
Apr 23, 2021 - OCaml
-
Updated
May 3, 2020 - Verilog
Improve this page
Add a description, image, and links to the verification topic page so that developers can more easily learn about it.
Add this topic to your repo
To associate your repository with the verification topic, visit your repo's landing page and select "manage topics."

I'm mocking simple function returning
UIntbut after that method is executed in the test it crashes withjava.lang.ClassCastException.Expected Behavior
No crash, mocked function returns unsigned number result.
Current Behavior
Exception `java.lang.ClassCastException: kotlin.UInt cannot be cast to java.lang.In