Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | vhdl: handle CR+LF for readline in grt. Fix #1145 | Tristan Gingold | 2020-02-25 | 1 | -8/+27 |
| | | | | | | | Previously CR+LF was handled in std.textio.readline. But that doesn't work if CR is at position 128 because we would need to read the next character. Now untruncated_text_read handles CR/CR+LF/LF and calls ungetc if needed. | ||||
* | grt: split grt-errors, disp current process. | Tristan Gingold | 2020-02-10 | 1 | -0/+1 |
| | |||||
* | grt: rework error API (WIP). | Tristan Gingold | 2018-09-16 | 1 | -12/+13 |
| | |||||
* | Add comment. | Tristan Gingold | 2018-08-15 | 1 | -0/+2 |
| | |||||
* | grt-files: improve error messages, check access mode. Fix #634 | Tristan Gingold | 2018-08-13 | 1 | -42/+121 |
| | |||||
* | Jonsba/master (#100) | Jonsba | 2016-06-28 | 1 | -0/+4 |
| | | | | | | | | | | | | * Add a --unbuffered option for simulation. It disables buffering for stdout, stderr and files opened in write or append mode (TEXTIO). Fixes #87 * Some simplifications made on the previous commit. Documentation added for --unbuffered in Simulation_and_runtime.rst. * Some more simplifications on unbuffered writes support for TEXTIO * Fix a style issue failure reported by Travis-CI | ||||
* | Handle default parameters for file_open. | Tristan Gingold | 2016-06-02 | 1 | -4/+10 |
| | | | | Display backtrace for error in file_open. | ||||
* | Replace fat accesses by bounds accesses | Tristan Gingold | 2015-08-29 | 1 | -10/+8 |
| | | | | | translate: separate info for signals from object. Improve some error messages. | ||||
* | Rework procedure calls, now use a record to pass parameters. | Tristan Gingold | 2015-06-05 | 1 | -7/+5 |
| | |||||
* | write: do not implicitely append LF. | Tristan Gingold | 2015-05-30 | 1 | -2/+0 |
| | |||||
* | Move files and dirs from translate/ | Tristan Gingold | 2014-11-05 | 1 | -0/+452 |