Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | libraries.adb: do not set location of entity name of architecture. | Tristan Gingold | 2022-09-30 | 1 | -1/+0 |
| | | | | As the location was the one from the library file, which is unloaded. | ||||
* | Add --std=19 | Xiretza | 2022-02-28 | 1 | -0/+4 |
| | | | | | | Currently, all behaviour is the same as for --std=08, except for the standard library search path. No standard libraries exist yet, so running ghdl with --std=19 will fail. | ||||
* | vhdl: Iir_Kind_Foreign_Module is now a library unit | Tristan Gingold | 2021-11-09 | 1 | -35/+29 |
| | | | | | (instead of a design unit). Also, add Iir_Kind_Foreign_Vector_Type_Definition | ||||
* | vhdl: handle foreign units in libraries and configuration | Tristan Gingold | 2021-08-28 | 1 | -1/+8 |
| | |||||
* | vhdl and libraries: add support for binding to a foreign module | Tristan Gingold | 2021-04-05 | 1 | -36/+70 |
| | |||||
* | update license headers | umarcor | 2021-01-14 | 1 | -11/+9 |
| | |||||
* | Rework initialization and finalization. | Tristan Gingold | 2020-12-30 | 1 | -7/+20 |
| | | | | libghdl can now be re-initialized. | ||||
* | libraries: Load_Std_Library: now return a status. | Tristan Gingold | 2020-12-26 | 1 | -6/+5 |
| | | | | | | Propagate this change to libghdl and python binding to avoid abort. For #1551 | ||||
* | vhdl: --std93c is now an alias for --std=93 -frelaxed | Tristan Gingold | 2020-06-13 | 1 | -2/+2 |
| | | | | This simplifies the definition of --std=93c | ||||
* | vhdl: allows --work between files for -c. Fix #1362 | Tristan Gingold | 2020-06-09 | 1 | -7/+6 |
| | |||||
* | psl-nodes: set a location on false/true/one/EOS nodes. Fix #1345 | Tristan Gingold | 2020-05-29 | 1 | -15/+16 |
| | |||||
* | libraries: handle redefinition of a package by an entity. | Tristan Gingold | 2019-12-26 | 1 | -75/+80 |
| | |||||
* | Use Decode_Work_Option in options. Factorize code. | Tristan Gingold | 2019-10-15 | 1 | -5/+1 |
| | |||||
* | ghdlsynth: allow --work= option in the middle of files. | Tristan Gingold | 2019-10-15 | 1 | -0/+27 |
| | |||||
* | vhdl: improve error message for redefinition of library | Tristan Gingold | 2019-10-10 | 1 | -1/+1 |
| | |||||
* | vhdl: parse verification unit (WIP). | Tristan Gingold | 2019-08-17 | 1 | -15/+19 |
| | |||||
* | ghdldrv: add comments, analyze files for --synth/-e | Tristan Gingold | 2019-07-01 | 1 | -0/+2 |
| | |||||
* | Error_Msg_Option: do not raise exception. | Tristan Gingold | 2019-06-25 | 1 | -1/+3 |
| | |||||
* | libraries: add Get_Library_No_Create. | Tristan Gingold | 2019-06-24 | 1 | -10/+14 |
| | |||||
* | vhdl: move Current_Text from vhdl-utils to vhdl-parse. | Tristan Gingold | 2019-05-25 | 1 | -3/+10 |
| | |||||
* | vhdl: decouple errorouts a bit more. | Tristan Gingold | 2019-05-10 | 1 | -1/+1 |
| | |||||
* | vhdl: extract vhdl.errors from errorout. | Tristan Gingold | 2019-05-08 | 1 | -0/+1 |
| | |||||
* | vhdl: move iirs_utils to vhdl.utils | Tristan Gingold | 2019-05-06 | 1 | -3/+3 |
| | |||||
* | vhdl: move std_standard package to vhdl child. | Tristan Gingold | 2019-05-05 | 1 | -4/+4 |
| | |||||
* | vhdl: move tokens as vhdl child package. | Tristan Gingold | 2019-05-04 | 1 | -2/+2 |
| | |||||
* | vhdl: move scanner under vhdl hierarchy. | Tristan Gingold | 2019-05-04 | 1 | -4/+4 |
| | |||||
* | parse/sem: be more tolerant of parse errors. | Tristan Gingold | 2018-12-23 | 1 | -0/+5 |
| | |||||
* | libraries: clear last_design_file cache. | Tristan Gingold | 2018-12-18 | 1 | -22/+30 |
| | |||||
* | files_map: renaming for consistency. | Tristan Gingold | 2018-12-14 | 1 | -2/+2 |
| | |||||
* | libraries: use Get_Design_File_Source to get the file. | Tristan Gingold | 2018-12-13 | 1 | -4/+2 |
| | |||||
* | libraries: handle files without checksum. | Tristan Gingold | 2018-12-13 | 1 | -0/+1 |
| | |||||
* | libraries, iirs: use Logging instead of Text_IO. | Tristan Gingold | 2018-12-05 | 1 | -10/+9 |
| | |||||
* | Create sem_lib from libraries. | Tristan Gingold | 2018-11-14 | 1 | -379/+0 |
| | |||||
* | Fix warning: use clause for package has no effect | Vicente Bergas | 2018-05-03 | 1 | -1/+0 |
| | | | | | | | With gcc 8.1 the following message appears: warning: use clause for package "*" has no effect gnatmake: "*.adb" compilation error This patch fixes it. | ||||
* | libraries: get rid of Nam_Buffer. | Tristan Gingold | 2018-01-20 | 1 | -1/+1 |
| | |||||
* | libraries: remove use of Nam_Buffer. | Tristan Gingold | 2018-01-18 | 1 | -49/+45 |
| | |||||
* | Improve error message in case of circular dependency. | Tristan Gingold | 2017-12-01 | 1 | -1/+6 |
| | | | | Fix #471 | ||||
* | Rename of Iir_Kinds_Library_Unit | Tristan Gingold | 2017-12-01 | 1 | -26/+10 |
| | |||||
* | Rework list implementation, use iterator. | Tristan Gingold | 2017-11-11 | 1 | -16/+17 |
| | |||||
* | libraries.adb: constant-ify. | Tristan Gingold | 2017-10-24 | 1 | -5/+4 |
| | |||||
* | libraries: rename Implicit_Location by Library_Location. | Tristan Gingold | 2017-10-09 | 1 | -10/+7 |
| | |||||
* | files_map: rename Load_Source_File to Read_Source_File. | Tristan Gingold | 2017-10-05 | 1 | -3/+3 |
| | |||||
* | Minor refactoring to simplify interfacing. | Tristan Gingold | 2017-10-03 | 1 | -0/+1 |
| | |||||
* | libraries: add debug traces. | Tristan Gingold | 2017-10-02 | 1 | -4/+11 |
| | |||||
* | Refine previous patch: don't keep obsolete units of current analyzed file. | Tristan Gingold | 2017-07-20 | 1 | -1/+1 |
| | |||||
* | libraries: mark unit obsolete to reduce the number of obsolete checks. | Tristan Gingold | 2017-07-19 | 1 | -186/+270 |
| | | | | Fix #385 | ||||
* | Add ghdl --find-top command. | Tristan Gingold | 2017-07-05 | 1 | -0/+15 |
| | |||||
* | Fix typo: paths. | Tristan Gingold | 2017-05-18 | 1 | -15/+15 |
| | |||||
* | Disable warnings while analyzing dependences. | Tristan Gingold | 2017-02-21 | 1 | -1/+12 |
| | |||||
* | libraries: fix incorrect use of scanner during sem. | Tristan Gingold | 2017-02-13 | 1 | -6/+4 |
| |