Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | synth: handle bit reduction operators. Fix #2328 | Tristan Gingold | 2023-01-29 | 1 | -7/+14 |
| | |||||
* | vhdl/trans: support suspend states | Tristan Gingold | 2023-01-28 | 10 | -16/+56 |
| | |||||
* | testsuite/gna: adjust reproducer of #610 | Tristan Gingold | 2023-01-28 | 1 | -1/+1 |
| | |||||
* | vhdl-sem_decls: do not reassign type declarator on subtype aliases | Tristan Gingold | 2023-01-28 | 1 | -13/+19 |
| | |||||
* | synth: improve support of interface type | Tristan Gingold | 2023-01-28 | 2 | -30/+82 |
| | |||||
* | elab-vhdl_annotations: remove useless code | Tristan Gingold | 2023-01-28 | 1 | -18/+0 |
| | |||||
* | vhdl: minor changes to avoid recomputation | Tristan Gingold | 2023-01-28 | 2 | -1/+1 |
| | |||||
* | vhdl-evaluation: factorize code | Tristan Gingold | 2023-01-28 | 1 | -108/+94 |
| | |||||
* | synth-vhdl_eval: minor reformatting | Tristan Gingold | 2023-01-28 | 1 | -18/+18 |
| | |||||
* | synth: fix incorrect check in array subtype indications | Tristan Gingold | 2023-01-28 | 1 | -2/+8 |
| | |||||
* | testsuite/synth: add tests for #2327 | Tristan Gingold | 2023-01-27 | 4 | -0/+132 |
| | |||||
* | synth-vhdl_oper: add bit-vect and vect-bit operations. | Tristan Gingold | 2023-01-27 | 1 | -12/+24 |
| | | | | Fix #2327 | ||||
* | elab-memtype: add Read_Ptr, Write_Ptr | Tristan Gingold | 2023-01-27 | 2 | -0/+22 |
| | |||||
* | grt-files_operations: use grt.files | Tristan Gingold | 2023-01-27 | 6 | -81/+19 |
| | |||||
* | src/grt: extract grt-files_lib from grt-files | Tristan Gingold | 2023-01-27 | 7 | -554/+672 |
| | |||||
* | trans: add comments | Tristan Gingold | 2023-01-27 | 1 | -1/+2 |
| | |||||
* | ghdlrun: extract trans_foreign | Tristan Gingold | 2023-01-27 | 3 | -108/+144 |
| | |||||
* | pyGHDL: reformatting | Tristan Gingold | 2023-01-27 | 3 | -7/+9 |
| | |||||
* | testsuite/pyunit/lsp: adjust baselines | Tristan Gingold | 2023-01-27 | 11 | -11/+22 |
| | |||||
* | vhdl-evaluation: abstraction | Tristan Gingold | 2023-01-26 | 1 | -18/+13 |
| | |||||
* | pyGHDL/lsp: add but disable code action | Tristan Gingold | 2023-01-26 | 1 | -0/+8 |
| | |||||
* | pyGHDL/lsp: add comments | Tristan Gingold | 2023-01-26 | 1 | -1/+6 |
| | |||||
* | pyGHDL/lsp: add goto implementation | Tristan Gingold | 2023-01-26 | 3 | -7/+25 |
| | |||||
* | pyGHDL/lsp: ignore cancelRequest | Tristan Gingold | 2023-01-26 | 1 | -0/+4 |
| | |||||
* | pyGHDL/lsp: update, handle hover | Tristan Gingold | 2023-01-26 | 5 | -19/+111 |
| | |||||
* | pyGHDL: update and add prints.py | Tristan Gingold | 2023-01-26 | 3 | -53/+97 |
| | |||||
* | vhdl-prints: add Print_String | Tristan Gingold | 2023-01-26 | 4 | -40/+154 |
| | | | | Move Vstring methods from formatters to prints. | ||||
* | vhdl-evaluation: refactoring | Tristan Gingold | 2023-01-26 | 1 | -49/+22 |
| | |||||
* | testsuite/gna: add a test for previous commit | Tristan Gingold | 2023-01-26 | 2 | -0/+9 |
| | |||||
* | vhdl-sem_decls: allow use on non-elaborated functions in generic types | Tristan Gingold | 2023-01-26 | 1 | -3/+9 |
| | |||||
* | mcode: add new functions for JIT | Tristan Gingold | 2023-01-26 | 5 | -4/+63 |
| | |||||
* | testsuite/gna: add a test for #2326 | Tristan Gingold | 2023-01-26 | 2 | -0/+30 |
| | |||||
* | vhdl-sem_decl: handle subtype of interface type. Fix #2326 | Tristan Gingold | 2023-01-26 | 1 | -0/+1 |
| | |||||
* | testsuite/issue2323: add more tests | Tristan Gingold | 2023-01-26 | 3 | -0/+27 |
| | |||||
* | vhdl-sem_names: adjust for for element attribute | Tristan Gingold | 2023-01-26 | 1 | -0/+1 |
| | |||||
* | testsuite/gna: add a test for #2323 | Tristan Gingold | 2023-01-25 | 4 | -0/+51 |
| | |||||
* | testsuite/synth: adjust reproducer for #2062 | Tristan Gingold | 2023-01-25 | 1 | -1/+1 |
| | |||||
* | vhdl: improve range checks, fix #2323 | Tristan Gingold | 2023-01-25 | 6 | -236/+473 |
| | |||||
* | synth: add a check for bounds compatibility | Tristan Gingold | 2023-01-25 | 1 | -4/+39 |
| | |||||
* | errorout: add int64 arguments | Tristan Gingold | 2023-01-25 | 2 | -1/+27 |
| | |||||
* | gha: build pltaform wheel | Tristan Gingold | 2023-01-22 | 1 | -225/+271 |
| | |||||
* | Makefile.in: remove unused recipe | Tristan Gingold | 2023-01-22 | 1 | -5/+0 |
| | |||||
* | Add scripts/win-dll.py and adjust Makefile.in | Tristan Gingold | 2023-01-22 | 3 | -11/+79 |
| | |||||
* | Update py binding | Tristan Gingold | 2023-01-21 | 1 | -513/+532 |
| | |||||
* | ghdldrv: extract trans_link from ghdlrun | Tristan Gingold | 2023-01-21 | 3 | -459/+499 |
| | |||||
* | elab-vhdl_debug: add 'info lib' and 'info units' | Tristan Gingold | 2023-01-21 | 1 | -0/+78 |
| | |||||
* | elab-vhdl_debug: disp generate block declarations | Tristan Gingold | 2023-01-20 | 1 | -2/+4 |
| | |||||
* | elab-vhdl_debug: disp process declarations | Tristan Gingold | 2023-01-20 | 1 | -0/+10 |
| | |||||
* | synth: create sub-instace for processes | Tristan Gingold | 2023-01-20 | 5 | -6/+18 |
| | |||||
* | elab: Rename Get/Set_Info to Get/Set_Ann | Tristan Gingold | 2023-01-20 | 4 | -58/+59 |
| |