aboutsummaryrefslogtreecommitdiffstats
path: root/src/synth
Commit message (Expand)AuthorAgeFilesLines
* synth: use same layout for records in memory as translateTristan Gingold2023-02-088-68/+227
* synth: preliminary work to compute access bounds sizeTristan Gingold2023-02-053-2/+128
* elab-vhdl_objtypes: rename acc_bnd_sz to acc_type_szTristan Gingold2023-02-053-7/+7
* elab-vhdl_debug: handle package in subprogramsTristan Gingold2023-02-041-0/+13
* translate: rework translate_object_subtype_indication.Tristan Gingold2023-02-021-5/+5
* elab-debugger: also pass top instance on break_timeTristan Gingold2023-01-312-3/+3
* synth: avoid a crash after errors in declarations. Fix #2334Tristan Gingold2023-01-301-18/+28
* synth: also fix crash for #2333Tristan Gingold2023-01-301-2/+4
* simul: use same packing order for nets and for values.Tristan Gingold2023-01-304-13/+47
* elab-debugger: improve current context for print commandTristan Gingold2023-01-303-6/+17
* elab-vhdl_debug: avoid a crash for lhTristan Gingold2023-01-301-0/+3
* netlists-rename: add commentsTristan Gingold2023-01-301-0/+2
* synth: represent access types as pointers in memoryTristan Gingold2023-01-2913-60/+125
* synth: simplify New_Sname_Artificial (prefix is not used)Tristan Gingold2023-01-294-78/+72
* elab-vhdl_annotations: refactoringTristan Gingold2023-01-291-35/+9
* vhdl: add Is_Owned_Subtype_IndicationTristan Gingold2023-01-291-21/+10
* synth: avoid a crash on subtype indication. Fix #2330Tristan Gingold2023-01-291-1/+1
* synth: handle bit reduction operators. Fix #2328Tristan Gingold2023-01-291-7/+14
* synth: improve support of interface typeTristan Gingold2023-01-282-30/+82
* elab-vhdl_annotations: remove useless codeTristan Gingold2023-01-281-18/+0
* synth-vhdl_eval: minor reformattingTristan Gingold2023-01-281-18/+18
* synth: fix incorrect check in array subtype indicationsTristan Gingold2023-01-281-2/+8
* synth-vhdl_oper: add bit-vect and vect-bit operations.Tristan Gingold2023-01-271-12/+24
* elab-memtype: add Read_Ptr, Write_PtrTristan Gingold2023-01-272-0/+22
* grt-files_operations: use grt.filesTristan Gingold2023-01-272-4/+5
* synth: add a check for bounds compatibilityTristan Gingold2023-01-251-4/+39
* 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-204-6/+17
* elab: Rename Get/Set_Info to Get/Set_AnnTristan Gingold2023-01-204-58/+59
* synth: add partial support of foreign subprogramsTristan Gingold2023-01-203-2/+341
* simul: handle PSL endpointsTristan Gingold2023-01-182-0/+9
* 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
* synth: handle invididual assoc with unbounded formalsTristan Gingold2023-01-161-6/+130
* synth: avoid a crash on instantiationTristan Gingold2023-01-151-4/+19
* synth: avoid a crash on use before elaborationTristan Gingold2023-01-151-8/+16
* synth: add Debug_Backtrace debug procedureTristan Gingold2023-01-152-0/+19
* synth: more refactoringTristan Gingold2023-01-145-40/+40
* synth: improve error propagation on slicesTristan Gingold2023-01-144-8/+27
* synth-vhdl_stmts: introduce synth_individual_formalTristan Gingold2023-01-141-18/+107
* synth-vhdl_stmts: refactoringTristan Gingold2023-01-141-103/+131
* elab-vhdl_types(synth_record_type_definition): create unbounded recordTristan Gingold2023-01-141-3/+8
* elab-vhdl_debug: add option /t to print result typeTristan Gingold2023-01-141-5/+6
* synth-vhdl_eval: remove useless type unsharing for concatTristan Gingold2023-01-141-12/+4
* synth: handle protected functions in conversion functionsTristan Gingold2023-01-122-7/+15
* synth: improve handling of 2008 aggregatesTristan Gingold2023-01-121-27/+142
* elab-vhdl_values-debug: improve output for array unboundedTristan Gingold2023-01-121-14/+21
* synth: handle generic mapped interface packageTristan Gingold2023-01-121-5/+17