aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* doc: add header to indexumarcor2021-01-061-0/+4
|
* doc: recommonmark is not used at the momentumarcor2021-01-061-1/+1
|
* ci: add graphiz to temporary ghdl/doc imageumarcor2021-01-061-1/+1
|
* testsuite/gna: add a test for previous commitTristan Gingold2021-01-052-0/+21
|
* vhdl-parse_psl.adb: handle n_paren_prop in Psl_To_VhdlTristan Gingold2021-01-051-0/+4
|
* vhdl-parse.adb: improve diagnostic messagesTristan Gingold2021-01-051-1/+2
|
* cli: support '[--]version --ref' and '[--]version --hash' tooumarcor2021-01-051-2/+2
|
* cli: add 'version ref' and 'version hash'umarcor2021-01-052-8/+20
|
* version: add Ref and Hashumarcor2021-01-054-8/+39
|
* Also auto document options from 'pnodes' and 'pnodespy'.Patrick Lehmann2021-01-054-14/+35
|
* Fixed -P option.Patrick Lehmann2021-01-052-3/+3
|
* Reordered navigation bar items.Patrick Lehmann2021-01-052-2/+2
|
* Tiny modifications.Patrick Lehmann2021-01-052-4/+4
|
* Added 'attrs' to the dependency list.Patrick Lehmann2021-01-052-6/+5
|
* Run AutoProgram to extract ghdl-ls CLI options. Add a link to gnatdoc.Patrick Lehmann2021-01-055-4/+22
|
* Extract CLI parameters from ghdl-ls.Patrick Lehmann2021-01-054-15/+89
|
* Fixed typo.Patrick Lehmann2021-01-051-1/+1
|
* Try without explicit extension so Sphinx takes either png or svg.Patrick Lehmann2021-01-051-2/+2
|
* Removed old Python documentation.Patrick Lehmann2021-01-054-144/+4
|
* Fixed some ReST issues.Patrick Lehmann2021-01-052-10/+10
|
* Enabled Python Module Index.Patrick Lehmann2021-01-052-0/+5
|
* Updated prolog for Sphinx (global include per ReST file).Patrick Lehmann2021-01-052-2/+11
|
* Enabled missing Sphinx extensions. Fixed role name cls to class.Patrick Lehmann2021-01-053-12/+159
|
* Fixed dependency list for documentation.Patrick Lehmann2021-01-051-1/+11
|
* Reduced levels of documentation.Patrick Lehmann2021-01-052-2/+6
|
* Added link to auto generated doc.Patrick Lehmann2021-01-051-12/+16
|
* Fixed parameter reference.Patrick Lehmann2021-01-054-19/+19
|
* Described GHDLs Python interfaces.Patrick Lehmann2021-01-051-2/+38
|
* Reorganized conf.py in a logical flow and sections for each plugin.Patrick Lehmann2021-01-051-86/+168
|
* vhdl: fix reprint of vhdl08 array element constraints.Tristan Gingold2021-01-059-459/+564
|
* vhdl-prints: avoid assertion on empty hbox for simple loopTristan Gingold2021-01-041-7/+16
|
* lsp.py: display trace environment variable in the helpTristan Gingold2021-01-041-1/+1
|
* setup.py: slightly lower required python versionTristan Gingold2021-01-041-1/+1
|
* pyGHDL: rename ghdl-ls to lsp.pyTristan Gingold2021-01-041-0/+0
|
* Make pyGHDL.dom compatible to latest pyVHDLModel.Patrick Lehmann2021-01-021-6/+6
|
* Added documentation.Patrick Lehmann2021-01-023-0/+16
| | | | (cherry picked from commit e55be23d658216c3a017bb5bec8452ad78548b43)
* Added '@export' to list public interface items in '__all__'.Patrick Lehmann2021-01-025-0/+26
| | | | (cherry picked from commit 17fa10f71a50c2441115459df8d656acdb337f6e)
* Removed '__api__' due to a bug in pydecor's export decorator.Patrick Lehmann2021-01-025-7/+2
| | | | (cherry picked from commit 82c29e4340071a1c5dd4a364077bcd6771ce8216)
* Reordered import statments to: std library, global install, current project.Patrick Lehmann2021-01-0216-14/+43
|
* Add more missing file headers (incl. license info) to non-autogenerated ↵Patrick Lehmann2021-01-0218-0/+612
| | | | Python files.
* synth: add option to treat asserts as assumes and vice-versatmeissner2021-01-029-4/+168
|
* logo: add new bit logoeine2021-01-019-5/+64
|
* testsuite/synth: add a test for #1563Tristan Gingold2021-01-018-0/+173
|
* netlists-inference: handle multiple dff with the same clock. Fix #1563Tristan Gingold2021-01-014-5/+39
|
* testsuite/synth: add a test for #1572Tristan Gingold2021-01-013-0/+35
|
* synth-oper: handle ieee.numeric_std_unsigned.to_integer. Fix #1572Tristan Gingold2021-01-011-0/+1
|
* vhdl: recognize ieee.numeric_std_unsigned. For #1572Tristan Gingold2021-01-018-482/+621
|
* synth-expr: propagate error in synth_indexed_nameTristan Gingold2021-01-012-0/+8
|
* scripts/pnodespy.py: factorize codeTristan Gingold2021-01-011-27/+17
|
* coverage: run pyunit directlyumarcor2021-01-012-6/+3
|