summaryrefslogtreecommitdiff
path: root/src/vhdl/translate/trans-chap7.adb
AgeCommit message (Collapse)Author
2016-01-16Add support for conditional assignments.Tristan Gingold
2015-12-20Do not create signal type for scalar type.Tristan Gingold
Use ghdl_signal_ptr instead. Fallout of sigptr.
2015-12-18Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold
Improve simulation speed by about 20%.
2015-11-17Allow concatenation of element whose type is an array with non-static boundsTristan Gingold
Fix bug24064
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.
2015-07-17Do not create a transient type for strings.Tristan Gingold
2015-06-27Improve code generation of strings.Tristan Gingold
2015-05-20Handle to_string for i64 numbers.Tristan Gingold
Fix ticket 76
2015-05-20Translation: handle individual association in function call.Tristan Gingold
Factorize code. Fix ticket 74.
2015-05-15Check enumeration overflow for succ/pred attributes.Tristan Gingold
Translate 'Leftof and 'Rightof. Fix ticket 65.
2015-01-20sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold
2015-01-20Minor rework of overflow in physical units: defer until execution.Tristan Gingold
2015-01-10Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold
2014-12-31Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-16Recognize some ieee.std_logic_1164 functions.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14reduce size of enumeration_literal.Tristan Gingold
2014-11-29Allow -frelaxed-rules for v87 designsTristan Gingold
2014-11-22Gen_Call_Type_Builder: use Mnode.Tristan Gingold
2014-11-21concatenation: remove unused left over.Tristan Gingold
2014-11-17Translate: rewrite concatenation. Now O(n).Tristan Gingold
2014-11-16Translate_Range: use mnodes.Tristan Gingold
2014-11-16Translate_Range_Expression_Ptr: use Mnode and rename.Tristan Gingold
2014-11-15Translate_Reverse_Range_Ptr: use mnode instead of ptr and rename.Tristan Gingold
2014-11-15translate_expression: handle implicit type for aggregate.Tristan Gingold
2014-11-11Create_Range_From_Length: use Mnode instead of ptr. Style changes.Tristan Gingold
2014-11-11Style changes.Tristan Gingold
2014-11-09Split translation into child packages.Tristan Gingold