aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate/trans-chap9.adb
Commit message (Expand)AuthorAgeFilesLines
* translate: separate decl and stmt elab subprograms.Tristan Gingold2016-02-231-22/+195
* translate: minor reformating.Tristan Gingold2016-02-211-24/+19
* Tentative fix for issue43.Tristan Gingold2016-02-171-1/+1
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-141-1/+7
* PSL: move canon code to canon.adbTristan Gingold2016-02-141-50/+26
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-181-2/+6
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-0/+29
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-1/+5
* Allow allocators in default value of subprogramsTristan Gingold2015-08-291-48/+116
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-37/+32
* Rework procedure calls, now use a record to pass parameters.Tristan Gingold2015-06-051-2/+1
* Fix entity instantiation with extended identifier.Tristan Gingold2015-03-311-3/+5
* Keep and handle simple name for Block_Specification.Tristan Gingold2015-01-161-2/+2
* Fix ticket #29: add instance label in created symbols name.Tristan Gingold2015-01-111-1/+3
* Handle vhdl08 if generate statementsTristan Gingold2015-01-071-177/+249
* Rework for vhdl08 generate: change rtis.Tristan Gingold2015-01-041-1/+2
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-71/+97
* trans-chap9: fix invalid generation of ortho code.Tristan Gingold2014-11-201-4/+5
* Split translation into child packages.Tristan Gingold2014-11-091-0/+1953