aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Fixes due to failing testcases.Patrick Lehmann2023-04-144-14/+26
|
* Reworking symbols.Patrick Lehmann2023-04-138-136/+81
|
* Formatting with black.Patrick Lehmann2023-04-111-1/+3
|
* Disabled some code due to problems with symbols.Patrick Lehmann2023-04-111-4/+5
|
* Fixed iterating architectures of an entity.Patrick Lehmann2023-04-111-2/+2
|
* Adjustments to pyTooling.Patrick Lehmann2023-04-101-7/+2
| | | | (cherry picked from commit 29ed1fdb26122ba272ed0da465a998fc267d75d8)
* Adjustments to pyVHDLModel.Patrick Lehmann2023-04-101-3/+4
| | | | (cherry picked from commit 506c747238e6d0f17676b3436a5b7d0b7544a8f3)
* Bumped dependencies.Patrick Lehmann2023-04-105-5/+5
| | | | (cherry picked from commit 6f83d43a10737b353e7ed1227086d1c0d13c5fe7)
* Bumped dependencies.Patrick Lehmann2023-04-104-3/+6
| | | | (cherry picked from commit 8a01be0a33f6c72adac11d6090fad8ab511956f6)
* Bumped dependencies.Patrick Lehmann2023-04-101-0/+0
| | | | (cherry picked from commit 3df7680eef2d9efd97857c55a268c3bf98350b0e)
* gha: tentatively fix on macos x (adjust llvm version)Tristan Gingold2023-04-081-1/+3
|
* testsuite/gna: add a reproducer for #2402Tristan Gingold2023-04-083-0/+106
|
* trans-chap2: defer body elaboration if non-immediate bodyTristan Gingold2023-04-081-6/+9
| | | | Fix #2402
* translation: improve type conversion (recurse)Tristan Gingold2023-04-073-82/+120
|
* translate: factorize and improve implicit subtype conversion codeTristan Gingold2023-04-072-132/+124
|
* trans-chap7: fix incorrect element layout for concatenationTristan Gingold2023-04-071-6/+18
|
* llvm-cbinding.cpp: adjust for llvm 16Tristan Gingold2023-04-041-2/+7
|
* configure: tentatively add support for llvm 16.0Tristan Gingold2023-04-041-0/+1
|
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
|
* pyGHDL: fix range handling in subtype indicationc-thaler2023-04-041-1/+7
| | | | | According to ยง3.1, range can be a range expression or an attribute name. This must be respected when accessing the fields of the node.
* pyGHDL: reformattingc-thaler2023-04-041-1/+1
|
* pyGHDL: fix constructor call parametersc-thaler2023-04-041-1/+2
|
* pyGHDL: add missing handling of exit statementc-thaler2023-04-042-0/+15
|
* testsuite/gna: add a test for #2356Tristan Gingold2023-03-293-0/+63
|
* translate: rework subtype conversion. Fix #2356Tristan Gingold2023-03-294-14/+160
|
* ghdlrun: report unreferenced nodes with --check-astTristan Gingold2023-03-281-0/+5
|
* vhdl-nodes_gc: initial support of PSL nodesTristan Gingold2023-03-271-16/+85
|
* vhdl-evaluation: free temporary nodeTristan Gingold2023-03-271-2/+3
|
* trans-chap8: free nodes created by canon for conditional assignmentTristan Gingold2023-03-271-5/+23
|
* synth: add checks for array conversionTristan Gingold2023-03-272-5/+42
|
* synth: adjust for iir_kind_package_instantiation_bodyTristan Gingold2023-03-274-8/+30
|
* vhdl-sem_types: free temporary nodesTristan Gingold2023-03-271-9/+24
|
* eval_static_expr_orig: free temporary node for range attributesTristan Gingold2023-03-261-17/+64
|
* translate_entity_init_ports: free a temporary nodeTristan Gingold2023-03-261-0/+4
|
* testsuite/gna: add a testTristan Gingold2023-03-262-0/+14
|
* testsuite/synth: add a test for #2399Tristan Gingold2023-03-262-0/+129
|
* synth-vhdl_insts: use the right synth instance for actual type.Tristan Gingold2023-03-261-2/+3
| | | | Fix #2399
* sem_name_clean_1: also free namesTristan Gingold2023-03-261-4/+9
|
* finish_sem_name_1: free unused nodeTristan Gingold2023-03-261-0/+1
|
* eval_static_expr: improve tracking of originTristan Gingold2023-03-261-32/+47
|
* Canon_Concurrent_Simple_Signal_Assignment: avoid leakTristan Gingold2023-03-261-2/+4
| | | | Do not unlink unaffected_waveform
* trans-chap8(translate_wait_statement): free sensitivity listTristan Gingold2023-03-261-1/+6
|
* vhdl-canon: rewrite Canon_Concurrent_Conditional_Signal_AssignmentTristan Gingold2023-03-261-19/+23
| | | | Simplify, do not unlink unaffected waveform.
* vhdl-canon: free temporary nodes created for configurationTristan Gingold2023-03-261-0/+28
|
* vhdl: add Owned_Instance_Package_Body to handle ownershipTristan Gingold2023-03-268-551/+625
| | | | of package body.
* Sem_Array_Aggregate: free subtype definitions if not used.Tristan Gingold2023-03-261-0/+19
|
* ghdlcomp: free unused nodeTristan Gingold2023-03-231-0/+1
|
* vhdl-canon: fix ownership on creation of configuration_declarationTristan Gingold2023-03-231-1/+1
|
* vhdl-std_package: declare missing wildcard typesTristan Gingold2023-03-231-0/+7
|
* vhdl: make instance_package_body forward_ref, adjustTristan Gingold2023-03-234-4/+5
|