aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add support for PSL onehot/onehot0 functions (#1633)T. Meissner2021-02-0928-275/+701
| | | | | | | | | | | | | | | * vhdl: parse PSL onehot/onehot0 builtin calls. For #662 * update pyGHDL bindings * Synthesis of PSL built-in onehot/onehot0 function. * testsuite/synth: add tests of PSL built-in functions onehot()/onehot0() for #662 * doc: add info about PSL built-in functions onehot()/onehot0() for #662 * synth: refactor synthesis of onehot/onehot0 functions Co-authored-by: eine <eine@users.noreply.github.com>
* ci: use image 'ghdl/debug:base' as the base of 'ghdl/doc'eine2021-02-071-3/+1
|
* testsuite/gna: add a test for #1631Tristan Gingold2021-02-065-0/+45
|
* vhdl-sem_expr: remove assertion and change comment. Fix #1631Tristan Gingold2021-02-061-3/+4
|
* ci/pyGHDL: fix git diff checkeine2021-02-061-1/+3
|
* update license headersumarcor2021-02-0598-549/+361
|
* testsuite/synth: add a test for #1628Tristan Gingold2021-02-043-0/+40
|
* Update copyright headers for vhdl-elocations*Tristan Gingold2021-02-046-39/+33
|
* synth: handle to_stdlogicvector. For #1628Tristan Gingold2021-02-041-1/+2
|
* vhdl: recognize to_stdlogicvector. For #1628Tristan Gingold2021-02-043-222/+243
|
* testsuite/pyunit: use PYTHON envvar, if definedumarcor2021-02-031-1/+1
|
* Bump version to 2.0.0-devTristan Gingold2021-02-022-2/+2
|
* Prepare release 1.0.0Tristan Gingold2021-02-022-2/+2
|
* ci: update emojis/iconseine2021-02-021-12/+14
|
* ci/macos: test all suiteseine2021-02-021-1/+2
|
* ci: cleanup macos buildeine2021-02-022-12/+7
|
* ci: enable both mcode and llvm builds for macosEdu Garcia2021-02-022-5/+18
|
* ci: remove outdated commentEdu Garcia2021-02-021-3/+0
|
* ci: enable gnat cache for macosEdu Garcia2021-02-021-0/+8
|
* ci: make wget a bit less verbose when downloading gnat for macosEdu Garcia2021-02-021-1/+1
|
* ci: remove gnat cleanup so libghdl can be built for macosEdu Garcia2021-02-021-32/+0
|
* ci: enable libghdl in the osx jobeine2021-02-021-3/+1
|
* Bump version to v1.0.0rc4Tristan Gingold2021-02-012-2/+2
|
* readme: minor fixesumarcor2021-02-011-2/+2
|
* doc: reorganise and updateumarcor2021-02-0129-579/+403
|
* ci: rename workflow 'push' to 'Test'umarcor2021-02-012-2/+2
|
* doc: move pyGHDL intro to __init__.pyumarcor2021-02-012-44/+18
|
* doc: add ref to ghdl-language-server from ghdl-lsumarcor2021-02-011-2/+2
|
* doc: rm Foreign, use URL refumarcor2021-02-012-9/+1
|
* gitignore: updateumarcor2021-02-011-0/+3
|
* ci: use a clean base image for ghdl/documarcor2021-02-011-9/+9
|
* Bump version to v1.0.0rc3Tristan Gingold2021-01-312-2/+2
|
* Bump version to v1.0.0.rc1Tristan Gingold2021-01-312-2/+2
|
* testsuite/gna: add testcase for #1624Tristan Gingold2021-01-292-0/+26
|
* trans-chap7.adb: handle universal integer/real multiplication. Fix #1624Tristan Gingold2021-01-291-0/+4
|
* testsuite/gna: file testcase for #1623Tristan Gingold2021-01-296-0/+165
|
* Avoid codacy warnings in previous commitTristan Gingold2021-01-261-2/+2
|
* testsuite/gna: add a test for #803Tristan Gingold2021-01-265-0/+131
|
* grt: add Error_NF to report final error status. Fix #803Tristan Gingold2021-01-263-2/+13
|
* std_names: add gclk. For #1610Tristan Gingold2021-01-259-398/+412
| | | | Regenerate python files.
* Fixes to the UVVM script.Patrick Lehmann2021-01-231-10/+8
|
* lsp testsuite: improve substitution (for windows)Tristan Gingold2021-01-211-8/+13
| | | | URI and paths need to be substitued differently
* vendors/uvvm: adjust newline trimumarcor2021-01-211-2/+2
|
* vendors/uvvm: fix file existance checkumarcor2021-01-211-1/+1
|
* vendors: make 'filter.analyze.sh' executableumarcor2021-01-211-0/+0
|
* vendors: move vendor pre-compile scripts into subdir 'scripts'umarcor2021-01-2121-9/+9
|
* Fixed corner cases and error reporting for UVVM pre-compile scripts. (#1619)Patrick Lehmann2021-01-212-9/+21
|
* src/ghdldrv: fix regression for ghdl-yosys-pluginTristan Gingold2021-01-203-4/+12
| | | | Allow to do multiple synthesis
* LanguageServer: quote URI, adjust lsp.py (for Windows)Tristan Gingold2021-01-202-3/+3
| | | | URI on windows have the colon character (':') quoted.
* lsp.py: only use urllib (as python3 is required)Tristan Gingold2021-01-201-6/+3
|