aboutsummaryrefslogtreecommitdiffstats
path: root/simulate
Commit message (Collapse)AuthorAgeFilesLines
* Initial support for package header and package instantiation.Tristan Gingold2014-10-141-10/+12
|
* Add a python script to automatically generate disp_tree.Tristan Gingold2014-09-255-25/+25
|
* First run (using mcode) of OSVVM_2014_01.Tristan Gingold2014-09-059-182/+182
|
* Fix ghdl_simul (after previous change).Tristan Gingold2014-09-034-61/+75
|
* Keep names in the tree.Tristan Gingold2014-09-025-39/+69
| | | | This is a large change to improve error locations and allow pretty printing.
* Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold2014-07-195-21/+22
|
* Handle character literals like simple names.Tristan Gingold2014-07-191-0/+1
|
* vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold2014-07-179-75/+559
| | | | Use Type_Definition in type_declarator.
* vhdl08: add oread, hread.Tristan Gingold2014-07-011-1/+2
|
* Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold2014-06-301-13/+29
|
* simulate: fix function call during elaboration of protected object.Tristan Gingold2014-06-282-110/+111
|
* simulate: fix nbr_objects, improve display of arrays.Tristan Gingold2014-06-274-37/+77
|
* Use library unit instead of design unit.Tristan Gingold2014-06-243-42/+25
|
* simulate: rework configuration, add stats.Tristan Gingold2014-06-2110-570/+851
|
* Add interpreted simulator.Tristan Gingold2014-06-1524-0/+14817