aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* vhdl-sem_inst: handle suspend_stateTristan Gingold2023-01-046-186/+293
* simul: handle force/release signal assignmentsTristan Gingold2023-01-032-4/+6
* synth: add support of interface subprogramTristan Gingold2023-01-031-2/+10
* trans-chap7: handle unbounded expressions in aggregates.Tristan Gingold2022-12-311-24/+39
* vhdl-canon: handle unaffectedTristan Gingold2022-12-261-0/+1
* vhdl-sem_stmts: simplify code, add commentsTristan Gingold2022-12-231-27/+5
* vhdl-sem_inst: avoid a crash after error on package instantiationTristan Gingold2022-12-231-0/+2
* vhdl-disp_tree: display name_id as a number (and not like a node id)Tristan Gingold2022-12-231-2/+1
* trans-chap5.adb: handle package association in entities.Tristan Gingold2022-12-234-20/+27
* vhdl-sem_inst: factorize codeTristan Gingold2022-12-231-39/+12
* vhdl-sem_inst: add instantiate_component_declaration.Tristan Gingold2022-12-234-5/+139
* vhdl-parse: handle 'end for' in configuration specification.Tristan Gingold2022-12-214-286/+330
* files_comments: add comments, slightly simplify the interfaceTristan Gingold2022-12-202-4/+4
* vhdl-evaluation: handle default value for ieee operators.Tristan Gingold2022-12-191-0/+9
* vhdl: add Get/Set_Associated_package. For #2264Tristan Gingold2022-12-186-202/+275
* vhdl-sem_inst: add instantiate_interface_package_declarationTristan Gingold2022-12-183-2/+50
* vhdl-evaluation: handle bit to_hstring.Tristan Gingold2022-12-171-1/+3
* vhdl/translate/ortho_front.adb: avoid crash after errors.Tristan Gingold2022-12-161-0/+5
* vhdl-nodes: add Get/Set_Instantiated_Header.Tristan Gingold2022-12-165-105/+146
* vhdl: minor refactoringTristan Gingold2022-12-124-22/+13
* trans-chap7.adb: handle any expression for bounds.Tristan Gingold2022-12-111-2/+3
* trans-chap7: handle unconstrained vector in bounded aggregate.Tristan Gingold2022-12-111-6/+10
* vhdl: handle dynamically bounded aggregates with unbounded element.Tristan Gingold2022-12-102-50/+142
* vhdl-sem_types.adb(Set_Type_Has_Signal): generalize.Tristan Gingold2022-12-101-7/+2
* vhdl: fix use clause of a package with interface subprograms.Tristan Gingold2022-11-305-20/+63
* vhdl-nodes: add Get/Set_Associated_Subprogram.Tristan Gingold2022-11-304-183/+229
* vhdl-evaluation: improve handling of ieee 08 static functions.Tristan Gingold2022-11-282-36/+51
* synth-vhdl_eval(eval_static_predefined_function_call): handle all operationsTristan Gingold2022-11-281-4/+3
* vhdl: rework comment gathering to handle empty lines.Tristan Gingold2022-11-277-45/+108
* vhdl-parse: add a commentTristan Gingold2022-11-231-2/+4
* file_comments: add comments_range to support deferred gatheringTristan Gingold2022-11-233-0/+31
* vhdl-parse: gather comments for subprogramsTristan Gingold2022-11-221-0/+5
* vhdl-parse: gather comments for enumerations and their literalsTristan Gingold2022-11-221-1/+15
* vhdl-parse: gather more comments (type, objects)Tristan Gingold2022-11-221-1/+22
* vhdl-parse: handle inside commentsTristan Gingold2022-11-211-0/+31
* vhdl-prints: add an option to display commentsTristan Gingold2022-11-202-2/+58
* pyGHDL: add file_comments.pyTristan Gingold2022-11-202-2/+18
* Add an API to gather comments.Tristan Gingold2022-11-204-4/+90
* vhdl-evaluation(build_array_choices_vector): handle vhdl-08 aggregates.Tristan Gingold2022-11-163-47/+61
* vhdl-sem_expr: fix aggregate index for vhdl-08Tristan Gingold2022-11-161-13/+42
* vhdl-sem_expr: fix a crash after error. Fix #2239Tristan Gingold2022-11-081-0/+2
* vhdl/translate: handle predefined operators as conversion functionsTristan Gingold2022-11-073-44/+73
* vhdl-sem_expr(sem_qualified_expression): relax staticness rules.Tristan Gingold2022-11-021-1/+11
* vhdl-sem_names(sem_name_free): handle iir_kind_slice_name. For #2233Tristan Gingold2022-10-291-0/+1
* vhdl-evaluation: handle to_string_digits. For #2233Tristan Gingold2022-10-291-5/+50
* vhdl-sem_assocs: handle association with external signal names.Tristan Gingold2022-10-184-63/+77
* vhdl-sem_expr.adb: avoid crash after error on aggregate. Fix #2218Tristan Gingold2022-10-161-0/+6
* vhdl-sem_expr.adb(is_string_type): check character type.Tristan Gingold2022-10-161-1/+3
* vhdl-parse.adb: handle external names as assignment target.Tristan Gingold2022-10-141-2/+4
* vhdl-canon: avoid a crash on optionnal condition. Fix #2212Tristan Gingold2022-10-101-1/+1