aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
| * Improvements to pyGHDL.dom.Patrick Lehmann2021-06-196-77/+115
| |
| * pyGHDL: handle c_doubleumarcor2021-06-193-4/+7
| |
| * pyGHDL: run blackumarcor2021-06-194-14/+38
| |
| * Better aggregate handlingPatrick Lehmann2021-06-193-13/+27
| |
| * Format aggregates.Patrick Lehmann2021-06-192-2/+29
| |
| * First step towards aggregates.Patrick Lehmann2021-06-196-4/+155
| |
* | Add unit tests for pyGHDL DOMPatrick Lehmann2021-06-193-2/+25
|\ \ | |/ |/|
| * pyGHDL: bump pyVHDLModel to 0.10.1umarcor2021-06-191-1/+1
| |
| * testsuite/pyunit: add opts '-vs' to pytest callumarcor2021-06-191-1/+1
| |
| * testsuite/pyunit/dom: replace AllVHDLSources.sh with AllSources.pyumarcor2021-06-193-82/+24
| |
| * ci: add MSYS2 jobs for testing DOM with AllVHDLSources.shumarcor2021-06-191-1/+51
| |
| * testsuite/pyunit: add AllVHDLSources.shumarcor2021-06-191-0/+31
|/
* pyGHDL/cli/DOM: if an exception arises return non zero exit code and do not ↵umarcor2021-06-191-5/+8
| | | | pretty print
* vhdl-nodes: Initialize global state to allow restart.Tristan Gingold2021-06-192-0/+4
| | | | Fix handling of multiple files by cli/DOM.py
* pyGHDL: use LocationType instead of Location_TypeTristan Gingold2021-06-194-14/+13
|
* pyGHDL/cli: make DOM.py executableumarcor2021-06-181-0/+0
|
* pyGHDL/dom: reformattingTristan Gingold2021-06-183-5/+14
|
* pyGHDL/dom: add some guards to avoid crash for optional fieldsTristan Gingold2021-06-183-2/+6
|
* Added handling of Floating Point.Patrick Lehmann2021-06-184-10/+28
|
* pyGHDL: automatically add type annotations for nodes.pyTristan Gingold2021-06-185-759/+865
| | | | Add missing types in _types.py, adjust lsp
* vhdl-nodes.ads: use pnodes layout for Number_Base_TypeTristan Gingold2021-06-181-1/+8
| | | | So that it can be extracted.
* pyGHDL/libghdl/_decorator.py: factorize code, handle c_uint32Tristan Gingold2021-06-181-46/+29
|
* pyGHDL/cli/DOM: support passing target files as CLI argumentsumarcor2021-06-181-7/+19
|
* Added missing file headers.Patrick Lehmann2021-06-183-4/+66
|
* Mode code more local.Patrick Lehmann2021-06-186-91/+149
| | | | (cherry picked from commit 2e64bb94806f080e015a5aea38c7c8734b971377)
* Black found more files - strange.Patrick Lehmann2021-06-1731-296/+530
| | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6)
* Reduced testcase.Patrick Lehmann2021-06-171-10/+1
|
* Using a decorator to bind libghdl to Python.Patrick Lehmann2021-06-1730-1575/+5204
|
* Changes to pnodespy.Patrick Lehmann2021-06-172-39/+96
|
* Increment requirement pyVHDLModel to v0.10.0.Patrick Lehmann2021-06-171-1/+1
|
* Added a simple frontend for testing.Patrick Lehmann2021-06-173-18/+66
|
* Updates to the dom namespace in pyGHDL.Patrick Lehmann2021-06-1719-174/+1251
|
* Added editor configuration file.Patrick Lehmann2021-06-171-0/+33
|
* Removed duplicate keys in dictionary.Patrick Lehmann2021-06-171-2/+0
| | | | (cherry picked from commit 2ab737115eb3fe650cfc559fd3f5a9a3ef9656e7)
* testsuite/synth: add another test on if statementsTristan Gingold2021-06-173-0/+92
|
* synth: add a gate on an optimization to simplify memory handling.Tristan Gingold2021-06-172-67/+38
|
* pyGHDL: fix formattingTristan Gingold2021-06-171-0/+1
|
* pyGHDL: add Get_Character to name_table.pyTristan Gingold2021-06-161-2/+15
|
* testsuite/synth: add test for #1781Tristan Gingold2021-06-168-0/+416
|
* netlists-memories: strengthen dyn_extract mux reduction. Fix #1781Tristan Gingold2021-06-162-1/+52
|
* synth: minor fixesTristan Gingold2021-06-152-9/+8
|
* testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed.Tristan Gingold2021-06-1318-45/+59
| | | | Option --strip-trailing-cr is used only on windows.
* testsuite/vpi: Don't use C99 declerations in loops.Alfred M. Szmidt2021-06-134-4/+8
|
* configure: use macosx mcode configuration files for OpenBSD x86Tristan Gingold2021-06-131-3/+3
|
* testsuite/testsuite.sh: Go through /usr/bin/env to figure out where bash is.Alfred M. Szmidt2021-06-131-1/+1
|
* src/ortho/mcode/memsegs_c.c: Don't define HAVE_MREMAP on OpenBSD.Alfred M. Szmidt2021-06-131-1/+1
|
* configure: Add checks for OpenBSD.Alfred M. Szmidt2021-06-131-0/+2
|
* testsuite/synth: add a test for #1780Tristan Gingold2021-06-123-0/+120
|
* testsuite/gna: add reproducer for #237Tristan Gingold2021-06-103-0/+186
|
* vpi: handle get_value for indexed names. Fix #237Tristan Gingold2021-06-105-164/+411
|