Max Korbel
Max Korbel
I believe this was built on devtools_extensions 0.0.12 based on the actions run (vs. 0.0.14 current latest): https://github.com/quekyj/rohd/actions/runs/7913672857/job/21601807816 I'll try rerunning with the latest in case some recent change or...
Oh also, it looks like we're running on "Flutter SDK version "3.18.0-0.2.pre" from the beta channel on linux", so we'll update that too.
@quekyj has shown me that using Flutter 3.19.0-0.3.pre on beta channel on Windows 11 (and the Dart version included) does properly load up the devtools extension. So perhaps this is...
As an update, building with flutter stable 3.19.3, consuming with Dart 3.3.3 in WSL still doesn't have any rohd extension show up in the devtools. ``` dependency_overrides: rohd: git: url:...
Here's some reproduction steps on non-WSL using a GitHub codespace container, so it should be portable. 1. Go to https://github.com/intel/rohd-vf and create a GitHub codespace on `main`. 2. Add the...
I just tried it out and it appears to be working! Thank you!!
@stephtancs note @Sanchit-kumar has implemented this already here: https://github.com/intel/rohd/pull/350
We should investigate free/open-source linting tools for checking and CI flows to help catch issues and prevent regressions. Perhaps verilator's linting can help? https://projectf.io/posts/verilog-lint-with-verilator/
Another open-source linter: https://github.com/dalance/svlint
Were you able to get the extension running by pointing at the `artifacts` branch? I tried adding this into a `pubspec.yaml` (not in the `rohd` package itself): ```yaml dependency_overrides: rohd:...