Christian Haettich
Christian Haettich
Yes exactly, `modkey + tab` once to switch back and forth, but `modkey + tab` twice to go to W3 and `modkey + tab` four times to W4. At the...
This behavior is well established in other window managers right? As far as I can remember it was like this with WindowMaker.
Hi, which GCC version are you using? The error happens when compiling gtest (gmock) library. Could you try to create a simple test program and then compile and link it...
Hi, I don't have a windows build environment available at my side so it is difficult for me to dig a little bit deeper. Your first error log shows some...
Could you try to build the version 1.0.0?
Did someone get a response from @ehliar about his initial steps? (https://gitter.im/VUnit/vunit/archives/2016/04/27). I am interested in having the `icarus verilog` support and I am willing to help.
@svenka3 Nice, this is a starting point. I had a look at your example and there are probably some statements which need to be realized by Icarus to get everythink...
Ok, I've created the fork and branch, which can be found here: https://github.com/feddischson/vunit/tree/icarus_support I also added a folder `docs/missing_icarus/missing_icarus_features.rst ` to track the missing icarus features. @svenka3 I've added you...
@svenka3 I added your files to the fork. Regarding > > We could create a list of sv statements (or simple example) to get an overview of > > missing...
@kraigher thanks A first [example](https://github.com/feddischson/vunit/tree/icarus_support/examples/verilog/icarus_example) is working now (with several workarounds). I had to pass the `runner_cfg` via `$value$plusargs` because Icarus (`vvp`) has no option to override a verilog parameter...