aboutsummaryrefslogtreecommitdiffstats
path: root/doc
Commit message (Collapse)AuthorAgeFilesLines
* Add doc of the 3 ways to use PSL with GHDL (Implementation of VHDL -> PSL ↵T. Meissner2019-11-031-15/+84
| | | | implementation) (#996)
* enable llvm9 (#935)sharkcz2019-09-231-1/+1
|
* doc: re-add ghdl.texi (needed for gcc builds).Tristan Gingold2019-09-202-14/+6021
|
* enhance documentation terminology: reduce name clashing for VHDL standard ↵Arcturus2019-09-184-6176/+28
| | | | | | | | | | | | and collections. (#925) * enhance documentation terminology: reduce name clashing for VHDL standard and collections. * lists don't have columns * apply suggestions from review * remove build artifact
* [doc] Update section 'Getting GHDL' (#906)1138-4EB2019-08-3120-401/+245
| | | | | | | | * doc: fix version extraction from 'configure' * doc: update section 'Getting GHDL' * readme: update
* add TCE to ->Who uses GHDL (#868)TopiLeppanen2019-07-122-2/+12
|
* doc: update list of supported LLVM versions (#863)1138-4EB2019-07-092-8/+2
|
* add info about the structure of the project (#861)1138-4EB2019-07-071-1/+4
|
* Fix some issues with the docs (#857)1138-4EB2019-06-254-18/+10
| | | | | | * fix: minor doc issues * fix: doc/helpers.py
* update(doc)1138-4EB2019-04-3010-283/+393
| | | | | | | | | | * announce v0.36 * add hint about --synth and ghdlsynth * add option -gGENERIC=VALUE * add hint about --list-link * add hint about --bind * move 'Interfacing to other language' to it's own section * fix shields not being shown in contribute nor in licenses
* Release 0.36 - update copyright years, regenerate ghdl.texiTristan Gingold2019-03-032-266/+152
|
* doc: adjust dependenciesTristan Gingold2019-03-031-1/+1
|
* doc: generate shields from json files instead of hardcoding all of the in ↵1138-4EB2019-02-257-92/+121
| | | | inc files
* doc: add custom directive 'exec', generate releases shields and tables1138-4EB2019-02-256-54/+330
| | | | with json data retrieved from github api"
* add announcements for 20181129 and v0.36-rc11138-4EB2019-02-251-3/+20
|
* Merge pull request #767 from 1138-4EB/fix-requirementsPatrick Lehmann2019-02-241-1/+1
|\ | | | | Add `sphinx_rtd_theme` to `requirements.txt`.
| * add sphinx_rtd_theme to requirements.txt1138-4EB2019-02-231-1/+1
| |
* | Prepare for release.Tristan Gingold2019-02-231-926/+1019
|/
* update shields in docs1138-4EB2019-02-233-60/+45
|
* minor change in GCC backend build exampleArcturus2019-02-152-2/+2
| | | changed directory to build ghdl libraries
* Document warnings enabled by default.Tristan Gingold2019-01-051-0/+5
| | | | Close #728
* fix sphinx warnings1138-4EB2019-01-038-51/+40
|
* Doc: add a note about -no-pie for gcc builds.Tristan Gingold2019-01-011-0/+3
|
* doc: fix quickstart examples.Tristan Gingold2018-12-181-4/+9
|
* doc: more tips in quick start guide.Tristan Gingold2018-12-131-0/+26
| | | | Close #605
* Improve help and doc for --max-stack-alloc.Tristan Gingold2018-12-031-1/+1
|
* Add --max-stack-alloc option, check stack allocation of complex object.Tristan Gingold2018-11-231-0/+5
| | | | Fix #692
* Fix uvvm compilation failure, using #658 patch.Tristan Gingold2018-10-261-1/+1
| | | | Fix #658
* Improve doc, fix English typo.Tristan Gingold2018-09-231-19/+49
|
* Document default stop-delta value.Tristan Gingold2018-09-161-1/+2
| | | | Fix #654
* Add reference to Windows PowerShell upgradegritbub2018-06-051-0/+2
|
* Fix typogritbub2018-06-051-1/+1
| | | | | | | @gwtnb opened PR 597 while PR 591 was still open, pointing out this typo that had been missed. Incorporate this typo fix into PR 591
* Reduce after-sentence spacing to one spacegritbub2018-06-057-125/+125
| | | | | | | | | During PR 591 it was decided that all sentences should be ended with a period and then followed by only one space. Regex changed 132 instances of two spaces to one space (in 7 files). Also changed the second paragraph of CodingStyle to dictate the use of one space instead of two.
* Remove single quotes around linksgritbub2018-06-045-16/+16
|
* Elaborate the contents of the bug report templategritbub2018-06-041-2/+2
| | | | Also add a link to 1138-4EB/issue-runner
* Standardize indentation to 2 spacesgritbub2018-06-044-201/+201
| | | | | Change indentation within documentation code blocks to 2 space indents instead of 3.
* Move short option after long optiongritbub2018-06-041-26/+26
| | | | Clean up indentation.
* Replace Minimum with Minimalgritbub2018-06-021-1/+1
|
* Change pronouns from singular to plural.gritbub2018-06-023-3/+3
| | | | | | | Address 3 requested changes: -[Meta](https://github.com/ghdl/ghdl/pull/591/files#r192524451) -[Roadmap](https://github.com/ghdl/ghdl/pull/591/files#r192524641) -[ImplementationOfVHDL](https://github.com/ghdl/ghdl/pull/591/files#r192529073)
* Rephrase documentation - typos, grammatical nuance, and linksgritbub2018-06-0122-382/+370
|
* add .github (issue templates)1138-4EB2018-05-262-3/+15
|
* fix 'occured' typo1138-4EB2018-05-262-2/+2
|
* add ref to tar.gz file in Building1138-4EB2018-04-212-2/+2
|
* move COPYING_DOC.md to subdir doc1138-4EB2018-04-211-0/+427
|
* Set a version to libghdl, put version in configure.Tristan Gingold2018-03-211-8/+8
|
* Removed VUnit pre-compile scripts from GHDL.Patrick Lehmann2018-03-131-49/+35
| | | | Fixes #353, #534, #528.
* Fixed indentation in list of supported types for the VCD format.Patrick Lehmann2018-02-101-10/+6
|
* fix appveyor shield on rtd1138-4EB2018-01-271-2/+2
|
* doc: clarify gcc configure prefix.Tristan Gingold2017-12-211-6/+12
|
* Makefile: Add install.vpi.local and mention it.Tristan Gingold2017-12-211-1/+1
|