verification
Here are 922 public repositories matching this topic...
AFTER TX support
Other than BEFORE TX we could expose AFTER TX as a SQL method
A formula like forall x1. forall. x2. exists x3. phi
gets resugared to, and hence pretty printed as, forall x1 x2 x3. phi
. The bug is in the uncurry
function in FStar.Syntax.Reguar.fs
.
-
Updated
Aug 6, 2020 - C++
-
Updated
Feb 9, 2021
-
Updated
Nov 13, 2021 - Java
-
Updated
Nov 16, 2021 - F*
-
Updated
Nov 14, 2021 - TeX
-
Updated
Jun 15, 2018 - Go
Several users have asked for an example of how to use the makefiles in projects that contain precompiled and/or encrypted IP cores or libraries. There should be a simple example. It will likely not work for them, but could act as a template.
Alternatively, documentation or an explicit API for these objects would also help.
-
Updated
Feb 15, 2021 - Java
-
Updated
Jan 11, 2021 - Go
-
Updated
Oct 7, 2021 - C++
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 28, 2021 - JavaScript
-
Updated
Nov 13, 2021 - Go
Prusti uses collections such as HashSet
and HashMap
, which use a high quality hasher that provides high protection against collisions. However, that hasher is relatively slow and we don't care about HashDoS attacks. So, replacing those collections with FxHashSet
and FxHashMap
should always be better.
Collections: https://doc.rust-lang.org/nightly/nightly-rustc/rustc_data_structures/fx/i
-
Updated
Oct 13, 2021 - Rust
-
Updated
Sep 18, 2021 - Verilog
-
Updated
Nov 29, 2020 - VHDL
-
Updated
Jul 29, 2021 - Python
-
Updated
Mar 3, 2019 - Lean
-
Updated
Nov 6, 2021 - C
-
Updated
Dec 11, 2016 - Objective-C
-
Updated
Nov 11, 2021 - C
-
Updated
Sep 26, 2021 - Go
-
Updated
Dec 13, 2020 - JavaScript
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."
They are all currently written in groovy; I'd like to migrate them to the build.gradle.kts format to make the whole project Kotlin-based.
I think this can be done in steps, migrating one build.gradle file at a time - not sure about it though.