Unai Martinez-Corral

Results 618 comments of Unai Martinez-Corral

> Now I think it is a feasible solution for me to synthesize vhdl file. @minghungumich, note that the regular GHDL executable allows to "synthesize" VHDL >= 2008 to either...

Then, we should probably start with using a version of GHDL which is not coming from fpga-toolchain. As you found out, it's archived and outdated. Can you get any other...

FTR, in [dbhi/qus](https://github.com/dbhi/qus), ~15 different procedures to use these resources in CI are explained and tested, both on GitHub Actions and on Travis. See the complete list of tests: https://github.com/dbhi/qus/blob/master/docs/tests.md...

@martin-g, note that you don't need `sudo` on GHA. The runner seems to be in group `docker`. See https://github.com/dbhi/docker/blob/master/.github/workflows/push.yml#L67 and https://github.com/dbhi/docker/runs/789862140?check_suite_focus=true#step:3:36.

Hi @Darshcg! This repository is for amd64/x86_64 hosts only (#77). For other host archs, you can use [dbhi/qus](https://github.com/dbhi/qus): > images are provided for each of seven host architectures officially supported...

> I think a similar project might support ARM architectures as a host architecture. I am not sure. > [dbhi/qus](https://github.com/dbhi/qus) Yes, in dbhi/qus seven host architectures are supported with the...

Yes, everything is executed in Travis. The most important feature of dbhi/qus is that everything is public. There is no step at all that maintainers need to do offline. It...

First off, note that GitHub Actions are used now, apart from Travis: https://github.com/dbhi/qus/blob/master/docs/dev.md > It seems this logic is `run.sh - do_register` function. `do_register` is used during tests. When building...

Be aware that QEMU's scripts might not support running 32 bit ARM binaries on aarch64-only devices (yet). See dbhi/qus#4.

@natcl, in [dbhi/qus](https://github.com/dbhi/qus) host architectures other than amd64 are supported.