Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Delay translation of default configuration. | Tristan Gingold | 2018-06-19 | 1 | -0/+1 |
| | | | | Fix #606 | ||||
* | 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. | ||||
* | Use specific error message for direction mismatch. | Tristan Gingold | 2018-04-25 | 1 | -8/+15 |
| | | | | Fix #559 | ||||
* | translation: remove some use of Nam_Buffer. | Tristan Gingold | 2018-01-20 | 1 | -39/+45 |
| | |||||
* | files_map: get rid of global Nam_Buffer use. | Tristan Gingold | 2018-01-18 | 1 | -2/+1 |
| | |||||
* | WIP: define ghdl_sizes_type. | Tristan Gingold | 2018-01-02 | 1 | -0/+18 |
| | |||||
* | Use Flist for simple_aggregate. | Tristan Gingold | 2017-11-07 | 1 | -7/+3 |
| | |||||
* | Improved error reporting, Issue #26 | Brian Drummond | 2017-10-06 | 1 | -0/+4 |
| | |||||
* | translate: separate spec and body translation for implicit subprograms. | Tristan Gingold | 2017-05-17 | 1 | -3/+3 |
| | |||||
* | translation: renames Ortho_Func to Subprg_Node for consistency. | Tristan Gingold | 2017-05-12 | 1 | -1/+1 |
| | |||||
* | Create default value for ports. | Tristan Gingold | 2017-05-09 | 1 | -6/+20 |
| | | | | Fix #328 | ||||
* | Add 'Image and 'Value for i64. | Tristan Gingold | 2017-01-13 | 1 | -0/+5 |
| | | | | Fix #254 | ||||
* | translate: refactoring for ortho_info_type. | Tristan Gingold | 2016-12-30 | 1 | -1/+1 |
| | |||||
* | Handle top-level instantiation of macro-expansed packages. | Tristan Gingold | 2016-11-12 | 1 | -0/+6 |
| | | | | Fix #199 | ||||
* | Finish_Compilation: factorize code, move to libraries. | Tristan Gingold | 2016-10-15 | 1 | -0/+4 |
| | |||||
* | Comments and reformatting. | Tristan Gingold | 2016-09-14 | 1 | -40/+48 |
| | |||||
* | parse: improve some error messages. | Tristan Gingold | 2016-09-06 | 1 | -2/+2 |
| | |||||
* | Rewrite most of error and warning messages. | Tristan Gingold | 2016-08-02 | 1 | -4/+5 |
| | |||||
* | Rewrite error messages. | Tristan Gingold | 2016-08-02 | 1 | -5/+5 |
| | |||||
* | Initial support of direct recursive instantiation. | Tristan Gingold | 2016-07-03 | 1 | -2/+4 |
| | | | | Fix issue #2. | ||||
* | Reorder fields in signals for alignment. | Tristan Gingold | 2016-01-09 | 1 | -3/+4 |
| | |||||
* | Do not create signal type for scalar type. | Tristan Gingold | 2015-12-20 | 1 | -6/+7 |
| | | | | Use ghdl_signal_ptr instead. Fallout of sigptr. | ||||
* | Pass signal values to interfaces. 'sigptr' optimization. | Tristan Gingold | 2015-12-18 | 1 | -14/+24 |
| | | | | Improve simulation speed by about 20%. | ||||
* | Suppress stack switching; save process state in secondary stack. | Tristan Gingold | 2015-09-04 | 1 | -3/+10 |
| | |||||
* | Replace fat accesses by bounds accesses | Tristan Gingold | 2015-08-29 | 1 | -0/+2 |
| | | | | | translate: separate info for signals from object. Improve some error messages. | ||||
* | Handle to_string for i64 numbers. | Tristan Gingold | 2015-05-20 | 1 | -0/+2 |
| | | | | Fix ticket 76 | ||||
* | Fix translation for context declaration for gcc/llvm. | Tristan Gingold | 2015-05-12 | 1 | -0/+3 |
| | | | | Fix ticket 58. | ||||
* | Elaborate generics in two steps. Fix -c/-e for llvm builds. | Tristan Gingold | 2015-03-01 | 1 | -0/+6 |
| | |||||
* | Fix typos in grt and translation.adb for vhdl2008 (gcc). | Tristan Gingold | 2015-01-24 | 1 | -1/+1 |
| | |||||
* | Rename name_table.name_buffer and name_length to avoid clash. | Tristan Gingold | 2014-12-31 | 1 | -19/+19 |
| | |||||
* | Rework string literals: store literals position. | Tristan Gingold | 2014-12-29 | 1 | -8/+4 |
| | |||||
* | translation: give full path for to debug filename. | Tristan Gingold | 2014-12-16 | 1 | -2/+9 |
| | |||||
* | Use same node for implicit and explicit subprogram declarations. | Tristan Gingold | 2014-12-15 | 1 | -9/+11 |
| | |||||
* | Put attribute_value_chain in parent. | Tristan Gingold | 2014-12-14 | 1 | -12/+4 |
| | |||||
* | rtis: add source location for blocks and object. Use them in fst dumper. | Tristan Gingold | 2014-12-13 | 1 | -3/+2 |
| | |||||
* | Split translation into child packages. | Tristan Gingold | 2014-11-09 | 1 | -25854/+12 |
| | |||||
* | Refactoring of translation, part 1/N | Tristan Gingold | 2014-11-09 | 1 | -3653/+135 |
| | |||||
* | Move translate and simulate. | Tristan Gingold | 2014-11-05 | 1 | -0/+31355 |