aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Added pycode role.Patrick Lehmann2022-12-241-0/+4
| | | | (cherry picked from commit cf52f1ccf5491c8dca8cf97b156a2d0d29c004d9)
* Removed/disabled customized Sphinx/BTD extensions.Patrick Lehmann2022-12-241-6/+4
| | | | (cherry picked from commit d5ff8ffe2e56f614b1c942913796a2733a68aab7)
* Updated Sphinx configuration.Patrick Lehmann2022-12-241-8/+20
| | | | (cherry picked from commit fe702ec6fc634c72d98e174d4fba5b9aa014aa45)
* Improved autoapi template.Patrick Lehmann2022-12-241-30/+76
| | | | (cherry picked from commit 8d85d97998a9f0694889d0ddd579e7d9f247ab3d)
* Updated autoapi template.Patrick Lehmann2022-12-241-79/+50
| | | | (cherry picked from commit 4977150c62f61abd9740f6b0386dc2340b13dd07)
* Converted string formatting to f-strings.Patrick Lehmann2022-11-301-1/+1
|
* Document changes to -frelaxed from #2165 (#2167)Farmadupe2022-08-071-0/+4
| | | Co-authored-by: Thomas Green <none>
* doc: --gen-depends is not available with mcode. Fix #2121Tristan Gingold2022-07-041-3/+6
|
* Bumped Python package dependencies in pyGHDL.Patrick Lehmann2022-06-181-3/+3
|
* doc: document all warningsTristan Gingold2022-06-171-23/+122
|
* doc: update links to Yosys website (#2069)Xiretza2022-05-311-4/+4
|
* update for LLVM 14.0umarcor2022-04-081-1/+1
|
* fix few more typosJulin S2022-03-012-7/+7
|
* Fix typoJulin S2022-03-011-1/+1
| | | Fix typo
* docs: fix headline markersXiretza2022-03-011-2/+2
|
* docs: fix paragraph about existing VHDL editionsXiretza2022-03-011-1/+1
|
* Update documentation for VHDL-2019Xiretza2022-02-282-6/+14
|
* Prepare for release 2.0.0Tristan Gingold2022-02-282-13737/+22647
|
* doc: update diagram 'internals'umarcor2022-02-231-0/+0
|
* doc/about: change 'you' to formal englishumarcor2022-02-081-11/+10
|
* doc: update overview diagramumarcor2022-02-081-0/+0
|
* doc/about: 's/event-based timing/event-driven execution/'Unai Martinez-Corral2022-02-081-1/+1
| | | Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
* doc/about: updateUnai Martinez-Corral2022-02-081-1/+1
| | | Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
* doc/about: 's/programming language/computer language/'Unai Martinez-Corral2022-02-081-1/+1
| | | Co-authored-by: Patrick Lehmann <Paebbels@gmail.com>
* doc: use extlinks moreumarcor2022-02-078-63/+66
|
* doc/conf: fall back to 'alabaster' if '_theme' does not existumarcor2022-02-071-15/+23
|
* doc: move toctrees to a fileumarcor2022-02-072-65/+66
|
* doc: use theme_overrides and class 'shield' to fix the width of SHIELDsumarcor2022-02-074-63/+75
|
* doc/About: updateumarcor2022-02-071-10/+28
|
* doc/conf: add interpshinx target 'vasg'umarcor2022-02-071-3/+4
|
* doc/internals/Overview: updateumarcor2022-02-075-26/+35
|
* doc/requirements: remove redundant dependencyumarcor2021-12-181-2/+0
|
* pyTooling.Packaging is now replaced by pyTooling.Patrick Lehmann2021-12-161-1/+1
|
* doc: space cleanupumarcor2021-12-151-1/+1
|
* Added entry points.Patrick Lehmann2021-12-141-1/+1
|
* Bumped dependencies.Patrick Lehmann2021-12-131-1/+1
|
* Bumped version of pyTooling.Packaging to v0.3.2.Patrick Lehmann2021-12-121-1/+1
|
* Using pyTooling.Packaging in conf.py.Patrick Lehmann2021-12-121-22/+14
|
* Updated setup.py to use pyTooling.Packaging.Patrick Lehmann2021-12-121-0/+2
|
* doc/ghdl.1: Follow style conventions in SEE ALSO sectionAndreas Bombe2021-10-041-3/+1
|
* elab-order command: add an option to display libraries. Fix #1736Tristan Gingold2021-10-041-8/+12
|
* grt-vcd.adb: add option --vcd-4states to dump a strict vcd file. Fix #1759Tristan Gingold2021-09-301-1/+8
|
* revert "doc: pin sphinx to v3.3.1 to prevent search bug"umarcor2021-09-041-1/+1
| | | | This reverts commit 4a6b6dbda139e8265570cd2a51b6c371abef4912.
* revert "doc: temporarily pin docutils to 0.16, due to theme compatibility ↵umarcor2021-09-041-1/+0
| | | | | | issues (readthedocs/sphinx_rtd_theme#1115)" This reverts commit 5c6b2eb7bf6633a8e80d39dbcc024a466fca29ee.
* doc: announce v1.0 (#1840)Unai Martinez-Corral2021-08-164-44/+64
| | | | | * doc: fix old refs to readthedocs * doc/news: v1.0 announcement
* Codacy issues, Travis cleanup and update ghdl.texi (#1807)Unai Martinez-Corral2021-06-262-2668/+45793
| | | | | | | | | | | | | | | | | | | * ghw: fix memleaks reported by codacy * ghw: printf issues and style (GNU indent) * testsuite/gna: minor printf issues * testsuite: fix issues reported by codacy * scripts/ci-run: clean travis stuff (deprecated) * scripts: fix issues reported by codacy * doc/Makefile: add .PHONY * doc: update ghdl.texi * testsuite/synth: use synth_tb
* doc/using: update wave filtering, add note about GTKWave, link to section ↵Unai Martinez-Corral2021-05-172-47/+35
| | | | GHW (#1760)
* doc: mention -frelaxed to avoid incompatibility for shared variablesTristan Gingold2021-05-061-1/+2
|
* doc: document --out=verilog for synthTristan Gingold2021-04-281-3/+6
|
* doc/development/building/LLVM: add 12.0 to the list of supported versionsumarcor2021-04-271-1/+2
|