aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Expand)AuthorAgeFilesLines
* Style fix.Tristan Gingold2015-01-231-5/+2
* Use 64 bits for universal integer type.Tristan Gingold2015-01-221-5/+5
* Detect and report UTF BOM at beginning of source files.Tristan Gingold2015-01-212-6/+48
* Translate: fix thinko for implicit conversion after conversion in assoc.Tristan Gingold2015-01-212-29/+32
* sem_names: extract Free_Old_Entity_Name (from Finish_Sem_Name). Add comments.Tristan Gingold2015-01-202-10/+23
* Minor rework of overflow in physical units: defer until execution.Tristan Gingold2015-01-204-84/+39
* Style fixes.Tristan Gingold2015-01-181-1/+2
* simulation: adjust for vhdl08 configurations.Tristan Gingold2015-01-181-39/+38
* execution: fix v87 concat with element.Tristan Gingold2015-01-182-23/+27
* simulation: handle v87 concatenation.Tristan Gingold2015-01-171-41/+74
* debugger: add list command.Tristan Gingold2015-01-172-19/+126
* ghdlsimul: adjust after use of name for block_specification.Tristan Gingold2015-01-171-1/+2
* Fix build of ghdl_simul (WIP).Tristan Gingold2015-01-166-268/+233
* Keep and handle simple name for Block_Specification.Tristan Gingold2015-01-166-588/+582
* disp_tree: add Max_Depth to limit recursion.Tristan Gingold2015-01-161-1/+6
* canon: fix after previous change (do not generate default config for for-gen)Tristan Gingold2015-01-161-1/+1
* PSL: add comments, scan endpoint.Tristan Gingold2015-01-153-4/+16
* Evaluation: implement array compare for discrete arrays.Tristan Gingold2015-01-151-11/+46
* Create the Sem_Qualified_Expression function.Tristan Gingold2015-01-151-24/+38
* parser: improve error message and recovery on = for default expression.Tristan Gingold2015-01-151-0/+7
* Evaluation: implement array comparaison (greater or less).Tristan Gingold2015-01-151-42/+98
* xrefs: adjust for vhdl08.Tristan Gingold2015-01-142-4/+20
* disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold2015-01-142-30/+94
* sem: fix Can_Collapse_Signals regression.Tristan Gingold2015-01-121-1/+5
* grt: improve --disp-signals-table output.Tristan Gingold2015-01-121-5/+9
* vhdl2008: expanded names in for-generate statements.Tristan Gingold2015-01-124-74/+81
* vhdl2008: handle expanded names in if-generate statements.Tristan Gingold2015-01-125-660/+1258
* Fix ticket #29: add instance label in created symbols name.Tristan Gingold2015-01-111-1/+3
* Handle overflow during evaluation of type conversion. Forward on 'image.Tristan Gingold2015-01-103-31/+57
* vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold2015-01-106-77/+152
* vhdl08: block configuration for if-generate statements.Tristan Gingold2015-01-107-62/+177
* Canon: do not free old concurrent statement.Tristan Gingold2015-01-081-2/+0
* Handle vhdl08 if generate statementsTristan Gingold2015-01-077-416/+760
* Rework for vhdl08 generate: change rtis.Tristan Gingold2015-01-043-83/+196
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-0320-719/+1304
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-3113-192/+209
* Improve error recovery.Tristan Gingold2014-12-302-2/+3
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-309-397/+877
* Rework string literals: store literals position.Tristan Gingold2014-12-2924-901/+638
* Optimize scan_identifier.Tristan Gingold2014-12-263-27/+46
* Rewrite sem_scopes tables for speed-up (and clarification).Tristan Gingold2014-12-268-402/+391
* evaluation.adb: style changes.Tristan Gingold2014-12-241-5/+5
* configuration.adb: change for style.Tristan Gingold2014-12-231-2/+1
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-232-159/+164
* Add comments.Tristan Gingold2014-12-222-1/+7
* Reduce size of library_declaration.Tristan Gingold2014-12-223-23/+25
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-164-3/+174
* translation: give full path for to debug filename.Tristan Gingold2014-12-161-2/+9
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-1528-675/+494
* Reduce size of configuration declaration and guard signal declaration.Tristan Gingold2014-12-142-14/+14