Simon Menzel
Simon Menzel
I fixed 3 of the linting issues, however, I don't know how to fix this problem without changing unrelated code that I don't understand fully: ```vunit/vivado/vivado.py:16:0: R0914: Too many local...
I have to see how I can make a PR from my work computer. In the meantime, here is a patch: ``` diff --git a/vunit/vivado/vivado.py b/vunit/vivado/vivado.py index e36da72a..d14dd56b 100644 ---...
I like this concept, using the message queue as a way to encode a sequence of value changes to a signal without the need to wait for clock edges inside...