Add GitHub Actions MWEs
Pinned
Activity
umarcor push hdl/containers
commit sha: 5d3ba6f2509695516ca7ce4c43418dee2710ac1e
push time in 3 minutes agoumarcor push hdl/containers
commit sha: 2702fb2bae471b69688e0a26b5ea896359b944c1
push time in 4 minutes agoumarcor push hdl/containers
commit sha: 5696c2b560ad7f67b17dea62423d593b9b1f343c
push time in 7 minutes agoumarcor issue comment chipsalliance/f4pga-examples
project-f.rst (and likely others): broken link
project-f.rst (project-f.html) has a bad link in the warning at the top.
The link to
https://github.com/chipsalliance/f4pga-arch-defs/issues/2246
should instead point to
https://github.com/SymbiFlow/f4pga-arch-defs/issues/2246
. (or has the link been updated but the repo hasn't moved yet?)
I suspect a global search-and-replace for links to chipsalliance/f4pga-arch-defs will find other occurrences of links that are broken.
has the link been updated but the repo hasn't moved yet?
That is the case. Nonetheless, see #305.
umarcor pull request chipsalliance/f4pga-examples
docs/project-f: fix ref to arch-defs issue
Close #304.
umarcor in antmicro/f4pga-examples create branch umarcor/docs/project-f
umarcor push hdl/containers
commit sha: dacf4aa30b92c525c52070941553a01cad75d767
push time in 21 minutes agoumarcor push dbhi/dbhi.github.io
commit sha: 95282f0ddabb148861beb791a258dacf2c9afd8f
push time in 7 hours agoumarcor push hdl/containers
commit sha: ebd34802db79eaa496a4647c205cc32a49a83d80
push time in 8 hours agoumarcor push hdl/containers
commit sha: a6b9b49c59ce3dc2f0e207b2538115e5508cacb1
push time in 8 hours agoumarcor push hdl/containers
commit sha: 76c523d1a844fb15c4791fa3bf749dd25243a3d2
push time in 8 hours agoumarcor push hdl/containers
commit sha: 3e91347b9a48d9ba3bdbc17509bf378bfffeedaa
push time in 8 hours agoumarcor push hdl/containers
commit sha: ba54c83d8d0151de529bf3411ad5777424a77162
push time in 8 hours agoumarcor push hdl/containers
commit sha: 944ee603cd6a75dde943d5bb450c4aef3a3a704e
push time in 8 hours agoumarcor push hdl/containers
commit sha: a9796d8fa0defa789226208acf73068b085029e1
push time in 8 hours agoumarcor push hdl/containers
commit sha: 00a15d077facc40cf339edee1e99237668acd657
push time in 8 hours agoumarcor push hdl/containers
commit sha: ee4fbdcebdde0878e45a59b5bb6a8f1dd07d0328
push time in 8 hours agoumarcor push hdl/containers
commit sha: baf3e7c4c7ab1ad71070969c396124f88aa30ad5
push time in 9 hours agoumarcor push hdl/containers
commit sha: 8fe5d4cc015400b13751559bb760e3018d9a51da
push time in 9 hours agoumarcor pull request ghdl/ghdl
GCC 12
This is an attempt to add GCC 12 support in the Makefile and to use it in CI. As seen below, it is failing with gengtype: failed to compute output name for ../../gcc-srcs/gcc/vhdl/ortho-lang.c
.
umarcor push hdl/containers
commit sha: 446382f45140bffeccac29f92cfb062881b3cd75
push time in 9 hours agoumarcor push hdl/containers
commit sha: 3fa6e7c801af4c379ff2fb4ba47b43c99185cdc3
push time in 9 hours agoumarcor push umarcor/ghdl
commit sha: 0e6cda6dcbc212194bbb92a618b5e2fff65018f2
push time in 9 hours agoumarcor push hdl/containers
commit sha: dcc09ef0eb8450ff7799c32267a0c7e622f3faea
push time in 9 hours agoumarcor push umarcor/ghdl
commit sha: 15b53ec8554b7dff5f446cd5caf76b32e594b4b1
push time in 9 hours agoumarcor push umarcor/ghdl
commit sha: ca53fab7cf13635747450b16525f5545c4b8bfe1
push time in 9 hours agoumarcor issue hdl/containers
No documentation around how to setup system to run docker build locally
https://hdl.github.io/containers/#_build explains;
A helper script is provided in .github/bin/dockerBuild to ease building images, by hiding all common options. It’s a wrapper around command build of pyHDLC.cli:
But just running the script ends up with;
[email protected]:~/github/hdl/containers$ .github/bin/dockerBuild magicls
Traceback (most recent call last):
File "/ssd/github/hdl/containers/./pyHDLC/cli.py", line 26, in <module>
from pyAttributes.ArgParseAttributes import (
Which is clearly got something to do with missing dependencies for pyHDLC but there doesn't seem to be any instructions on how to set up things to run pyHDLC.....
umarcor issue comment hdl/containers
No documentation around how to setup system to run docker build locally
https://hdl.github.io/containers/#_build explains;
A helper script is provided in .github/bin/dockerBuild to ease building images, by hiding all common options. It’s a wrapper around command build of pyHDLC.cli:
But just running the script ends up with;
[email protected]:~/github/hdl/containers$ .github/bin/dockerBuild magicls
Traceback (most recent call last):
File "/ssd/github/hdl/containers/./pyHDLC/cli.py", line 26, in <module>
from pyAttributes.ArgParseAttributes import (
Which is clearly got something to do with missing dependencies for pyHDLC but there doesn't seem to be any instructions on how to set up things to run pyHDLC.....
There is now a section in the documentation explaining the Utils. pyHDLC commands/functions are automatically documented, and the syntax of the config YAML file is explained.
Add GitHub Actions MWEs