Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ghdlcomp: really obey to --force-analysis. | Tristan Gingold | 2019-06-05 | 1 | -11/+6 |
| | |||||
* | ghdldrv: handle --force-analysis for llvm and gcc. | Tristan Gingold | 2019-06-05 | 2 | -5/+1 |
| | |||||
* | ghdl import: avoid a crash in case of error. | Tristan Gingold | 2019-06-04 | 1 | -20/+19 |
| | |||||
* | ghdldrv: reject empty argument. Fix #830 | Tristan Gingold | 2019-06-04 | 1 | -0/+5 |
| | |||||
* | vhdl-formatters: add range for indent. | Tristan Gingold | 2019-06-03 | 3 | -2/+42 |
| | |||||
* | vhdl-formatters: add indent. | Tristan Gingold | 2019-06-01 | 1 | -1/+9 |
| | |||||
* | vhdl: add code formatter (WIP) | Tristan Gingold | 2019-05-30 | 1 | -1/+12 |
| | |||||
* | vhdl: differenciate block and line comments. | Tristan Gingold | 2019-05-30 | 1 | -1/+2 |
| | |||||
* | vhdl-prints: handle PSL, add psl tokens for strong and inclusive variants. | Tristan Gingold | 2019-05-30 | 1 | -0/+6 |
| | |||||
* | vhdl: renames disp_vhdl to prints | Tristan Gingold | 2019-05-30 | 2 | -5/+11 |
| | |||||
* | ghdlprint: exit in case of error. | Tristan Gingold | 2019-05-23 | 1 | -2/+4 |
| | |||||
* | ghdlprint: add --no-sem to --reprint | Tristan Gingold | 2019-05-22 | 1 | -9/+33 |
| | |||||
* | synth: add disp_vhdl. | Tristan Gingold | 2019-05-21 | 1 | -2/+7 |
| | |||||
* | ghdldrv: use Dyn_Table instead of the GNAT package. | Tristan Gingold | 2019-05-19 | 1 | -8/+6 |
| | |||||
* | Add simple_IO - to be used instead of Text_IO. | Tristan Gingold | 2019-05-19 | 8 | -44/+41 |
| | |||||
* | vhdl: decouple errorouts a bit more. | Tristan Gingold | 2019-05-10 | 2 | -3/+3 |
| | |||||
* | vhdl: replace Iir_Int64 by Int64, and Iir_Fp64 by Fp64. | Tristan Gingold | 2019-05-10 | 1 | -4/+4 |
| | |||||
* | Make lists a generic package, add vhdl-lists. | Tristan Gingold | 2019-05-09 | 1 | -2/+2 |
| | |||||
* | vhdl: extract vhdl.errors from errorout. | Tristan Gingold | 2019-05-08 | 2 | -0/+2 |
| | |||||
* | vhdl: move iirs_utils to vhdl.utils | Tristan Gingold | 2019-05-06 | 3 | -4/+4 |
| | |||||
* | vhdl: move xrefs to vhdl child package. | Tristan Gingold | 2019-05-06 | 1 | -11/+11 |
| | |||||
* | vhdl: move nodes_meta package to vhdl child. | Tristan Gingold | 2019-05-06 | 1 | -1/+1 |
| | |||||
* | vhdl: rename iirs to vhdl.nodes | Tristan Gingold | 2019-05-05 | 7 | -8/+8 |
| | |||||
* | vhdl: move nodes to vhdl.nodes_priv. | Tristan Gingold | 2019-05-05 | 1 | -2/+1 |
| | |||||
* | vhdl: move elocations* packages to vhdl children. | Tristan Gingold | 2019-05-05 | 1 | -2/+2 |
| | |||||
* | vhdl: move ieee packages to vhdl children. | Tristan Gingold | 2019-05-05 | 2 | -6/+6 |
| | |||||
* | vhdl: move std_standard package to vhdl child. | Tristan Gingold | 2019-05-05 | 4 | -13/+13 |
| | |||||
* | vhdl: move configuration package as a vhdl child. | Tristan Gingold | 2019-05-05 | 4 | -11/+11 |
| | |||||
* | vhdl: move sem* packages to vhdl children. | Tristan Gingold | 2019-05-05 | 4 | -17/+17 |
| | |||||
* | vhdl: move canon to a vhdl child package. | Tristan Gingold | 2019-05-05 | 4 | -19/+19 |
| | |||||
* | vhdl: move disp_tree and disp_vhdl as vhdl child. | Tristan Gingold | 2019-05-04 | 3 | -5/+5 |
| | |||||
* | vhdl: move parse package as vhdl child. | Tristan Gingold | 2019-05-04 | 1 | -2/+2 |
| | |||||
* | vhdl: move tokens as vhdl child package. | Tristan Gingold | 2019-05-04 | 1 | -4/+4 |
| | |||||
* | vhdl: move scanner under vhdl hierarchy. | Tristan Gingold | 2019-05-04 | 2 | -8/+8 |
| | |||||
* | configure: use default_pic instead of default_pie. | Tristan Gingold | 2019-04-27 | 1 | -1/+1 |
| | | | | | Adjust Makefile.in so that libgrt.a is built with pic only when default_pic is set. | ||||
* | add configure option to enable default_pie | umarcor | 2019-04-27 | 1 | -1/+1 |
| | |||||
* | vhdl: supports VHPIDIRECT in mcode backend. | Tristan Gingold | 2019-04-27 | 2 | -8/+74 |
| | | | | | src: add hash.ad[sb], interning.ad[sb] Automatically link with vhpidirect libraries. | ||||
* | synth: add --disp-noinline | Tristan Gingold | 2019-04-16 | 1 | -4/+22 |
| | |||||
* | vhdl: handle names starting with '_' as an identifier. | Tristan Gingold | 2019-03-14 | 3 | -12/+48 |
| | | | | | Remove assertion. Fix #779 | ||||
* | Prepare for release. | Tristan Gingold | 2019-02-23 | 1 | -1/+1 |
| | |||||
* | simul: fix handling of time resolution. | Tristan Gingold | 2019-01-06 | 1 | -2/+3 |
| | |||||
* | errorout: discard disabled warnings. | Tristan Gingold | 2019-01-04 | 3 | -6/+12 |
| | | | | Fix #729 | ||||
* | Remove unused is_ref for choices. Adjust. | Tristan Gingold | 2019-01-02 | 1 | -6/+0 |
| | |||||
* | parse/sem: be more tolerant of parse errors. | Tristan Gingold | 2018-12-23 | 1 | -1/+6 |
| | |||||
* | Analysis: tolerate more parse errors. | Tristan Gingold | 2018-12-21 | 1 | -1/+2 |
| | |||||
* | Sem: tolerates more parse errors. | Tristan Gingold | 2018-12-19 | 1 | -1/+6 |
| | |||||
* | files_map: rename Get_Source_File_Directory to Get_Directory_Name. | Tristan Gingold | 2018-12-18 | 1 | -1/+1 |
| | |||||
* | driver: add --force-analysis debug flag. | Tristan Gingold | 2018-12-16 | 1 | -13/+36 |
| | |||||
* | ghdldrv: Cmd argument of Perform_Action is now in. | Tristan Gingold | 2018-12-16 | 10 | -108/+111 |
| | |||||
* | Finish_Compilation: do not raise Compilation_Error. | Tristan Gingold | 2018-12-16 | 2 | -0/+7 |
| |