summaryrefslogtreecommitdiff
path: root/src/vhdl
AgeCommit message (Collapse)Author
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
2015-01-10Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold
2015-01-10vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold
2015-01-10vhdl08: block configuration for if-generate statements.Tristan Gingold
2015-01-08Canon: do not free old concurrent statement.Tristan 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-30Improve error recovery.Tristan Gingold
2014-12-30vhdl 2008: handle sized bit strings.Tristan Gingold
2014-12-29Rework string literals: store literals position.Tristan Gingold
2014-12-26Optimize scan_identifier.Tristan Gingold
2014-12-26Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold
2014-12-24evaluation.adb: style changes.Tristan Gingold
2014-12-23configuration.adb: change for style.Tristan Gingold
2014-12-23Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold
2014-12-22Add comments.Tristan Gingold
2014-12-22Reduce size of library_declaration.Tristan Gingold
2014-12-16Recognize some ieee.std_logic_1164 functions.Tristan Gingold
2014-12-16translation: give full path for to debug filename.Tristan Gingold
2014-12-15Use same node for implicit and explicit subprogram declarations.Tristan Gingold
2014-12-14Reduce size of configuration declaration and guard signal declaration.Tristan Gingold
2014-12-14reduce size of enumeration_literal.Tristan Gingold
2014-12-14iirs: reduce size of interface objects.Tristan Gingold
2014-12-14iirs: reduce size of signal_declaration.Tristan Gingold
2014-12-14iirs: reduce memory size.Tristan Gingold
2014-12-14Put attribute_value_chain in parent.Tristan Gingold
2014-12-13iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold