aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdldrv/ghdlprint.adb
Commit message (Expand)AuthorAgeFilesLines
* ghdlprint: exit in case of error.Tristan Gingold2019-05-231-2/+4
* ghdlprint: add --no-sem to --reprintTristan Gingold2019-05-221-9/+33
* vhdl: decouple errorouts a bit more.Tristan Gingold2019-05-101-1/+1
* vhdl: extract vhdl.errors from errorout.Tristan Gingold2019-05-081-0/+1
* vhdl: move iirs_utils to vhdl.utilsTristan Gingold2019-05-061-1/+1
* vhdl: move xrefs to vhdl child package.Tristan Gingold2019-05-061-11/+11
* vhdl: move elocations* packages to vhdl children.Tristan Gingold2019-05-051-2/+2
* vhdl: move sem* packages to vhdl children.Tristan Gingold2019-05-051-3/+3
* vhdl: move canon to a vhdl child package.Tristan Gingold2019-05-051-5/+5
* vhdl: move disp_tree and disp_vhdl as vhdl child.Tristan Gingold2019-05-041-2/+2
* 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-041-6/+6
* files_map: rename Get_Source_File_Directory to Get_Directory_Name.Tristan Gingold2018-12-181-1/+1
* ghdldrv: Cmd argument of Perform_Action is now in.Tristan Gingold2018-12-161-29/+32
* Finish_Compilation: do not raise Compilation_Error.Tristan Gingold2018-12-161-0/+3
* files_map: renaming for consistency.Tristan Gingold2018-12-141-1/+1
* Rename overloaded Load_File and export it to python.Tristan Gingold2018-12-131-2/+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-261-2/+4
* ghdlprint: pass a location.Tristan Gingold2018-11-171-1/+1
* Create sem_lib from libraries.Tristan Gingold2018-11-141-7/+8
* rework parse_expression to add parse_binary_expression.Tristan Gingold2018-08-041-13/+1
* Fix warning: use clause for package has no effectVicente Bergas2018-05-031-4/+0
* ghdldrv: remove most usages of Nam_Buffer.Tristan Gingold2018-01-181-14/+7
* version.in: avoid to duplicate version string.Tristan Gingold2017-12-101-1/+3
* Add extended locations (elocations). Still WIPTristan Gingold2017-10-181-1/+3
* files_map: rename Load_Source_File to Read_Source_File.Tristan Gingold2017-10-051-5/+5
* Add Tab_Stop variable.Tristan Gingold2017-03-141-2/+2
* Add xref_keyword for PSL keywords that aren't reserved words.Tristan Gingold2017-01-151-1/+12
* ghdlprint: do not canon associations.Tristan Gingold2016-12-121-0/+1
* Disable most of canon for reprint.Tristan Gingold2016-10-171-0/+7
* Finish_Compilation: factorize code, move to libraries.Tristan Gingold2016-10-151-2/+1
* Add --file-to-xml to dump tree as XML.Tristan Gingold2016-10-141-1/+0
* vhdl08: parse parameter reserved word.Tristan Gingold2016-09-251-1/+2
* ghdlprint: remove useless duplicate call.Tristan Gingold2016-09-011-2/+0
* Display a nice message if std_logic_textio is not found.Tristan Gingold2016-08-271-1/+1
* Rewrite scan error messages: use formatting.Tristan Gingold2016-08-021-1/+1
* Rework warnings to have a uniq tag per warning.Tristan Gingold2016-08-011-1/+1
* Clean up links, repository-wide (#117)Ben Wiederhake2016-07-091-2/+2
* ghdl --lines: fix incorrect conversion.Tristan Gingold2016-02-141-1/+5
* Reimplement table package (used instead of GNAT.Table).Tristan Gingold2015-09-101-4/+3
* Add context declaration and reference (vhdl 2008).Tristan Gingold2015-05-121-0/+2
* disp_vhdl: adjust for vhdl2008 (generate, bit string).Tristan Gingold2015-01-141-1/+1
* Initial rework for vhdl 2008 generate statements.Tristan Gingold2015-01-031-1/+2
* Fix left-over in name_table remaining.Tristan Gingold2015-01-011-1/+1
* Rename name_table.name_buffer and name_length to avoid clash.Tristan Gingold2014-12-311-7/+7
* vhdl 2008: handle sized bit strings.Tristan Gingold2014-12-301-0/+1
* PSL: allow labels on psl directives (fix ticket26).Tristan Gingold2014-12-131-1/+0
* Move files and dirs from translate/Tristan Gingold2014-11-051-0/+1757