Aadi Desai

Results 10 issues of Aadi Desai

I have narrowed down the issue to a small testcase, which results in a Verilator internal error. The file to be verilated: `vc.sv`: ```systemverilog package pa_vc; localparam int param1 =...

status: ready

I was wondering if it was possible (and the level of effort needed) to support module level property statements, rather than just inline properties within an `assert property ()` block....

area: assertions
status: ready
type: feature-IEEE

The same behaviour was observed with both - `svlint "0.5.5 ( rev: 0aa25c3, rustc: 1.62.0, build at: 2022/07/06 00:34:49 )"` - `svls "0.2.4 ( rev: 9586d6c, rustc: 1.62.0, build at:...

This was tested with a fresh copy compiled using the `gtkwave3-gtk3` folder in commit https://github.com/gtkwave/gtkwave/commit/49a2a53caee83890dff503c15815fb53d5ccde74. When generating the stems file, the filepath and line numbers are missing on module lines,...

## Description of change Adds a function that spawns a child process running the install command, using conditional compilation based on target family (unix vs windows). Closes #1840 ## How...

The `actions/checkout@v3` workflow doesn't seem to respect the `with: submodules: recursive` setting. In [this](https://github.com/supleed2/omg-rs/actions/runs/6027738760/workflow) workflow, the file shows the following: ```yaml jobs: create-release: runs-on: ubuntu-latest steps: - uses: actions/checkout@v3 with:...

First off, awesome simulator, the error stack traces are wonderful! I found NVC after trying GHDL, and in my testbenches, I usually leave designs uninitialised and later use a reset...

### Is your feature request related to a problem? Please describe I've switched to Podman + Podman Desktop from Docker Desktop and I was a fan of how Docker Desktop...

good first issue 🧁
area/dashboard 📊
kind/feature 💡

### Does your PR solve an issue? Closes #4093 ### Is this a breaking change? No, the change is backwards compatible with the existing `Vec` format. ~~Also, I did not...

### I have found these related issues/pull requests Related to #3928 and the original addition in #3917 ### Description I'm trying out the SQLite extension support using the `0.9.0-alpha.1` versions...

enhancement