Unai Martinez-Corral
Unai Martinez-Corral
A relevant modification in #842 is precisely fixing these inconsistencies. For deciding when to show the help and when to add args/subcommands in the help of non-runnable subcommands invoked without...
The docs in this repo seem to be markdown sources and markdown files generated in https://github.com/chipsalliance/verible/blob/master/.github/bin/github-pages-setup.sh. That's uploaded to gh-pages: https://github.com/chipsalliance/verible/blob/master/.github/workflows/verible-ci.yml#L575-L599. ReadTheDocs seems not to be used at all (see...
After rebasing on top of branch `master`, the following errors are produced in CI: # Linting https://github.com/VUnit/vunit/actions/runs/8236613480/job/22523448088?pr=961#step:5:84 ``` ************* Module vunit.sim_if.__init__ vunit/sim_if/__init__.py:189:0: R0022: Useless option value for 'disable', 'no-self-use' was...
CI is failing because the required package is not installed. You can specify it in https://github.com/VUnit/vunit/blob/master/pyproject.toml#L64-L80, since all the tests are executed through tox.
@lavovaLampa could you please make https://github.com/VUnit/vunit/pull/939/commits/7cfdaec780e93b11fcd151c02cecb050b5095d54 a separated PR (which we can merge before this)?
I think that the third method is ok. However, the second would also be acceptable. I don't think it's worth the complexity of the first solution just for solving this...
Since the main file all other SV files in this repository depend on is https://raw.githubusercontent.com/VUnit/vunit/master/vunit/verilog/vunit_pkg.sv, I did the following test: ```bash #!/usr/bin/env bash set -e cd $(dirname "$0") mkdir -p...
FTR, there was an update in verilator/verilator#4125: https://github.com/verilator/verilator/issues/4125#issuecomment-1572146533 > one could implement `disable fork` by getting the `std::process` instance of each forked process and calling `kill` on them. Or by...
@Bonusbartus, you can use conditions (`if`) to selectively call `add_library` and add sources in a single `run.py` file. When `main` is executed, it will only process/compile/handle the files that were...
@davidmedinasigasi you mean that the classname should be `tb_uart_lib.error_with_dots` and the name `test.with.dots`? In other words, VUnit is incorrectly assuming that test names do not have `.`.