summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans-rtis.adb
AgeCommit message (Expand)Author
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
2015-09-15trans-rtis: fix uninitialized field (that could result in a crash).Tristan Gingold
2015-08-29Replace fat accesses by bounds accessesTristan Gingold
2015-01-07Handle vhdl08 if generate statementsTristan Gingold
2015-01-04Rework for vhdl08 generate: change rtis.Tristan Gingold
2015-01-03Initial rework for vhdl 2008 generate statements.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14iirs: reduce size of signal_declaration.Tristan Gingold
2014-12-13rtis: add source location for blocks and object. Use them in fst dumper.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold