aboutsummaryrefslogtreecommitdiffstats
path: root/src/vhdl
Commit message (Collapse)AuthorAgeFilesLines
...
* vhdl 08: implement 4.2 rules: no access/file type in return subtype.Tristan Gingold2015-05-131-1/+39
|
* Change library format: now store file checksum instead of file time stamp.Tristan Gingold2015-05-138-28/+74
| | | | For ticket 48.
* Add ieee context files.Tristan Gingold2015-05-121-0/+2
|
* Always report pure rules violation, but as a warning in 93c or -frelaxed-rulesTristan Gingold2015-05-124-34/+44
| | | | For ticket 57.
* do not consider function call as a prefix of expanded name.Tristan Gingold2015-05-121-1/+7
| | | | Fix ticket 59.
* Fix crash after call to function without enough parameters.Tristan Gingold2015-05-121-3/+3
| | | | Fix ticket 56.
* Fix translation for context declaration for gcc/llvm.Tristan Gingold2015-05-121-0/+3
| | | | Fix ticket 58.
* aliases: avoid crash in case of mismatch between function and procedure.Tristan Gingold2015-05-121-0/+6
| | | | Fix ticket 55.
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-1219-311/+786
|
* Allow generic without default values in top-level entity.Tristan Gingold2015-05-112-3/+63
| | | | Implement ticket #47.
* Fix thinko: reject incorrect association (positionnal match followed byTristan Gingold2015-05-112-15/+10
| | | | | named match with the same formal). Fix ticket 49.
* Fix use of condition operator in case of overload.Tristan Gingold2015-05-111-9/+38
| | | | Fix ticket 50.
* vhdl 08: handle boolean subtype for conditional expressions.Tristan Gingold2015-05-101-1/+1
| | | | Fix ticket 46
* Correctly handle overload of subprogram in presence of subprogram alias.Tristan Gingold2015-05-101-1/+6
| | | | Fix ticket43 and ticket44.
* Rename Get_Location_Str to Image.Tristan Gingold2015-05-097-43/+23
|
* Report incorrect use of 'Base.Tristan Gingold2015-05-092-2/+7
|
* Avoid crash if name of subprogram also denotes a non-subprogram declaration.Tristan Gingold2015-05-091-0/+1
| | | | Fix ticket 41.
* Fix entity instantiation with extended identifier.Tristan Gingold2015-03-313-4/+20
| | | | From a patch by Ole Myren Rohne.
* ortho_llvm: handle debug info for incomplete access type.Tristan Gingold2015-03-151-7/+8
|
* Disable overflow checks in Eval_Discrete_Range_Length.Tristan Gingold2015-03-141-0/+2
| | | | To avoid crash when dealing with very large ranges.
* procedure call: avoid crash with individual associations and signals.Tristan Gingold2015-03-141-20/+25
|
* Elaborate generics in two steps. Fix -c/-e for llvm builds.Tristan Gingold2015-03-016-39/+36
|
* grt: fix protected object lock during elaboration.Tristan Gingold2015-01-301-1/+1
|
* iirs.ads: fix indentation and adjust pnodes.pyTristan Gingold2015-01-241-249/+249
|
* Move Makefile from xtools to vhdl.Tristan Gingold2015-01-241-0/+47
|
* simulation: use invalid_instance_slot instead of 0.Tristan Gingold2015-01-242-4/+4
|
* Fix typos in grt and translation.adb for vhdl2008 (gcc).Tristan Gingold2015-01-241-1/+1
|
* Simulation: renaming.Tristan Gingold2015-01-236-133/+118
|
* simulation: rework scope_level.Tristan Gingold2015-01-236-123/+157
|
* 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
|