Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | 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 |
| | |||||
* | files_map: renaming for consistency. | Tristan Gingold | 2018-12-14 | 1 | -1/+1 |
| | |||||
* | Rename overloaded Load_File and export it to python. | Tristan Gingold | 2018-12-13 | 3 | -8/+8 |
| | |||||
* | Clarify error message. | Tristan Gingold | 2018-12-11 | 2 | -3/+2 |
| | |||||
* | Move Error_Msg_Parse from errorout to parse. | Tristan Gingold | 2018-12-05 | 1 | -1/+2 |
| | |||||
* | Keep source file entry in design file to avoid searching the file. | Tristan Gingold | 2018-11-26 | 2 | -6/+17 |
| | |||||
* | --dir: print library name and directory. | Tristan Gingold | 2018-11-23 | 1 | -0/+7 |
| | |||||
* | Add --max-stack-alloc option, check stack allocation of complex object. | Tristan Gingold | 2018-11-23 | 1 | -0/+2 |
| | | | | Fix #692 | ||||
* | ghdlprint: pass a location. | Tristan Gingold | 2018-11-17 | 1 | -1/+1 |
| | |||||
* | errorout: split and rework. | Tristan Gingold | 2018-11-16 | 1 | -1/+3 |
| | |||||
* | Create sem_lib from libraries. | Tristan Gingold | 2018-11-14 | 4 | -21/+25 |
| | |||||
* | Fix overflow detection for **, implement ** for i64. | Tristan Gingold | 2018-11-14 | 1 | -2/+4 |
| | | | | Fix #683 | ||||
* | ghdllocal: clean post files. | Tristan Gingold | 2018-10-21 | 3 | -3/+6 |
| | |||||
* | ghdldrv: also search exec in prefix/bin. | Tristan Gingold | 2018-10-21 | 1 | -2/+18 |
| | |||||
* | ghdldrv: allow bootstrap with oread. | Tristan Gingold | 2018-10-21 | 1 | -2/+1 |
| | |||||
* | Pass time-resolution to grt. | Tristan Gingold | 2018-10-21 | 4 | -13/+16 |
| | | | | | | | | | Use time-resolution for Put_Time. Use time-resolution for --stop-time (Parse_Time). Use time-resolution as VpiTimePrecision and for vcd. TODO: ghw (but needs to update ghwlib and gtkwave) Fix #672 | ||||
* | Add Maybe_Ref_Chain (WIP). | Tristan Gingold | 2018-09-20 | 1 | -0/+6 |
| | |||||
* | ghdl_simul: adjust after ghdlcomp change. | Tristan Gingold | 2018-08-10 | 1 | -5/+13 |
| | |||||
* | Add support for --time-resolution (jit only). Fix #613 | Tristan Gingold | 2018-08-10 | 4 | -13/+102 |
| | |||||
* | rework parse_expression to add parse_binary_expression. | Tristan Gingold | 2018-08-04 | 1 | -13/+1 |
| | | | | This is needed to complete PSL expression parsing. | ||||
* | Also set -fX and --std to GHDLFLAGS for --gen-makefile | Tristan Gingold | 2018-07-21 | 1 | -0/+2 |
| | | | | Fix #624 | ||||
* | Remove redundant use-clauses for gcc 8.1 compatibility | Truls Asheim | 2018-05-30 | 1 | -3/+0 |
| | |||||
* | Fix warning: use clause for package has no effect | Vicente Bergas | 2018-05-03 | 3 | -9/+1 |
| | | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it. | ||||
* | Use specific error message for direction mismatch. | Tristan Gingold | 2018-04-25 | 1 | -2/+4 |
| | | | | Fix #559 | ||||
* | Set a version to libghdl, put version in configure. | Tristan Gingold | 2018-03-21 | 1 | -2/+1 |
| | |||||
* | ghdl_mcode: error message if no file to analyze. | Tristan Gingold | 2018-03-01 | 1 | -0/+5 |
| | |||||
* | Change libraries path to allow installation of system-wide libraries. | Tristan Gingold | 2018-01-25 | 2 | -8/+11 |
| | | | | For #521 | ||||
* | translation: remove some use of Nam_Buffer. | Tristan Gingold | 2018-01-20 | 1 | -4/+3 |
| | |||||
* | Convert_Identifier: don't use Nam_Buffer anymore. | Tristan Gingold | 2018-01-18 | 1 | -17/+17 |
| |