eine

Results 287 comments of eine
trafficstars

I suggest to clone this repo first: ```sh git clone --recurse-submodules https://github.com/VUnit/vunit cd vunit ``` Then, add my fork as a remote: ```sh git remote add 1138-4EB https://github.com/1138-4EB/vunit git fetch...

@imd1, on the one hand, it seems that you are trying to compile sources with `vhdl_standard=08`, which is likely to fail because VHDL 2008 support in Vivado is quite limited....

@tmeissner thanks, and I agree. However, I have the feeling to be reinventing the wheel, because we are implementing a kind of package manager. Hence, I didn't want to make...

As commented in Gitter, I agree. We do need `vc_list.json` and `vunit_cfg.json` or some similar mechanism internally in order to build the docs. They are used to automatically find and...

As commented in [June 12, 2019 8:12 PM](https://gitter.im/VUnit/vunit?at=5d0140972f44e426f5918341), I think it is important to acknowledge the concept of a parent repository containing multiple VC repos, each of them with a...

Maybe we can create an `iverilog` branch with the most up to date fork, for better visibility and for multiple users to have a common place? I believe that iverilog...

How large is "large"? Did you test the limit size that does no crash?

@LarsAsplund I can reproduce the issue with the latest `ghdl/ext:vunit` image. Rename the attached file to either `tgz` or `tar.gz`, extract it and run `docker run --rm -itv $(pwd):/src -w...

@qarlosalberto did you set the stack size with `ulimit` or did it work as is?