Skip to content
#

verification

Here are 922 public repositories matching this topic...

mockk
curiousengineer
curiousengineer commented Dec 1, 2020

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

fpoli
fpoli commented Oct 12, 2021

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

Improve this page

Add a description, image, and links to the verification topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the verification topic, visit your repo's landing page and select "manage topics."

Learn more