aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Expand)AuthorAgeFilesLines
* ortho: add a length parameter to start_array_aggr.Tristan Gingold2020-05-286-59/+44
* trans-chap3: factorize code.Tristan Gingold2020-05-151-11/+1
* vhdl-utils: factorize Get_File_Signature.Tristan Gingold2020-05-151-68/+0
* trans-chap7: add a comment.Tristan Gingold2020-05-131-0/+3
* trans-chap5: handle record subtypes in port association.Tristan Gingold2020-05-131-13/+22
* trans-chap7: Translate_Equality: also convert to base type for records.Tristan Gingold2020-05-131-26/+36
* vhdl: translate_record_subtype: inherit from parent typeTristan Gingold2020-05-121-18/+24
* vhdl: minimal support of interface package in entities. For #1262Tristan Gingold2020-04-275-17/+37
* evaluation: weaken error for out of bound static value.Tristan Gingold2020-04-222-8/+10
* find_top_entity: add location to report errors. Fix #1254Tristan Gingold2020-04-221-2/+2
* translate: fix handling of nested generic package. Fix #1246Tristan Gingold2020-04-201-8/+13
* vhdl: allow attribute specifications in protected types. For #1252Tristan Gingold2020-04-201-1/+3
* types: introduce Direction_Type, which replaces Iir_Direction.Tristan Gingold2020-04-208-44/+42
* vhdl-evaluation: static out of bounds values are now a warning. For #1237Tristan Gingold2020-04-171-7/+11
* vhdl: fix crash on vhdl08 sub-sub index constraint. For #1191Tristan Gingold2020-04-072-3/+3
* vhdl: add scalar_size. Size of scalar types is computed during analysis.Tristan Gingold2020-04-065-55/+25
* trans-chap7: minor renaming.Tristan Gingold2020-03-141-5/+5
* psl: keep denoting names in the PSL ast.Tristan Gingold2020-03-131-1/+2
* translate: refine condition. Fix #1125Tristan Gingold2020-02-111-1/+1
* trans-chap8: handle vector in aggregate target for variable assignments.Tristan Gingold2020-02-021-23/+47
* trans-chap8: optimize assignment for non-overlapping targets.Tristan Gingold2020-01-311-11/+108
* translate: add Convert_Array_Base. For #1038Tristan Gingold2020-01-273-8/+29
* vhdl/translate: handle implicit record-record conversions.Tristan Gingold2020-01-061-12/+1
* vhdl/translate: minor refactoring.Tristan Gingold2020-01-062-42/+43
* vhdl: fix multiple reference in trans-chap3.Tristan Gingold2020-01-061-2/+6
* vhdl/translate: handle more partially constrained array subtypes. For #1038Tristan Gingold2020-01-063-6/+10
* vhdl: handle untranslated subtypes for record aggregates. Fix #1051Tristan Gingold2020-01-021-3/+12
* ams-vhdl: add frequency function, minor fixes.Tristan Gingold2019-12-301-1/+2
* vhdl: improve support of AMS-vhdl (array and record natures, source quantities)Tristan Gingold2019-12-285-6/+10
* vhdl: recognize intrinsic procedures in vhdl-sem_specs.Tristan Gingold2019-11-231-21/+0
* synth: preliminary work to support intrinsic procedures.Tristan Gingold2019-11-141-0/+21
* vhdl/translate: elaborate dependencies of configurations. Fix #984Tristan Gingold2019-10-241-0/+4
* vhdl: handle P32 in connect_scalar. Fix #918Tristan Gingold2019-09-051-1/+2
* ignore restrict in simulation (#897)Pepijn de Vos2019-08-202-18/+17
* vhdl: handle subtype indication (with range) in discrete_range.Tristan Gingold2019-08-101-0/+1
* vhdl: remove severity from cover, report and severity from assume.Tristan Gingold2019-08-082-6/+26
* Add support for PSL assumptions, used in formal verification (#880)Pepijn de Vos2019-08-075-12/+37
* ghdlsynth: check top entity can be a top entity.Tristan Gingold2019-07-141-1/+1
* vhdl: refactoring: remove configure function with string access.Tristan Gingold2019-07-141-11/+13
* vhdl/translate: reindent.Tristan Gingold2019-07-041-1/+1
* vhdl: rename Cover_Statement to Cover_Directive.Tristan Gingold2019-07-042-12/+12
* vhdl: translate anonymous_signal_declaration.Tristan Gingold2019-07-031-8/+2
* vhdl: add anonymous_signal_declaration.Tristan Gingold2019-07-035-11/+28
* Error_Msg_Option: do not raise exception.Tristan Gingold2019-06-251-6/+6
* vhdl: renames disp_vhdl to printsTristan Gingold2019-05-301-2/+2
* trans-chap8: reverse_range returns false for is_for_loop_iterator_stable.Tristan Gingold2019-05-281-20/+23
* trans-chap3: improve style.Tristan Gingold2019-05-231-3/+2
* Add simple_IO - to be used instead of Text_IO.Tristan Gingold2019-05-194-18/+11
* trans-chap8: handle unbounded records in trans_actual. Fix #788Tristan Gingold2019-05-151-1/+1
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-101-4/+4