aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv
Commit message (Expand)AuthorAgeFilesLines
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-063-4/+4
* vhdl: move xrefs to vhdl child package.Tristan Gingold2019-05-061-11/+11
* vhdl: move nodes_meta package to vhdl child.Tristan Gingold2019-05-061-1/+1
* vhdl: rename iirs to vhdl.nodesTristan Gingold2019-05-057-8/+8
* vhdl: move nodes to vhdl.nodes_priv.Tristan Gingold2019-05-051-2/+1
* vhdl: move elocations* packages to vhdl children.Tristan Gingold2019-05-051-2/+2
* vhdl: move ieee packages to vhdl children.Tristan Gingold2019-05-052-6/+6
* vhdl: move std_standard package to vhdl child.Tristan Gingold2019-05-054-13/+13
* vhdl: move configuration package as a vhdl child.Tristan Gingold2019-05-054-11/+11
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-054-17/+17
* vhdl: move canon to a vhdl child package.Tristan Gingold2019-05-054-19/+19
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-043-5/+5
* vhdl: move parse package as vhdl child.Tristan Gingold2019-05-041-2/+2
* vhdl: move tokens as vhdl child package.Tristan Gingold2019-05-041-4/+4
* vhdl: move scanner under vhdl hierarchy.Tristan Gingold2019-05-042-8/+8
* configure: use default_pic instead of default_pie.Tristan Gingold2019-04-271-1/+1
* add configure option to enable default_pieumarcor2019-04-271-1/+1
* vhdl: supports VHPIDIRECT in mcode backend.Tristan Gingold2019-04-272-8/+74
* synth: add --disp-noinlineTristan Gingold2019-04-161-4/+22
* vhdl: handle names starting with '_' as an identifier.Tristan Gingold2019-03-143-12/+48
* Prepare for release.Tristan Gingold2019-02-231-1/+1
* simul: fix handling of time resolution.Tristan Gingold2019-01-061-2/+3
* errorout: discard disabled warnings.Tristan Gingold2019-01-043-6/+12
* Remove unused is_ref for choices. Adjust.Tristan Gingold2019-01-021-6/+0
* parse/sem: be more tolerant of parse errors.Tristan Gingold2018-12-231-1/+6
* Analysis: tolerate more parse errors.Tristan Gingold2018-12-211-1/+2
* Sem: tolerates more parse errors.Tristan Gingold2018-12-191-1/+6
* files_map: rename Get_Source_File_Directory to Get_Directory_Name.Tristan Gingold2018-12-181-1/+1
* driver: add --force-analysis debug flag.Tristan Gingold2018-12-161-13/+36
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-1610-108/+111
* Finish_Compilation: do not raise Compilation_Error.Tristan Gingold2018-12-162-0/+7
* files_map: renaming for consistency.Tristan Gingold2018-12-141-1/+1
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-133-8/+8
* Clarify error message.Tristan Gingold2018-12-112-3/+2
* Move Error_Msg_Parse from errorout to parse.Tristan Gingold2018-12-051-1/+2
* Keep source file entry in design file to avoid searching the file.Tristan Gingold2018-11-262-6/+17
* --dir: print library name and directory.Tristan Gingold2018-11-231-0/+7
* Add --max-stack-alloc option, check stack allocation of complex object.Tristan Gingold2018-11-231-0/+2
* ghdlprint: pass a location.Tristan Gingold2018-11-171-1/+1
* errorout: split and rework.Tristan Gingold2018-11-161-1/+3
* Create sem_lib from libraries.Tristan Gingold2018-11-144-21/+25
* Fix overflow detection for **, implement ** for i64.Tristan Gingold2018-11-141-2/+4
* ghdllocal: clean post files.Tristan Gingold2018-10-213-3/+6
* ghdldrv: also search exec in prefix/bin.Tristan Gingold2018-10-211-2/+18
* ghdldrv: allow bootstrap with oread.Tristan Gingold2018-10-211-2/+1
* Pass time-resolution to grt.Tristan Gingold2018-10-214-13/+16
* Add Maybe_Ref_Chain (WIP).Tristan Gingold2018-09-201-0/+6
* ghdl_simul: adjust after ghdlcomp change.Tristan Gingold2018-08-101-5/+13
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-104-13/+102
* rework parse_expression to add parse_binary_expression.Tristan Gingold2018-08-041-13/+1