Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | ownership: check tree after sem and canon. | Tristan Gingold | 2016-11-05 | 1 | -1/+3 |
| | |||||
* | name_table: auto-initialize. | Tristan Gingold | 2016-11-01 | 1 | -1/+1 |
| | |||||
* | ghdlxml: display image of string_literal8 | Tristan Gingold | 2016-11-01 | 1 | -4/+1 |
| | | | | Fix #176 | ||||
* | nodes_gc: move checks in libraries (WIP) | Tristan Gingold | 2016-10-17 | 1 | -10/+2 |
| | |||||
* | Disable most of canon for reprint. | Tristan Gingold | 2016-10-17 | 1 | -0/+7 |
| | |||||
* | ghdlxml: add version. | Tristan Gingold | 2016-10-15 | 1 | -9/+16 |
| | |||||
* | simulation: remove sim_be after previous code factorization. | Tristan Gingold | 2016-10-15 | 1 | -6/+6 |
| | |||||
* | Finish_Compilation: factorize code, move to libraries. | Tristan Gingold | 2016-10-15 | 3 | -92/+4 |
| | |||||
* | Add --file-to-xml to dump tree as XML. | Tristan Gingold | 2016-10-14 | 7 | -7/+564 |
| | |||||
* | ghdl --dir: handle context declaration. | Tristan Gingold | 2016-10-10 | 1 | -0/+2 |
| | |||||
* | Create_Instantiation_Bodies: add parent | Tristan Gingold | 2016-09-30 | 1 | -2/+4 |
| | |||||
* | vhdl08: more support for interface subprograms. | Tristan Gingold | 2016-09-27 | 1 | -0/+8 |
| | |||||
* | Emit a better message for -Wl with mcode backend. | Tristan Gingold | 2016-09-26 | 1 | -2/+5 |
| | |||||
* | vhdl08: parse parameter reserved word. | Tristan Gingold | 2016-09-25 | 1 | -1/+2 |
| | |||||
* | Remove elaboration file in current directory. | Tristan Gingold | 2016-09-23 | 1 | -2/+3 |
| | | | | Fix issue #147 | ||||
* | vhdl08: create interface subprogram declaration. | Tristan Gingold | 2016-09-19 | 1 | -0/+10 |
| | |||||
* | ghdl_local: minor rewrite. | Tristan Gingold | 2016-09-18 | 1 | -7/+7 |
| | |||||
* | Move Library_To_File_Name from Back_End to Libraries | Tristan Gingold | 2016-09-17 | 1 | -1/+1 |
| | |||||
* | Comments and reformatting. | Tristan Gingold | 2016-09-14 | 1 | -8/+4 |
| | |||||
* | ghdllocal: set location of progress message. | Tristan Gingold | 2016-09-05 | 1 | -1/+1 |
| | |||||
* | ghdlprint: remove useless duplicate call. | Tristan Gingold | 2016-09-01 | 1 | -2/+0 |
| | |||||
* | ghdldrv: support response files. | Tristan Gingold | 2016-08-29 | 1 | -18/+69 |
| | | | | Fixes #136 | ||||
* | Display a nice message if std_logic_textio is not found. | Tristan Gingold | 2016-08-27 | 1 | -1/+1 |
| | |||||
* | Rewrite most of error and warning messages. | Tristan Gingold | 2016-08-02 | 1 | -2/+4 |
| | |||||
* | Rewrite error messages. | Tristan Gingold | 2016-08-02 | 1 | -4/+4 |
| | |||||
* | Rewrite scan error messages: use formatting. | Tristan Gingold | 2016-08-02 | 1 | -1/+1 |
| | |||||
* | Rework warnings to have a uniq tag per warning. | Tristan Gingold | 2016-08-01 | 2 | -2/+3 |
| | |||||
* | Makefiles changes for $(EXEEXT) - please review. (#119) | Patrick Lehmann | 2016-07-26 | 1 | -29/+29 |
| | | | | | | * Makefiles changes for $(EXEEXT) - please review. * Moved $(EXEEXT). | ||||
* | build and vpi: adjust for windows. | Tristan Gingold | 2016-07-20 | 1 | -7/+20 |
| | |||||
* | Rework gcc build procedure. Add vpi build command. | Tristan Gingold | 2016-07-16 | 2 | -0/+4 |
| | |||||
* | ghdldrv: add --bootstrap-standard to simplify build. | Tristan Gingold | 2016-07-15 | 1 | -3/+44 |
| | |||||
* | vpi: add and document new options | Tristan Gingold | 2016-07-14 | 1 | -84/+160 |
| | |||||
* | Add commands to build vpi modules (WIP) | Tristan Gingold | 2016-07-14 | 6 | -1/+250 |
| | |||||
* | Clean up links, repository-wide (#117) | Ben Wiederhake | 2016-07-09 | 1 | -2/+2 |
| | | | | | | | | | | | | | | * https: ieee.org * https: readthedocs * https: technet.com * https: debian.org * https: w3.org * Fix or mark dead links | ||||
* | Fix indentation and English mistakes. | Tristan Gingold | 2016-07-05 | 1 | -1/+1 |
| | |||||
* | ghdldrv: consider executable suffix for -r. | Tristan Gingold | 2016-07-05 | 1 | -2/+5 |
| | | | | Fixes #110 | ||||
* | More changes for the MinGW32/MinGW64 build flow and for the llvm back-end. | Patrick Lehmann | 2016-07-01 | 1 | -1/+1 |
| | |||||
* | Synopsys flavor for VHDL-2008 (#94) | Patrick Lehmann | 2016-06-24 | 1 | -5/+1 |
| | | | | | | * Added makefile rules for a VHDL-2008 synopsys flavor. Removed synopsys check in VHDL-2008 mode from ghdllocal.adb. * Adjusted testsuite run "gna/bug28", which tests for --std=08 and --ieee=synopsys to report a message. | ||||
* | Also search library in DIR/LIB/vVV. | Tristan Gingold | 2016-05-17 | 1 | -5/+0 |
| | | | | Implement enhancement for issue69. | ||||
* | ghdldrv: add functionnal API to compile. | Tristan Gingold | 2016-05-07 | 6 | -31/+96 |
| | |||||
* | ghdldrv: avoid to pass -P options two times. | Tristan Gingold | 2016-03-19 | 1 | -1/+7 |
| | |||||
* | Refactoring in simulate in order to link with ortho. | Tristan Gingold | 2016-02-20 | 2 | -44/+6 |
| | |||||
* | ghdl --lines: fix incorrect conversion. | Tristan Gingold | 2016-02-14 | 1 | -1/+5 |
| | |||||
* | simul: more fixes for std_ulogic. | Tristan Gingold | 2016-02-14 | 1 | -1/+9 |
| | |||||
* | simul: return the exit status set by std.env | Tristan Gingold | 2016-02-14 | 1 | -0/+2 |
| | |||||
* | simul: exit with the right status for --has-feature. | Tristan Gingold | 2016-02-09 | 1 | -2/+11 |
| | |||||
* | simul: fix various issues. | Tristan Gingold | 2016-01-24 | 1 | -1/+1 |
| | |||||
* | openieee: complete math_real (and fix uniform). | Tristan Gingold | 2015-12-20 | 1 | -7/+55 |
| | |||||
* | openieee: add numeric_std and numeric_bit. | Tristan Gingold | 2015-12-16 | 2 | -1/+54 |
| | |||||
* | Add bind only option (-b) to make command (-m). | Forrest Voight | 2015-12-06 | 1 | -3/+13 |
| |