aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap6.adb
Commit message (Collapse)AuthorAgeFilesLines
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-58/+137
| | | | Improve simulation speed by about 20%.
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-2/+2
|
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-1/+1
|
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-22/+32
| | | | | translate: separate info for signals from object. Improve some error messages.
* Rework procedure calls, now use a record to pass parameters.Tristan Gingold2015-06-051-18/+17
|
* Translation: handle individual association in function call.Tristan Gingold2015-05-201-1/+2
| | | | | | Factorize code. Fix ticket 74.
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-2/+1
|
* Split translation into child packages.Tristan Gingold2014-11-091-0/+1087