aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
...
* 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
|
* testsuite/gna: add a test for duplicate hide warning.Tristan Gingold2023-03-222-0/+26
| | | | Part of #2396
* vhdl-sem_scopes: avoid duplicate hidden warningTristan Gingold2023-03-221-0/+5
|
* testsuite/gna: add a test for #2396Tristan Gingold2023-03-223-0/+118
|
* vhdl: generate and handle package_instantiation_bodyTristan Gingold2023-03-225-11/+108
|
* vhdl: add Set/Get_Immediate_Body_Flag (for package instantiation)Tristan Gingold2023-03-226-545/+368
|
* vhdl: add iir_kind_package_instantiation_bodyTristan Gingold2023-03-229-231/+513
|
* vhdl-canon(canon_declaration): now a procedure, adjustTristan Gingold2023-03-221-40/+12
|
* trans-chap2: improve support for nested package instantiationTristan Gingold2023-03-222-12/+28
|
* trans-chap7: partial rewrite of translate_implicit_array_conversionTristan Gingold2023-03-201-49/+169
|
* vhdl-scanner.adb: avoid a possible crashTristan Gingold2023-03-201-1/+1
|
* standalone wheels: put date in development versionsTristan Gingold2023-03-172-1/+6
|
* gha: also release standalone wheels for windowsTristan Gingold2023-03-161-0/+1
|
* testsuite/gna: add a test for #2393Tristan Gingold2023-03-152-0/+102
|
* trans-chap3(is_equal_limit): also handle type_mode_e32Tristan Gingold2023-03-151-1/+2
| | | | Fix #2393
* psl: remove start loops only in case of always.Tristan Gingold2023-03-153-1/+24
| | | | For #2392
* testsuite/synth: add a test for #2390Tristan Gingold2023-03-146-0/+139
|
* synth_conditiona_signal_assignment: handle simple case directly.Tristan Gingold2023-03-141-46/+79
| | | | Fix #2390
* ghdldrv: only put direct dependences in gen-makefileTristan Gingold2023-03-133-10/+16
|
* testsuite/gna: add a test for #2388Tristan Gingold2023-03-133-0/+55
|
* ghdllocal.adb(Build_Dependence): rebuild file dependencies.Tristan Gingold2023-03-1310-833/+784
| | | | | vhdl: remove Get/Set_File_Dependence_List. Fix #2388