eine

Results 287 comments of eine
trafficstars

Can I use it as a library? I.e. `script -i mywf.vcd -o mywf.json`.

You are so fast! It is ok that the description of the format is not exactly the same. I will try to write the 'transpiler' as soon as I have...

Can you provide a link to a repo where that's happening?

It is used during the deploy task of some travis-ci jobs, in order to push docker images to dockerhub. E.g.: - Pull `ghdl/ext:vunit`. No credentials required. - Build `ghdl/ext:ide`. No...

Ref https://github.com/actions/upload-artifact/issues/3#issuecomment-526673109

@JayFoxRox, you might find [eine/tip](https://github.com/eine/tip) useful or, at least, inspiring. As a matter of fact, I wrote that action in JavaScript several months ago. Artifacts were not supported, so my...

There is the concept of multi-root workspaces: https://code.visualstudio.com/docs/editor/multi-root-workspaces For example, in VUnit, using multi-root workspaces would require defining each example as a folder in the workspace, and another one for...

@GlenNicholls, the regular procedure is to fork this repo to say `GlenNicholls/ghdl-language-server`, using the 'Fork' button above. Then, you push the branch to your repo. Last, you open a Pull...