Philipp Wagner

Results 131 issues of Philipp Wagner

STR: - Get https://github.com/lowRISC/ibex/blob/master/rtl/ibex_alu.sv - Run ``` verible-verilog-format rtl/ibex_alu.sv ``` Output (stripped down to error message) ``` rtl/ibex_alu.sv: Formatted output is lexically different from the input. Please file a bug....

formatter

**Summary** Diagnose misleading indentation in case a statement like `if` or `else` is followed by more than one line with the same indentation level. This typically indicates that a `begin`/`else`...

enhancement
style-linter

Questa is working on supporting VHPI in addition to FLI (which continues to work and is fully supported). The current 2021.4 release shows the following test failures in the cocotb...

type:feature
category:simulators:questa
upstream

At https://docs.cocotb.org/en/stable/quickstart.html we have this text: > The code for the following example is available as [examples/doc_examples/quickstart](https://github.com/cocotb/cocotb/blob/master/examples/doc_examples/quickstart) in the cocotb sources. The examples link points to Git master, not to...

category:docs

In our pull request CI we often use nightly versions of tools, or do not specify a version at all. That overloads the meaning of the CI to do two...

type:feature
category:tests-ci

Issues which we encounter with the (pre-release version of) Python 3.11. * lxml 4.8.0, a dependency of coverage, does not work yet with Python 3.11. The next version is expected...

type:task

In Python 3.11 (pre-release) we get a test failure in CI: ``` ERROR: called callback function threw exception Traceback (most recent call last): File "/home/runner/work/cocotb/cocotb/cocotb/scheduler.py", line 385, in _react self._is_reacting...

upstream

GH Actions runners have come a long way since we set up private CI. It should now be possible to use GH Actions for private CI as well and avoid...

category:tests-ci
type:task

Most VHPI simulators today are requiring the use of `vhpiCbRepEndOfTimeStep` instead of (the standards-compliant) `vhpiCbRepStartOfPostponed` callback reason for the `ReadOnly` callback. See also #2749 for more background. We are trying...

type:feature
status:needs-proprietary-testing
type:task

I have a tox.ini that looks like this (a bit stripped down): ``` [tox] envlist = py3 [testenv] # Dependencies prefixed with "ci: " are only installed when running in...

question