summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans-chap3.ads
AgeCommit message (Collapse)Author
2015-09-26Fix regression from states.Tristan Gingold
Fix ticket96.
2015-09-04Suppress stack switching; save process state in secondary stack.Tristan Gingold
2015-09-02Translate: explicitly clean transient types.Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
translate: separate info for signals from object. Improve some error messages.
2014-11-17Translate: rewrite concatenation. Now O(n).Tristan Gingold
2014-11-11Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold