aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/sem_stmts.adb
Commit message (Collapse)AuthorAgeFilesLines
* eval_is_in_bound: make it more tolerant.Tristan Gingold2017-01-191-5/+10
| | | | | | Replaces check_implicit_conversion. Fix #258
* vhdl08: allow PSL default clock declaration in block declarative parts.Tristan Gingold2017-01-131-16/+12
|
* ownership: check tree after sem and canon.Tristan Gingold2016-11-051-1/+1
|
* vhdl08: allow unaffected in sequential signal assignments.Tristan Gingold2016-11-011-5/+8
|
* Remove default_*_map_aspect from binding_indication.Tristan Gingold2016-10-201-1/+1
|
* Rework AST to setup ownership and reference policy.Tristan Gingold2016-10-111-1/+1
| | | | Check it with nodes_gc.
* vhdl08: create interface subprogram declaration.Tristan Gingold2016-09-191-4/+5
|
* sem_stmts: reformatting.Tristan Gingold2016-09-151-4/+2
|
* Avoid a crash on bad component name.Tristan Gingold2016-08-261-5/+13
| | | | Fixes #144
* Rewrite most of error and warning messages.Tristan Gingold2016-08-021-3/+3
|
* Rewrite error messages.Tristan Gingold2016-08-021-89/+89
|
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-7/+8
|
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-5/+6
|
* vhdl08: add support of case-generate statementTristan Gingold2016-07-071-32/+79
|
* Fix indentation and English mistakes.Tristan Gingold2016-07-051-10/+9
|
* Avoid a crash on error.Tristan Gingold2016-03-261-34/+33
| | | | Fix bug041.
* PSL: add clocked SERE, make endpoints visible from VHDL.Tristan Gingold2016-03-221-1/+4
|
* psl: cover directive works on a sequence, not on a property.Tristan Gingold2016-02-141-2/+3
|
* Improve error message for variable assignment.Tristan Gingold2016-01-191-1/+6
|
* Add support for conditional assignments.Tristan Gingold2016-01-161-312/+307
|
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-1/+6
|
* Adjust previous patch: set parent.Tristan Gingold2015-07-151-0/+2
|
* Convert psl assertion to normal assertion if simple expression.Tristan Gingold2015-07-101-21/+22
| | | | Fix ticket90.
* Improve code generation of strings.Tristan Gingold2015-06-271-0/+1
|
* Add suspend_flag.Tristan Gingold2015-06-071-1/+47
|
* Handle signal attribute in declarations. Fix alias of implicit signal.Tristan Gingold2015-05-271-40/+0
|
* Style fix.Tristan Gingold2015-01-231-5/+2
|
* vhdl2008: expanded names in for-generate statements.Tristan Gingold2015-01-121-0/+2
|
* vhdl2008: handle expanded names in if-generate statements.Tristan Gingold2015-01-121-0/+5
|
* vhdl08: block configuration for if-generate statements.Tristan Gingold2015-01-101-6/+19
|
* Handle vhdl08 if generate statementsTristan Gingold2015-01-071-14/+27
|
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-36/+69
|
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-6/+6
|
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-141-1/+1
|
* sem_stmt: avoid crash after error on concurrent procedure call in entity.Tristan Gingold2014-11-281-1/+3
|
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+2007