aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/ImplementationOfVHDL.rst
Commit message (Collapse)AuthorAgeFilesLines
* docs: fix headline markersXiretza2022-03-011-2/+2
|
* Update documentation for VHDL-2019Xiretza2022-02-281-4/+11
|
* doc: use extlinks moreumarcor2022-02-071-1/+1
|
* doc: mention -frelaxed to avoid incompatibility for shared variablesTristan Gingold2021-05-061-1/+2
|
* Add support for PSL onehot/onehot0 functions (#1633)T. Meissner2021-02-091-1/+1
| | | | | | | | | | | | | | | * 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>
* Fixed some ReST issues.Patrick Lehmann2021-01-051-6/+6
|
* doc/PSL: only clocked directives are supported, related to #1479 (#1487)T. Meissner2020-10-061-2/+2
|
* doc: fix title lengthumarcor2020-08-311-1/+1
|
* Update and fix PSL documentation (vunits, see #1027, PSL functions)tmeissner2020-07-301-6/+12
|
* vhdl: --std93c is now an alias for --std=93 -frelaxedTristan Gingold2020-06-131-7/+1
| | | | This simplifies the definition of --std=93c
* doc: add '.. program:: ghdl' directive (#1017)1138-4EB2019-11-121-0/+1
|
* Update doc (#1003)1138-4EB2019-11-111-0/+299
* doc: update makefile and build scripts * actions: add workflow 'doc' * doc: reorganize sections * doc: fix 'unknown option' warnings, headings, spaces, etc. * doc: add subdir 'examples', move 'quick_start' sources * doc: add section 'Development/Debugging' * doc: add section'Development/Synthesis' * doc: update roadmap * doc: add section examples * doc: use standard domain * doc: add comment about 'vhd' vs 'vhdl'