aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* pyGHDL/lsp: update, handle hoverTristan Gingold2023-01-265-19/+111
|
* pyGHDL: update and add prints.pyTristan Gingold2023-01-263-53/+97
|
* vhdl-prints: add Print_StringTristan Gingold2023-01-264-40/+154
| | | | Move Vstring methods from formatters to prints.
* vhdl-evaluation: refactoringTristan Gingold2023-01-261-49/+22
|
* testsuite/gna: add a test for previous commitTristan Gingold2023-01-262-0/+9
|
* vhdl-sem_decls: allow use on non-elaborated functions in generic typesTristan Gingold2023-01-261-3/+9
|
* mcode: add new functions for JITTristan Gingold2023-01-265-4/+63
|
* testsuite/gna: add a test for #2326Tristan Gingold2023-01-262-0/+30
|
* vhdl-sem_decl: handle subtype of interface type. Fix #2326Tristan Gingold2023-01-261-0/+1
|
* testsuite/issue2323: add more testsTristan Gingold2023-01-263-0/+27
|
* vhdl-sem_names: adjust for for element attributeTristan Gingold2023-01-261-0/+1
|
* testsuite/gna: add a test for #2323Tristan Gingold2023-01-254-0/+51
|
* testsuite/synth: adjust reproducer for #2062Tristan Gingold2023-01-251-1/+1
|
* vhdl: improve range checks, fix #2323Tristan Gingold2023-01-256-236/+473
|
* synth: add a check for bounds compatibilityTristan Gingold2023-01-251-4/+39
|
* errorout: add int64 argumentsTristan Gingold2023-01-252-1/+27
|
* gha: build pltaform wheelTristan Gingold2023-01-221-225/+271
|
* Makefile.in: remove unused recipeTristan Gingold2023-01-221-5/+0
|
* Add scripts/win-dll.py and adjust Makefile.inTristan Gingold2023-01-223-11/+79
|
* Update py bindingTristan Gingold2023-01-211-513/+532
|
* ghdldrv: extract trans_link from ghdlrunTristan Gingold2023-01-213-459/+499
|
* elab-vhdl_debug: add 'info lib' and 'info units'Tristan Gingold2023-01-211-0/+78
|
* elab-vhdl_debug: disp generate block declarationsTristan Gingold2023-01-201-2/+4
|
* elab-vhdl_debug: disp process declarationsTristan Gingold2023-01-201-0/+10
|
* synth: create sub-instace for processesTristan Gingold2023-01-205-6/+18
|
* elab: Rename Get/Set_Info to Get/Set_AnnTristan Gingold2023-01-204-58/+59
|
* synth: add partial support of foreign subprogramsTristan Gingold2023-01-208-8/+373
|
* std_names: add more AMS namesTristan Gingold2023-01-182-1/+40
|
* simul: handle PSL endpointsTristan Gingold2023-01-184-10/+38
|
* simul: fix last_value for post vhdl 87Tristan Gingold2023-01-182-103/+145
|
* Revert "standalone pyGHDL: put libraries in lib (instead of bin)"Tristan Gingold2023-01-172-2/+2
| | | | This reverts commit 0574c562f9b1152e1077323f1bd8e57c2afda544.
* testsuite/gna: add a test for #2218Tristan Gingold2023-01-171-0/+3
|
* standalone pyGHDL: put libraries in lib (instead of bin)Tristan Gingold2023-01-172-2/+2
|
* Makefile: rename recipes to copy shared librariesTristan Gingold2023-01-171-5/+5
|
* Makefile.in: add a recipe for python-bwheelTristan Gingold2023-01-162-2/+132
|
* synth-vhdl_eval: add an overflow checkTristan Gingold2023-01-161-2/+6
|
* synth: emit an error message on foreign subprogram callsTristan Gingold2023-01-161-0/+11
|
* ghdlsimul: check foreign subprogramsTristan Gingold2023-01-161-3/+4
|
* vhdl: refactoring - remove trans_be, mainly added to vhdl-back_endTristan Gingold2023-01-169-274/+266
|
* synth: handle invididual assoc with unbounded formalsTristan Gingold2023-01-161-6/+130
|
* Makefile.in: adjust GRT_FLAGS for ghdl_simulTristan Gingold2023-01-161-0/+1
|
* pyGHDL: update errorout.pyTristan Gingold2023-01-151-3/+4
|
* simul: disable --trace-signalsTristan Gingold2023-01-151-0/+4
|
* synth: avoid a crash on instantiationTristan Gingold2023-01-151-4/+19
|
* testsuite/gna: adjust error detection in issue#687 for simulTristan Gingold2023-01-151-7/+11
|
* testsuite/gna: fix issue#2098 due to elaboration errors.Tristan Gingold2023-01-154-10/+342
|
* testsuite/gna/bug081: add tests for previous commitTristan Gingold2023-01-153-0/+36
|
* vhdl-sem.adb: also check elaboration status within package bodiesTristan Gingold2023-01-151-6/+19
|
* testsuite/gna: add a test for -WelaboratedTristan Gingold2023-01-151-0/+2
|
* testsuite/gna: add a test for #664Tristan Gingold2023-01-157-0/+1138
|