summaryrefslogtreecommitdiff
path: root/src/vhdl
AgeCommit message (Collapse)Author
2015-05-12aliases: avoid crash in case of mismatch between function and procedure.Tristan Gingold
Fix ticket 55.
2015-05-12Add context declaration and reference (vhdl 2008).Tristan Gingold
2015-05-11Allow generic without default values in top-level entity.Tristan Gingold
Implement ticket #47.
2015-05-11Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold
named match with the same formal). Fix ticket 49.
2015-05-11Fix use of condition operator in case of overload.Tristan Gingold
Fix ticket 50.
2015-05-10vhdl 08: handle boolean subtype for conditional expressions.Tristan Gingold
Fix ticket 46
2015-05-10Correctly handle overload of subprogram in presence of subprogram alias.Tristan Gingold
Fix ticket43 and ticket44.
2015-05-09Rename Get_Location_Str to Image.Tristan Gingold
2015-05-09Report incorrect use of 'Base.Tristan Gingold
2015-05-09Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold
Fix ticket 41.
2015-03-31Fix entity instantiation with extended identifier.Tristan Gingold
From a patch by Ole Myren Rohne.
2015-03-15ortho_llvm: handle debug info for incomplete access type.Tristan Gingold
2015-03-14Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold
To avoid crash when dealing with very large ranges.
2015-03-14procedure call: avoid crash with individual associations and signals.Tristan Gingold
2015-03-01Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold
2015-01-30grt: fix protected object lock during elaboration.Tristan Gingold
2015-01-24iirs.ads: fix indentation and adjust pnodes.pyTristan Gingold
2015-01-24Move Makefile from xtools to vhdl.Tristan Gingold
2015-01-24simulation: use invalid_instance_slot instead of 0.Tristan Gingold
2015-01-24Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold
2015-01-23Simulation: renaming.Tristan Gingold
2015-01-23simulation: rework scope_level.Tristan Gingold
2015-01-23Style fix.Tristan Gingold
2015-01-22Use 64 bits for universal integer type.Tristan Gingold
2015-01-21Detect and report UTF BOM at beginning of source files.Tristan Gingold
2015-01-21Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold
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-18Style fixes.Tristan Gingold
2015-01-18simulation: adjust for vhdl08 configurations.Tristan Gingold
2015-01-18execution: fix v87 concat with element.Tristan Gingold
2015-01-17simulation: handle v87 concatenation.Tristan Gingold
2015-01-17debugger: add list command.Tristan Gingold
2015-01-17ghdlsimul: adjust after use of name for block_specification.Tristan Gingold
2015-01-16Fix build of ghdl_simul (WIP).Tristan Gingold
2015-01-16Keep and handle simple name for Block_Specification.Tristan Gingold
2015-01-16disp_tree: add Max_Depth to limit recursion.Tristan Gingold
2015-01-16canon: fix after previous change (do not generate default config for for-gen)Tristan Gingold
2015-01-15PSL: add comments, scan endpoint.Tristan Gingold
2015-01-15Evaluation: implement array compare for discrete arrays.Tristan Gingold
2015-01-15Create the Sem_Qualified_Expression function.Tristan Gingold
2015-01-15parser: improve error message and recovery on = for default expression.Tristan Gingold
2015-01-15Evaluation: implement array comparaison (greater or less).Tristan Gingold
2015-01-14xrefs: adjust for vhdl08.Tristan Gingold
2015-01-14disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold
2015-01-12sem: fix Can_Collapse_Signals regression.Tristan Gingold
2015-01-12grt: improve --disp-signals-table output.Tristan Gingold
2015-01-12vhdl2008: expanded names in for-generate statements.Tristan Gingold
2015-01-12vhdl2008: handle expanded names in if-generate statements.Tristan Gingold
2015-01-11Fix ticket #29: add instance label in created symbols name.Tristan Gingold