aboutsummaryrefslogtreecommitdiffstats
path: root/evaluation.adb
Commit message (Collapse)AuthorAgeFilesLines
* Move sources to src/ subdirectory.Tristan Gingold2014-11-041-3047/+0
|
* Add support for package interface.Tristan Gingold2014-10-291-17/+10
|
* Rework for support of generic packages.Tristan Gingold2014-10-221-0/+16
|
* Initial support for package header and package instantiation.Tristan Gingold2014-10-141-49/+71
|
* Add a python script to automatically generate disp_tree.Tristan Gingold2014-09-251-54/+111
|
* Keep names in the tree.Tristan Gingold2014-09-021-256/+357
| | | | This is a large change to improve error locations and allow pretty printing.
* Add parenthesis_Expression, --reprint and --compare-tokens commands.Tristan Gingold2014-07-231-11/+14
|
* Add overflow literal.Tristan Gingold2014-07-211-61/+80
|
* Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold2014-07-191-1/+1
|
* Handle character literals like simple names.Tristan Gingold2014-07-191-9/+6
|
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-171-5/+6
| | | | Use Type_Definition in type_declarator.
* vhdl08: add oread, hread.Tristan Gingold2014-07-011-1/+3
|
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-301-17/+52
|
* vhdl2008: add overloaded to_string predefined functions.Tristan Gingold2014-06-271-1/+11
|
* Use library unit instead of design unit.Tristan Gingold2014-06-241-2/+1
|
* configuration: add Check_Entity_Declaration_Top from translation.Tristan Gingold2014-06-141-18/+241
| | | | | | evaluation: add Get_Path_Instance_Name_Suffix from translation. grt-signals: rename ghdl_signal_direct_driver to ghdl_signal_add_direct_driver. add ghdl_signal_direct_assign; make active_chain private.
* evaluation: Handl FP literals in Get_Physical_Value.Tristan Gingold2014-05-071-5/+6
|
* Handle physical units in eval_incdec.Tristan Gingold2014-01-041-2/+3
|
* Fix sr2737 (rol/ror with shift = +/- length).Tristan Gingold2014-01-011-1/+1
|
* Fix bug21274.Tristan Gingold2013-12-311-7/+60
| | | | WIP for VHDL08.
* Fix 'range'left & co.Tristan Gingold2013-12-271-5/+9
|
* Fix mcode for i386 Darwin.Tristan Gingold2013-12-241-1/+4
|
* Patch allowing real 'value strings for physical types, and allowing 32-bit ↵Brian Drummond2013-12-131-4/+16
| | | | physical types to be compiled
* Patch for multiple 'image and 'value attribute problems, mainly missing ↵Brian Drummond2013-12-131-1/+137
| | | | functionality. Resolves bugs 7751, 20255
* Handle overflow in physical expression.gingold2010-02-261-1/+7
|
* ghdl 0.29 release.gingold2010-01-121-3/+107
|
* Version 0.28.gingold2009-09-211-3/+12
|
* Now handle vhdl 2008 arrays in the front end.gingold2009-08-131-4/+23
| | | | Bug fixes.
* New feature: all-sensitized processes (for vhdl 2008)gingold2008-09-061-1/+1
|
* Create package options from flags to avoid circular elaborationgingold2008-08-311-1/+1
|
* Switch to gcc 4.3gingold2008-08-301-4/+2
| | | | | Don't use tagged types in grt (not supported by recent versions of GNAT) Fix warnings
* Improve macosX support.gingold2008-04-091-0/+6
| | | | Fix crashes in error handling.
* synchronized to ghdl 0.26gingold2007-04-221-4/+8
|
* bugs fixesgingold2006-02-141-30/+27
|
* ghdl 0.21 is outgingold2005-12-181-1/+7
|
* bug fixesgingold2005-12-101-0/+95
|
* handle universal real div integer evaluation,gingold2005-11-071-6/+47
| | | | | | more optimizations added, multi-thread ready grt, bug fixes
* --vcdz option added,gingold2005-10-091-0/+44
| | | | | | | switched to gcc-4.0.2, can be compiled with GNAT GPL 2005 ready for ada05 (interface identifier not used anymore) bug fixes
* First import from sourcesgingold2005-09-241-0/+2030