aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl/iirs.ads
Commit message (Expand)AuthorAgeFilesLines
* Fix crash on invalid individual association.Tristan Gingold2015-11-071-0/+4
* Translate: explicitly clean transient types.Tristan Gingold2015-09-021-0/+8
* iirs: block_statement is a ref.Tristan Gingold2015-08-311-1/+2
* Replace fat accesses by bounds accessesTristan Gingold2015-08-291-0/+3
* Add suspend_flag.Tristan Gingold2015-06-071-0/+29
* Rework of overload resolution in implicit conversions.Tristan Gingold2015-05-261-9/+0
* Preliminary work to support external names (parse, semantic)Tristan Gingold2015-05-231-44/+80
* errors: remove error_msg and warning_msg.Tristan Gingold2015-05-171-1/+1
* Give priority to function calls without implicit conversion.Tristan Gingold2015-05-161-0/+9
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-131-3/+3
* Add ieee context files.Tristan Gingold2015-05-121-0/+2
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-6/+47
* iirs.ads: fix indentation and adjust pnodes.pyTristan Gingold2015-01-241-249/+249
* 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/+4
* vhdl08: forbid simple block_specification for labeled if-generate statement.Tristan Gingold2015-01-101-0/+9
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-23/+97
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-14/+41
* Rework string literals: store literals position.Tristan Gingold2014-12-291-51/+24
* Fix ghdl -m for jit: handle multiple libraries.Tristan Gingold2014-12-231-0/+3
* Reduce size of library_declaration.Tristan Gingold2014-12-221-13/+15
* Recognize some ieee.std_logic_1164 functions.Tristan Gingold2014-12-161-1/+23
* Use same node for implicit and explicit subprogram declarations.Tristan Gingold2014-12-151-106/+64
* Reduce size of configuration declaration and guard signal declaration.Tristan Gingold2014-12-141-8/+8
* reduce size of enumeration_literal.Tristan Gingold2014-12-141-25/+14
* iirs: reduce size of interface objects.Tristan Gingold2014-12-141-26/+25
* iirs: reduce size of signal_declaration.Tristan Gingold2014-12-141-14/+24
* iirs: reduce memory size.Tristan Gingold2014-12-141-49/+49
* Put attribute_value_chain in parent.Tristan Gingold2014-12-141-78/+13
* iirs: move delay_mechanism to flag1; adjust xtools/pnodes.py for new sources.Tristan Gingold2014-12-131-3/+3
* Create src/vhdl subdirectory.Tristan Gingold2014-11-041-0/+6445