Unai Martinez-Corral
Unai Martinez-Corral
I didn't know about graft. Very interesting reference!
I was just thinking that it would be good to have performance tests. Since the codebase is being updated/reworked, those tests could help know that peformance is maintained (or improved)...
IMHO, changing to the three branch structure would be desirable regardless of making the change to GitHub as the main location. I am also in favour of making GitHub the...
@jotego if your waveforms are VCD (or you can convert them to that), you might use a parser such as [GordonMcGregor/vcd_parser](https://github.com/GordonMcGregor/vcd_parser). In [umarcor/vcd_parsealyze](https://github.com/umarcor/vcd_parsealyze) I added support for signals of types...
I pushed eight tests to https://github.com/antmicro/f4pga-examples/blob/gh-pages. See https://github.com/antmicro/f4pga-examples/blob/gh-pages/theme_tests.md. - A: [.../testA/#](https://antmicro.github.io/f4pga-examples/testA/#): left sidebar depth is 1, items are linkable regardless of having children. - [.../testA/building-examples.html](https://antmicro.github.io/f4pga-examples/testA/building-examples.html): right sidebar depth seems to...
Overall, the proposal is correct and adequate. Thanks for the PR! There are at least two similar solutions which I am aware of (because I did implement them either partially...
Hi @didrocks and thanks for this very detailed issue! It seems that there's content for a bunch of PRs here... let's go step by step. I think that the base...
> Hi @umarcor , just wanted to know what's the status of this issue and when can we expect in cobra ? > Thanks #841 is ready for merging since...
I tested with `GHDL 3.0.0-dev (2.0.0.r870.g1cc85c578) [Dunoon edition]` (MSYS2 LLVM) and I don't get a crash: ``` # ghdl -a ent.vhd ent.vhd:18:42: invalid prefix for user defined attribute report ""...
@sckoarn, my bad. I can confirm the crash with `--std=08`, both on Windows and on Linux: ``` # docker run --rm -itv /$(pwd)://wrk -w //wrk gcr.io/hdl-containers/ghdl ghdl -a --std=08 ent.vhd...