aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Expand)AuthorAgeFilesLines
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-0817-11/+19
* vhdl: renames iirs_walk to vhdl-nodes_walkTristan Gingold2019-05-081-1/+1
* vhdl: renames iir_chains to vhdl.nodes_utils. Remove iir_chain_handling.Tristan Gingold2019-05-062-3/+3
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-0615-15/+15
* vhdl: move nodes_meta package to vhdl child.Tristan Gingold2019-05-062-4/+4
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-055-5/+5
* vhdl: move nodes to vhdl.nodes_priv.Tristan Gingold2019-05-051-3/+3
* vhdl: move back_end to vhdl child.Tristan Gingold2019-05-051-4/+4
* vhdl: move evaluation to vhdl child.Tristan Gingold2019-05-055-5/+5
* vhdl: move ieee packages to vhdl children.Tristan Gingold2019-05-052-5/+5
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-058-8/+8
* vhdl: move configuration package as a vhdl child.Tristan Gingold2019-05-053-10/+10
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-054-11/+11
* vhdl: move canon to a vhdl child package.Tristan Gingold2019-05-055-13/+15
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-041-2/+2
* vhdl: do not crash on 64 bit null range.Tristan Gingold2019-05-031-1/+3
* vhdl/translate: check_composite_match: rename and handle records.Tristan Gingold2019-05-036-70/+207
* vhdl: supports VHPIDIRECT in mcode backend.Tristan Gingold2019-04-277-89/+144
* translation: adjust scan of vhpidirect string.Tristan Gingold2019-04-271-6/+5
* trans-chap12: minor rewrite.Tristan Gingold2019-04-271-1/+3
* grt: extract grt-dynload from grt-cvpiTristan Gingold2019-04-241-1/+1
* vhdl: fix crash on access subtype. Fix #797Tristan Gingold2019-04-151-1/+2
* trans-chap8: adjust condition.Tristan Gingold2019-03-251-1/+3
* Remove a redundant conversion.Tristan Gingold2019-02-281-1/+1
* vhdl: fix uvvm failure in scoreboard testbench.Tristan Gingold2019-02-072-2/+2
* translation of aggregate: use the target type. For #737Tristan Gingold2019-01-171-1/+1
* translation: minor refactoring.Tristan Gingold2019-01-171-12/+13
* trans-chap3: save base type for constrained arrays.Tristan Gingold2019-01-121-0/+2
* trans-chap7: add implicit conversion for unbounded arrays.Tristan Gingold2019-01-111-1/+8
* trans-chap6: minor refactoring.Tristan Gingold2019-01-111-6/+4
* translate: refactoring of slice diff for enum types.Tristan Gingold2019-01-062-9/+31
* Fix a typo.Tristan Gingold2019-01-051-1/+2
* errorout: discard disabled warnings.Tristan Gingold2019-01-041-5/+10
* trans-chap7: fix translation of aggregate element in named aggregates.Tristan Gingold2019-01-041-47/+89
* Remove unused is_ref for choices. Adjust.Tristan Gingold2019-01-022-8/+0
* sem_expr: do not reorder choices, adjust for consequences.Tristan Gingold2019-01-021-7/+10
* trans-chap12 (write_file_list): return if the file cannot be open.Tristan Gingold2018-12-291-0/+1
* iir_kind_selected_element: use Named_Entity for homogeneity.Tristan Gingold2018-12-182-62/+3
* translate: handle unbounded aggregate as initial value.Tristan Gingold2018-12-161-10/+24
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-131-2/+2
* translation: avoid crash after error in VHPIDIRECT extraction.Tristan Gingold2018-12-121-0/+3
* Preliminary support of dynamically unbounded elements in aggregates.Tristan Gingold2018-12-124-304/+475
* translate: renaming of Kind_Expr/Get_Ortho_Expr.Tristan Gingold2018-12-119-42/+41
* record ownership of record element constraints.Tristan Gingold2018-12-091-8/+0
* trans-chap6: fix for previous patch.Tristan Gingold2018-12-081-2/+3
* translate: renaming, support constrained unbounded record aggregates.Tristan Gingold2018-12-077-17/+15
* trans-chap8: handle unstable range in for-loop.Tristan Gingold2018-12-042-11/+72
* trans-chap8: refactoring for loops.Tristan Gingold2018-12-041-19/+17
* translate: handle unbounded aggregate for signal target.Tristan Gingold2018-12-034-15/+100
* sem_expr: allow non-static length aggregate.Tristan Gingold2018-11-281-1/+5