Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Added handling of Floating Point. | Patrick Lehmann | 2021-06-18 | 4 | -10/+28 | |
| | ||||||
* | pyGHDL: automatically add type annotations for nodes.py | Tristan Gingold | 2021-06-18 | 5 | -759/+865 | |
| | | | | Add missing types in _types.py, adjust lsp | |||||
* | vhdl-nodes.ads: use pnodes layout for Number_Base_Type | Tristan Gingold | 2021-06-18 | 1 | -1/+8 | |
| | | | | So that it can be extracted. | |||||
* | pyGHDL/libghdl/_decorator.py: factorize code, handle c_uint32 | Tristan Gingold | 2021-06-18 | 1 | -46/+29 | |
| | ||||||
* | pyGHDL/cli/DOM: support passing target files as CLI arguments | umarcor | 2021-06-18 | 1 | -7/+19 | |
| | ||||||
* | Added missing file headers. | Patrick Lehmann | 2021-06-18 | 3 | -4/+66 | |
| | ||||||
* | Mode code more local. | Patrick Lehmann | 2021-06-18 | 6 | -91/+149 | |
| | | | | (cherry picked from commit 2e64bb94806f080e015a5aea38c7c8734b971377) | |||||
* | Black found more files - strange. | Patrick Lehmann | 2021-06-17 | 31 | -296/+530 | |
| | | | | | | Executed black to make code unreadable. (cherry picked from commit 1b34c2368428b1ec295073ee47d201ac1def35f6) | |||||
* | Reduced testcase. | Patrick Lehmann | 2021-06-17 | 1 | -10/+1 | |
| | ||||||
* | Using a decorator to bind libghdl to Python. | Patrick Lehmann | 2021-06-17 | 30 | -1575/+5204 | |
| | ||||||
* | Changes to pnodespy. | Patrick Lehmann | 2021-06-17 | 2 | -39/+96 | |
| | ||||||
* | Increment requirement pyVHDLModel to v0.10.0. | Patrick Lehmann | 2021-06-17 | 1 | -1/+1 | |
| | ||||||
* | Added a simple frontend for testing. | Patrick Lehmann | 2021-06-17 | 3 | -18/+66 | |
| | ||||||
* | Updates to the dom namespace in pyGHDL. | Patrick Lehmann | 2021-06-17 | 19 | -174/+1251 | |
| | ||||||
* | Added editor configuration file. | Patrick Lehmann | 2021-06-17 | 1 | -0/+33 | |
| | ||||||
* | Removed duplicate keys in dictionary. | Patrick Lehmann | 2021-06-17 | 1 | -2/+0 | |
| | | | | (cherry picked from commit 2ab737115eb3fe650cfc559fd3f5a9a3ef9656e7) | |||||
* | testsuite/synth: add another test on if statements | Tristan Gingold | 2021-06-17 | 3 | -0/+92 | |
| | ||||||
* | synth: add a gate on an optimization to simplify memory handling. | Tristan Gingold | 2021-06-17 | 2 | -67/+38 | |
| | ||||||
* | pyGHDL: fix formatting | Tristan Gingold | 2021-06-17 | 1 | -0/+1 | |
| | ||||||
* | pyGHDL: add Get_Character to name_table.py | Tristan Gingold | 2021-06-16 | 1 | -2/+15 | |
| | ||||||
* | testsuite/synth: add test for #1781 | Tristan Gingold | 2021-06-16 | 8 | -0/+416 | |
| | ||||||
* | netlists-memories: strengthen dyn_extract mux reduction. Fix #1781 | Tristan Gingold | 2021-06-16 | 2 | -1/+52 | |
| | ||||||
* | synth: minor fixes | Tristan Gingold | 2021-06-15 | 2 | -9/+8 | |
| | ||||||
* | testsuite/testenv.sh (diff_nocr): New wrapper; use it where needed. | Tristan Gingold | 2021-06-13 | 18 | -45/+59 | |
| | | | | Option --strip-trailing-cr is used only on windows. | |||||
* | testsuite/vpi: Don't use C99 declerations in loops. | Alfred M. Szmidt | 2021-06-13 | 4 | -4/+8 | |
| | ||||||
* | configure: use macosx mcode configuration files for OpenBSD x86 | Tristan Gingold | 2021-06-13 | 1 | -3/+3 | |
| | ||||||
* | testsuite/testsuite.sh: Go through /usr/bin/env to figure out where bash is. | Alfred M. Szmidt | 2021-06-13 | 1 | -1/+1 | |
| | ||||||
* | src/ortho/mcode/memsegs_c.c: Don't define HAVE_MREMAP on OpenBSD. | Alfred M. Szmidt | 2021-06-13 | 1 | -1/+1 | |
| | ||||||
* | configure: Add checks for OpenBSD. | Alfred M. Szmidt | 2021-06-13 | 1 | -0/+2 | |
| | ||||||
* | testsuite/synth: add a test for #1780 | Tristan Gingold | 2021-06-12 | 3 | -0/+120 | |
| | ||||||
* | testsuite/gna: add reproducer for #237 | Tristan Gingold | 2021-06-10 | 3 | -0/+186 | |
| | ||||||
* | vpi: handle get_value for indexed names. Fix #237 | Tristan Gingold | 2021-06-10 | 5 | -164/+411 | |
| | ||||||
* | grt-vpi: add more traces for vpi_register_systf | Tristan Gingold | 2021-06-08 | 2 | -5/+19 | |
| | ||||||
* | grt-vcd: add get_vcd_value_kind | Tristan Gingold | 2021-06-08 | 3 | -35/+47 | |
| | ||||||
* | trans-chap3: add comments | Tristan Gingold | 2021-06-07 | 1 | -2/+10 | |
| | ||||||
* | grt-vpi: improve support of arrays | Tristan Gingold | 2021-06-07 | 5 | -22/+66 | |
| | ||||||
* | grt: preliminary work to support arrays in vpi | Tristan Gingold | 2021-06-06 | 5 | -77/+142 | |
| | ||||||
* | testsuite/gna: add a reproducer for #1779 | Tristan Gingold | 2021-06-05 | 3 | -0/+174 | |
| | ||||||
* | vpi: handle integer32 signals for vpi_put_value. Fix #1779 | Tristan Gingold | 2021-06-05 | 2 | -26/+51 | |
| | ||||||
* | Fix warnings from gnatgpl 2021 | Tristan Gingold | 2021-05-30 | 2 | -2/+2 | |
| | ||||||
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2021-05-28 | 2 | -0/+22 | |
| | ||||||
* | vhdl: avoid a crash on forced analysis of a erroneous name expression | Tristan Gingold | 2021-05-28 | 2 | -22/+23 | |
| | ||||||
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2021-05-28 | 2 | -0/+10 | |
| | ||||||
* | vhdl-sem_stmts.adb: avoid duplicate error message | Tristan Gingold | 2021-05-28 | 1 | -0/+3 | |
| | ||||||
* | testsuite/gna: remove trailing CR in issue#1771 | Tristan Gingold | 2021-05-27 | 2 | -30/+30 | |
| | ||||||
* | testsuite/gna: add a test for #1771 | Tristan Gingold | 2021-05-26 | 3 | -0/+111 | |
| | ||||||
* | ieee2008: backport fixed_generic_pkg-body changes from opensource.ieee.org | Tristan Gingold | 2021-05-26 | 1 | -2/+2 | |
| | ||||||
* | testsuite/gna: add tests for #1772 | Tristan Gingold | 2021-05-25 | 4 | -0/+79 | |
| | ||||||
* | vhdl-utils: element attribute is a type mark | Tristan Gingold | 2021-05-25 | 1 | -1/+2 | |
| | ||||||
* | testsuite/gna: add a test for #1771 | Tristan Gingold | 2021-05-24 | 1 | -0/+7 | |
| |