eine
eine
> Creative commons is not meant for licensing software. > > https://creativecommons.org/faq/#can-i-apply-a-creative-commons-license-to-software It is arguable whether a project with >90% of the sources written in VHDL should be defined as...
I think that attribution is inherent to licensing. All the copyright, copyleft, public domain... environment is based on attribution. See https://opensource.stackexchange.com/questions/4577/does-gplv3-require-attribution The case you reference about x0xb0x is how copyright...
> > I think that attribution is inherent to licensing. All the copyright, copyleft, public domain... environment is based on attribution. > > I think this is wrong since there...
Should lines 41 and 42 be the following: ```vhdl wb_masters_out(i).ack
> Allright, I'm confused :-) @eine what you say the lines should be is exactly what they are today .. or am I missing something ? Oh, I think this...
> So I believe I understand what you mean. That said, it's my experience (but let me know if I'm wrong) that synthesizers generally ignore the sensitivity list of processes...
> That said, if ghdl doesn't do the above optimisation, then I suppose we might be able to speed things up by hand-crafting more precise sensitivity lists for various processes....
@txtsd see https://github.com/msys2/setup-msys2/blob/main/main.js#L316 and https://github.com/msys2/setup-msys2/blob/main/main.js#L213. The content of field `pacboy` is appended to `pacboy --noconfirm -S --needed`. Therefore, the following should work: ```yml strategy: fail-fast: false matrix: sys: [ MINGW64,...
Ref: #630.
@andymckay, this issue is related to almost, if not all, the code in this repository. For example: - https://github.com/actions/starter-workflows/blob/master/ci/python-app.yml - https://github.com/actions/starter-workflows/blob/master/ci/python-package.yml - https://github.com/actions/starter-workflows/blob/master/ci/python-publish.yml