summaryrefslogtreecommitdiff
path: root/simulate
AgeCommit message (Collapse)Author
2014-10-14Initial support for package header and package instantiation.Tristan Gingold
2014-09-25Add a python script to automatically generate disp_tree.Tristan Gingold
2014-09-05First run (using mcode) of OSVVM_2014_01.Tristan Gingold
2014-09-03Fix ghdl_simul (after previous change).Tristan Gingold
2014-09-02Keep names in the tree.Tristan Gingold
This is a large change to improve error locations and allow pretty printing.
2014-07-19Replace architecture_declaration by architecture_body to follow lrm.Tristan Gingold
2014-07-19Handle character literals like simple names.Tristan Gingold
2014-07-17vhdl 2008: visibility, more implicit subprograms, alias...Tristan Gingold
Use Type_Definition in type_declarator.
2014-07-01vhdl08: add oread, hread.Tristan Gingold
2014-06-30Add many vhdl08 predefined operators and functions. Add std.envTristan Gingold
2014-06-28simulate: fix function call during elaboration of protected object.Tristan Gingold
2014-06-27simulate: fix nbr_objects, improve display of arrays.Tristan Gingold
2014-06-24Use library unit instead of design unit.Tristan Gingold
2014-06-21simulate: rework configuration, add stats.Tristan Gingold
2014-06-15Add interpreted simulator.Tristan Gingold