aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap4.adb
Commit message (Collapse)AuthorAgeFilesLines
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-211-2/+2
|
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-248/+380
| | | | Improve simulation speed by about 20%.
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-2/+154
|
* Adjust previous patch (destroy types for default port values).Tristan Gingold2015-09-031-4/+10
|
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-4/+3
|
* Destroy types of default generic values.Tristan Gingold2015-09-011-1/+1
|
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-110/+67
| | | | | 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-9/+18
|
* Handle signal attribute in declarations. Fix alias of implicit signal.Tristan Gingold2015-05-271-27/+14
|
* Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold2015-01-101-2/+4
|
* Rework string literals: store literals position.Tristan Gingold2014-12-291-1/+1
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-33/+30
|
* Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold2014-11-111-18/+13
|
* Split translation into child packages.Tristan Gingold2014-11-091-0/+2735