aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* translate: rework translate_object_subtype_indication.Tristan Gingold2023-02-024-61/+78
* translate: add a flag to disable elaborationTristan Gingold2023-01-313-106/+125
* vhdl-prints: minor rewriteTristan Gingold2023-01-311-31/+33
* translation.adb: avoid a crash on unused resolver. Fix #2333Tristan Gingold2023-01-301-5/+3
* elab-vhdl_annotations: refactoringTristan Gingold2023-01-291-0/+1
* vhdl: add Is_Owned_Subtype_IndicationTristan Gingold2023-01-292-0/+33
* vhdl/trans: support suspend statesTristan Gingold2023-01-288-16/+54
* vhdl-sem_decls: do not reassign type declarator on subtype aliasesTristan Gingold2023-01-281-13/+19
* vhdl: minor changes to avoid recomputationTristan Gingold2023-01-282-1/+1
* vhdl-evaluation: factorize codeTristan Gingold2023-01-281-108/+94
* src/grt: extract grt-files_lib from grt-filesTristan Gingold2023-01-272-19/+19
* trans: add commentsTristan Gingold2023-01-271-1/+2
* ghdlrun: extract trans_foreignTristan Gingold2023-01-272-0/+138
* vhdl-evaluation: abstractionTristan Gingold2023-01-261-18/+13
* vhdl-prints: add Print_StringTristan Gingold2023-01-264-40/+154
* vhdl-evaluation: refactoringTristan Gingold2023-01-261-49/+22
* vhdl-sem_decls: allow use on non-elaborated functions in generic typesTristan Gingold2023-01-261-3/+9
* vhdl-sem_decl: handle subtype of interface type. Fix #2326Tristan Gingold2023-01-261-0/+1
* vhdl-sem_names: adjust for for element attributeTristan Gingold2023-01-261-0/+1
* vhdl: improve range checks, fix #2323Tristan Gingold2023-01-256-236/+473
* ghdldrv: extract trans_link from ghdlrunTristan Gingold2023-01-212-0/+495
* vhdl: refactoring - remove trans_be, mainly added to vhdl-back_endTristan Gingold2023-01-168-269/+261
* vhdl-sem.adb: also check elaboration status within package bodiesTristan Gingold2023-01-151-6/+19
* vhdl: add a warning to detect use before elaborationTristan Gingold2023-01-157-0/+92
* vhdl: add Get/Set_Elaboration_FlagTristan Gingold2023-01-144-265/+326
* simul: handle PSL abortsTristan Gingold2023-01-121-0/+4
* vhdl-sem_assocs(rewrite_non_object_association): set flagTristan Gingold2023-01-121-0/+1
* vhdl: clear associated_type in Sem_Generic_Association_ChainTristan Gingold2023-01-124-9/+83
* synth: fix handle of protected type bodies within instantiated packages.Tristan Gingold2023-01-122-1/+22
* vhdl-sem_names: finish prefix of element attribute namesTristan Gingold2023-01-121-22/+32
* synth-vhdl_eval: handle to_X01 for bit to std_ulogic.Tristan Gingold2023-01-111-0/+27
* vhdl-configuration: relax top-level unit restrictionsTristan Gingold2023-01-111-4/+5
* simul: improve support of psl in debuggerTristan Gingold2023-01-111-4/+10
* vhdl-sem_inst: adjust instantiation of interface typeTristan Gingold2023-01-101-0/+3
* synth: add comments, minor rewriteTristan Gingold2023-01-101-4/+5
* vhdl-sem_inst: fix build of suspend state chainTristan Gingold2023-01-101-1/+1
* vhdl-prints: handle suspend state declarations and statementsTristan Gingold2023-01-101-2/+22
* vhdl-sem_lib: disable warnings for -c/-m on ieee units. For #2200Tristan Gingold2023-01-061-2/+20
* trans-chap3: fix style for old compilersTristan Gingold2023-01-051-0/+1
* vhdl-sem_expr: extract is_expressionTristan Gingold2023-01-042-18/+30
* vhdl-errors(disp_node): fix a crash on protected type bodyTristan Gingold2023-01-041-1/+2
* 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