pyvsc icon indicating copy to clipboard operation
pyvsc copied to clipboard

Python packages providing a library for Verification Stimulus and Coverage

Results 32 pyvsc issues
Sort by recently updated
recently updated
newest added

command: pip3 install pyvsc os info: 3.4.1 (c) python 3.10.8 Error message: Collecting pyvsc Using cached pyvsc-0.8.3.4340109521-py2.py3-none-any.whl (160 kB) Collecting pyboolector>=3.2.2 (from pyvsc) Using cached PyBoolector-3.2.2.20230110.4.tar.gz (21 kB) Preparing metadata...

### Discussed in https://github.com/fvutils/pyvsc/discussions/185 Originally posted by **jiyong00** August 8, 2023 Does anyone know how to write "default" as vsc.coverpoint in systemverilog style coverpoint as follows? ``` zero_delay : coverpoint...

enhancement

` from pyboolector import BoolectorNode` `ImportError: dlopen(/Library/Frameworks/Python.framework/Versions/3.11/lib/python3.11/site-packages/pyboolector.cpython-311-darwin.so, 0x0002): symbol not found in flat namespace '_boolector_add'` Hi I am trying to run riscv-dv using command `python3 run.py --simulator=pyflow` I am running...

Hi, I've been profiling my cocotb testbenches where I use pyvsc extensively, to see where I can gain simulation performance. I noticed that a large proportion of the python time...

I want to print my coverage model to confirm it met my exceptations. I use `get_coverage_report_model`, but the `CoverageReport` does not implement `__str__` or `__repr__`. Could you implement that to...

Is it possible to pickle a class that has the @vsc.randobj decorator? I get a PicklingError when trying to do something like this code below. Using the dill module instead...

Adds a cache of the objects generated by a do_randomize/randomize calls (VariableBoundVisitor, RandInfo, Randomizer, field_model_l, constraint_l, Boolector, and Boolector expressions) keyed on a string consisting of: randstate obj ID, PrettyPrintModel...

I am wondering if it is possible to use a random value as a list index inside a constraint. It does not seem to work as I expect. Here is...

**Hello, I'm trying to install this new package "pyvsc", but it generates an error that I can't seem to shake.** c:\Users\hawan\Downloads\emacs_dir\emacs\bin> pip install pyvsc pip install pyvsc Collecting pyvsc Using...