eine

Results 49 issues of eine

```yaml ref: https://dev.to/targeted/learning-fpga-programming-key-points-for-a-software-developer-18bf tags: [learning, fpga, programming] ``` - [dev.to/targeted](https://dev.to/targeted/) - [Learning FPGA programming, key points for a software developer (part 1, the time) ](https://dev.to/targeted/learning-fpga-programming-key-points-for-a-software-developer-18bf) - [Learning FPGA programming, key...

cat: Articles

Unlike [Hacker News](https://news.ycombinator.com/), in VHDL News the sorting strategy is very simple: - Entries in categories `Show`, `Articles`, `Tools` and `Cores` are published in their corresponding section. - Entries in...

Default shells seem to be limited. For example, the following step: ``` - run: | ps echo "$(tty)" ``` produces: ``` PID TTY TIME CMD 2587 ? 00:00:02 Runner.Listener 2611...

Runner Feature

This issue is to gather references which might be interesting to be added to the docs: **GHDL: a libre VHDL simulator** > FOSDEM2015 > 2015 Jan 31-Feb 1, Brussels >...

Enhancement
Documentation: General
Documentation: Restructured Text

``` WARNING! Your password will be stored unencrypted in /home/travis/.docker/config.json. Configure a credential helper to remove this warning. See https://docs.docker.com/engine/reference/commandline/login/#credentials-store ```

help wanted
CI: travis

Right now, it is only tested with Xming on Windows, and the path is fixed. Possible enhancements: - Allow the user to set the path where Xming is installed. -...

enhancement

As shown in [1#issuecomment-379972520](https://github.com/1138-4EB/hwd-ide/issues/1#issuecomment-379972520), with wavedrom it is possible to get a SVG from a WaveJSON (JSON) file. Although WaveJSON is not the best format for complex signals, it is...

waveform

The format of `hdl-prj.json` is currently undocumented. This is expected, since it is in a very early development stage and it is subject to change very frequently. However, since it...

Ref: [Multi-root workspaces](https://code.visualstudio.com/docs/editor/multi-root-workspaces) where mentioned in [#5](https://github.com/ghdl/ghdl-language-server/issues/5#issuecomment-503262439). Currently, multi-root workspaces seem not to be supported. I added the following `hdl-prj.json` to VUnit's [examples/vhdl/array_axis_vcs](https://github.com/VUnit/vunit/tree/master/examples/vhdl/array_axis_vcs): ``` json { "options": { "ghdl_analysis": [...

Related to #4 and #5. Reproduction steps: - An `hdl-prj.json` is provided which contains paths to non-existing files. - A message is shown for each not found file, which is...