aboutsummaryrefslogtreecommitdiffstats
Commit message (Collapse)AuthorAgeFilesLines
* Add testcase for ticket30.Tristan Gingold2015-01-193-0/+61
|
* Style fixes.Tristan Gingold2015-01-182-10/+6
|
* 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
|
* grt-signals: avoid possible unaligned pointer dereference.Tristan Gingold2015-01-171-2/+23
|
* ghdlsimul: adjust after use of name for block_specification.Tristan Gingold2015-01-172-3/+4
|
* Makefile: share INCFLAGS.Tristan Gingold2015-01-171-8/+8
|
* Fix build of ghdl_simul (WIP).Tristan Gingold2015-01-167-269/+241
|
* 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
|
* Testcase for locally static array comparaison.Tristan Gingold2015-01-152-0/+39
|
* Evaluation: implement array comparaison (greater or less).Tristan Gingold2015-01-151-42/+98
|
* grt-disp_rti: fix thinko (no blocks for if-generate).Tristan Gingold2015-01-151-2/+5
|
* xrefs: adjust for vhdl08.Tristan Gingold2015-01-142-4/+20
|
* disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold2015-01-143-31/+95
|
* grt.avhpi: adjust after rti change.Tristan Gingold2015-01-131-5/+6
|
* Add reproducer from ticket #32.Tristan Gingold2015-01-136-0/+334
|
* mcode: fix ticket#32 - spill the right instruction.Tristan Gingold2015-01-131-6/+11
|
* sem: fix Can_Collapse_Signals regression.Tristan Gingold2015-01-124-5/+10
|
* grt: improve --disp-signals-table output.Tristan Gingold2015-01-124-5/+22
|
* ortho_mcode: handle u32->i64 conversion.Tristan Gingold2015-01-122-7/+19
|
* 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
|
* pnodes: add better message in assert.Tristan Gingold2015-01-121-1/+4
|
* Add testcase for ticket29.Tristan Gingold2015-01-113-0/+856
|
* Fix ticket #29: add instance label in created symbols name.Tristan Gingold2015-01-111-1/+3
|
* grt-signals: code factorization.Tristan Gingold2015-01-101-41/+7
|
* Initialize direct driver value.Tristan Gingold2015-01-101-0/+22
|
* Add minimal example for bug23165Tristan Gingold2015-01-102-0/+41
|
* File bug23165.Tristan Gingold2015-01-105-0/+166
|
* sdf annotation: fix read buffer within a qstring (from Kim Taylor).Tristan Gingold2015-01-101-0/+3
|
* sdf annotation: handle tremoval, handle negative values. From Kim Taylor.Tristan Gingold2015-01-103-1/+22
|
* vhpi: can change value of generics (for sdf annotation). From Kim Taylor.Tristan Gingold2015-01-101-0/+3
|
* Add testcase from ticket31.Tristan Gingold2015-01-103-0/+47
|
* 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
|
* Adjust previous commit for 'path_name.Tristan Gingold2015-01-071-14/+13
|
* Handle vhdl08 if generate statementsTristan Gingold2015-01-0713-499/+847
|
* Rework for vhdl08 generate: change rtis.Tristan Gingold2015-01-0410-171/+366
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-0321-720/+1306
|
* gcc/Make-lang.in: fix dependency.Tristan Gingold2015-01-021-1/+1
|