-
I managed to compile ghdl (master) in WSL using gcc4.9 and gcc5. When executing the adder test in cocotb, the following canbe seen:
```
make results.xml
make[1]: Entering directory 'cocotb/examples…
-
Is the GHW format for gtkwave actually working?
I have just updated my ghdl and when I try to generate a ghw waveform for GTKWAVE (v3.3.86) I got this error:
> ghw_read_base: error in section HI…
-
---
Author Name: **Pieter Kapsenberg**
Original Redmine Issue: 1421 from https://www.veripool.org
Original Assignee: Auto Update Daemon (@veripool-bot)
---
https://en.cppreference.com/w/cpp/keywo…
-
## Terminal Stuff
* [x] `$ brew upgrade bat fzf git heroku hokusai hub macvim the_silver_searcher tmux yarn`
* [x] `$ replug`
* [x] `$ asdf update && asdf plugin-update --all && asdf reshim`
* […
-
I'm currently copying this file between my projects:
```
import functools
from migen import *
__all__ = ["simulation_test"]
def simulation_test(case=None, **kwargs):
def configure_wr…
-
**IMPORTANT**: Before you create an issue, please take a look at our [Issue Reporting Guide](https://github.com/alexa/avs-device-sdk/wiki/Issue-Reporting-Guide).
## Briefly summarize your issue:
…
-
With v0.20.0 I get the following when running the test pattern with the -verbose switch:
~~~
[INFO] 6.476[0.000] || 2785900 ns: #######################################################…
ginty updated
5 years ago
-
The button for opening the src files should open a drop-down with file names if the project has more than one src file.
And a button with a similar behavior should be added to open VCD files in gtk…
-
---
Author Name: **Soya Ohnishi** (@Soya-Onishi)
Original Redmine Message: 2888 from https://www.veripool.org
---
Hello.
I learned that verilator and gtkwave support enums from chisel3 mailingl…
-
If you checkout the ws2812 branch of my fork here: https://github.com/mattvenn/TinyFPGA-BX/tree/ws2812
And then simulate:
make sim
You will see serial output and then gtkwave will start. At 359…