aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap7.ads
Commit message (Collapse)AuthorAgeFilesLines
* translate: improve support of unbounded records and arrays.Tristan Gingold2020-07-251-0/+4
|
* translate: handle unbounded aggregate for signal target.Tristan Gingold2018-12-031-8/+10
| | | | Fix for #676.
* translate: refactoring.Tristan Gingold2018-11-201-1/+3
|
* Abstract Translate_Enumeration_LiteralTristan Gingold2017-11-161-1/+3
|
* translate: separate spec and body translation for implicit subprograms.Tristan Gingold2017-05-171-1/+2
|
* translate: add specific infos for implicit subprograms.Tristan Gingold2017-05-121-6/+6
|
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-8/+5
| | | | Improve simulation speed by about 20%.
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-0/+4
| | | | | translate: separate info for signals from object. Improve some error messages.
* Translation: handle individual association in function call.Tristan Gingold2015-05-201-7/+0
| | | | | | Factorize code. Fix ticket 74.
* concatenation: remove unused left over.Tristan Gingold2014-11-211-1/+0
|
* Translate_Range: use mnodes.Tristan Gingold2014-11-161-6/+5
|
* Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.Tristan Gingold2014-11-151-3/+2
|
* Split translation into child packages.Tristan Gingold2014-11-091-0/+159