aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/translate
Commit message (Expand)AuthorAgeFilesLines
* Rewrite most of error and warning messages.Tristan Gingold2016-08-024-16/+24
* Rewrite error messages.Tristan Gingold2016-08-024-9/+8
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-3/+3
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-012-2/+3
* Fix translation of leftof/rightof.Tristan Gingold2016-07-301-2/+4
* ghdldrv: add --bootstrap-standard to simplify build.Tristan Gingold2016-07-151-1/+3
* vhdl08: add support of case-generate statementTristan Gingold2016-07-077-154/+422
* Fix indentation and English mistakes.Tristan Gingold2016-07-052-10/+3
* Enable vest recursive instantiation test.Tristan Gingold2016-07-032-5/+15
* Initial support of direct recursive instantiation.Tristan Gingold2016-07-038-144/+254
* Handle uninstantiated packages without body.Tristan Gingold2016-06-282-14/+38
* trans-chap4: remove a when others.Tristan Gingold2016-06-281-4/+2
* Handle default parameters for file_open.Tristan Gingold2016-06-021-2/+2
* vhdl2008: implement new 'use clause' rules for types.Tristan Gingold2016-05-311-19/+0
* Individual association: fix crash for array conversion due to slice.Tristan Gingold2016-05-271-0/+6
* Minor cleanup.Tristan Gingold2016-03-311-9/+0
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-224-38/+88
* PSL: add counters, generate rti and add --psl-reportTristan Gingold2016-03-184-57/+66
* PSL translate: handle bit type.Tristan Gingold2016-03-181-4/+8
* translation: avoid memory leak while allocating ports.Tristan Gingold2016-03-164-18/+36
* trans-chap12: extract gen_stubs from write_list_list.Tristan Gingold2016-03-112-13/+54
* trans-chap12: refactor.Tristan Gingold2016-03-072-53/+70
* translate: separate decl and stmt elab subprograms.Tristan Gingold2016-02-236-96/+319
* translate: minor reformating.Tristan Gingold2016-02-211-24/+19
* grt: remove rti field in signals (to reduce space).Tristan Gingold2016-02-211-1/+0
* ortho: rename start/finish_const_value to start/finish_init_value.Tristan Gingold2016-02-218-64/+64
* trans-chap12: factorize code.Tristan Gingold2016-02-201-9/+1
* Refactoring in simulate in order to link with ortho.Tristan Gingold2016-02-202-0/+84
* Tentative fix for issue43.Tristan Gingold2016-02-171-1/+1
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-141-1/+7
* PSL: move canon code to canon.adbTristan Gingold2016-02-142-53/+26
* translation: use Tables instead of GNAT.Table.Tristan Gingold2016-01-271-4/+3
* Add support for conditional assignments.Tristan Gingold2016-01-163-18/+65
* Set type staticness for a constant declaration and attribute specification.Tristan Gingold2016-01-111-10/+11
* Reorder fields in signals for alignment.Tristan Gingold2016-01-091-3/+4
* if/else: add debug line for elsif part.Tristan Gingold2016-01-061-0/+2
* Do not create signal type for scalar type.Tristan Gingold2015-12-204-18/+18
* Pass signal values to interfaces. 'sigptr' optimization.Tristan Gingold2015-12-1818-974/+1454
* avoid a crash if --elab without -l.Tristan Gingold2015-12-161-0/+4
* Allow concatenation of element whose type is an array with non-static boundsTristan Gingold2015-11-171-1/+1
* trans-chap2.adb: fix uninitialized variable.Tristan Gingold2015-10-011-9/+9
* Fix regression from states.Tristan Gingold2015-09-262-43/+52
* trans-rtis: fix uninitialized field (that could result in a crash).Tristan Gingold2015-09-151-10/+8
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-0416-787/+2276
* Adjust previous patch (destroy types for default port values).Tristan Gingold2015-09-032-7/+13
* Translate: explicitly clean transient types.Tristan Gingold2015-09-0212-112/+43
* Destroy types of default generic values.Tristan Gingold2015-09-012-9/+11
* mcode/binary_file: rename write routines.Tristan Gingold2015-08-311-3/+2
* Never export declarations of a package body.Tristan Gingold2015-08-311-0/+7
* Allow allocators in default value of subprogramsTristan Gingold2015-08-294-49/+187