eine

Results 287 comments of eine
trafficstars

@pidgeon777, on MSYS2, it should work without manually building GHDL: ```sh pacman -S mingw-w64-ghdl-llvm mingw-w64-python-pip pip install git+https://github.com/ghdl/ghdl.git@$(ghdl version hash) ``` You can open any other terminal/tool from there (`cmd`,...

@suzizecat, let me step in, please. > (I'm not familiar with neither VSCode or ghdl) GHDL is a piece of software that is one of a kind. It is a...

> Thanks for this (astonishingly) detailed reply ! You are welcome! > The main purpose of my question was to know if there is some integration of go to definition...

> Then I think there is an issue with the LLVM image: it needs the .o files. My bad, you are correct. The LLVM image includes `*.o` files too. >...

> Yes, that can be optimized. ghdl uses the system gcc for linking. There might be issues for coverage however. Great, I'll leave this issue open to track this. Unfortunately,...

Maybe better adding a pagination and limiting the number of items per page? https://getbootstrap.com/docs/4.5/components/pagination/

Oh, then, yes an overflow would do (as for "Files:"). I was rather thinking about "tables", such as https://packages.msys2.org/package/

As commented in ghdl/ghdl#1063, most matching operators (`?/=`, `?=`) are not implemented in GHDL yet but the equality operator is available. Unfortunately, 2 of the 8 related tests in `tb_matching_operator.vhd`...

@norbertbonnici, thanks for opening this PR! Overall, it looks good, but I think that additional tests should be added, instead of putting them all together. This is because simulators/tools that...

> Yes of course! I will have a look at the LRM and see what is required. Note that, unlike VHDL 2019 (which contains ~60 modifications/features), VHDL 2008 was a...