Unai Martinez-Corral

Results 152 issues of Unai Martinez-Corral

This issue is to discuss the implementation of a header file `ghdl.h` that provides an API to (de)code/convert GHDL's non-trivial data types. Precisely, to update https://ghdl.github.io/ghdl-cosim/vhpidirect/declarations.html by providing an easy-to-use...

Enhancement
Interface: VHPIDIRECT

As @RocketRoss commented in https://github.com/umarcor/ghdl-cosim/pull/3#issuecomment-613011530 (see also https://github.com/umarcor/ghdl-cosim/pull/4#discussion_r407684573): > Split ghdl.h > ghdl.h + ghdl.c > > I think this point may be a bone of contention, but I also...

Enhancement
Discussion

VHPIDIRECT is supported by all the backends (mcode, LLVM or GCC) on any platform (GNU/Linux, Windows, macOs; amd64, aarch64, ppc64, etc.). However, current CI tests use LLVM only (on GNU/Linux...

Enhancement
Good First Issue
Help wanted
CI: GitHub Actions

This was significantly more painful than I had expected, but I got something. In this PR, 5 modifications are contributed: - A CI workflow named MSYS2. - netlistsvg is installed...

Using GHDL as a frontend for Yosys allows synthesising VHDL, Verilog and/or mixed language designs. See https://im-tomu.github.io/fomu-workshop/mixed-hdl.html. It'd be interesting to test whether this extension supports those cases, and to...

The last news fragment was added/edited 7 months ago: https://github.com/VUnit/vunit/tree/master/docs/news.d. Since then, ~30 commits were pushed to branch `master`, without editing/adding corresponding fragments. Therefore, those enhancements/fixes are not shown in...

I'm trying to write a single class which can read the following two files: ```yml #test-logentry.yml Log: - Time: '1 s' Severity: 'Info' Message: 'this is a message' - Time:...

As discussed in #16, since VUnit supports generating XUnit reports, we can convert that to HTML and include it in the sphinx doc as a section. Which tool should we...

Documentation
Enhancement
Tools: VUnit
CI: GitHub Action

This issue was created in repo VHDL/sphinx-vhdl, which was a placeholder (now removed). > @Nic30 > Hello, > > there is some sphinx plugin, which can generate schematic, from HDL....