aboutsummaryrefslogtreecommitdiffstats
path: root/src/grt/grt-options.adb
Commit message (Collapse)AuthorAgeFilesLines
* Add missing -g for generic override to CLI help for RUNOPTS (#2220)svnesbo2022-11-011-0/+1
| | | Co-authored-by: Simon Voigt Nesbo <Simon.Voigt.Nesbo@hvl.no>
* grt: add real now variable.Tristan Gingold2022-07-201-0/+8
|
* src: Move --psl-report-uncovered to run options, not analysis options.Ondrej Ille2021-03-221-0/+4
|
* update license headersumarcor2021-01-141-11/+9
|
* Slightly improve error messages for unknown optionTristan Gingold2020-11-211-1/+1
|
* Ignore plusargs options (that starts with a '+'). For #1517Tristan Gingold2020-11-211-0/+3
|
* grt: add and document option --assertsTristan Gingold2020-06-021-10/+23
|
* grt: implement --backtrace-severity. For #1338Tristan Gingold2020-05-251-13/+39
|
* grt: move severity levels from errors to grt.severity.Tristan Gingold2020-05-141-0/+1
|
* grt: split grt-errors, disp current process.Tristan Gingold2020-02-101-1/+1
|
* simul: fix handling of time resolution.Tristan Gingold2019-01-061-16/+22
|
* Add --max-stack-alloc option, check stack allocation of complex object.Tristan Gingold2018-11-231-0/+16
| | | | Fix #692
* Pass time-resolution to grt.Tristan Gingold2018-10-211-10/+34
| | | | | | | | | 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
* grt: rework error API (WIP).Tristan Gingold2018-09-161-14/+14
|
* Add support for --time-resolution (jit only). Fix #613Tristan Gingold2018-08-101-157/+0
|
* grt-options: extract Parse_Time.Tristan Gingold2017-12-201-46/+56
|
* There is a new --write-opt-file option that will create a wave option file ↵Jonas Baggett2016-11-011-4/+10
| | | | | | | with all the signals of the design. (#179) The --wave-opt-file option is renamed to --read-opt-file for consistency Some code cleanup and bug fixes
* Rename --wave-option-file to --wave-opt-fileJonas Baggett2016-08-031-4/+4
| | | | Documentation and description added for the --wave-opt-file option.
* grt-options: adjust condition to avoid a crash.Tristan Gingold2016-07-301-2/+3
|
* Adding support for a wave option file that selects signals to be displayed ↵Jonsba2016-07-261-0/+4
| | | | | | (#121) Adding support for a wave option file that selects signals to be displayed on the waveform (currently only works with the ghw wave format). Only full signal paths are supported now (no wildcards). Wave option file version set to 1.0.
* Add a description for the unbuffered option in ghdl -r <exec> --help.Jonas Baggett2016-07-031-0/+2
|
* Jonsba/master (#100)Jonsba2016-06-281-0/+5
| | | | | | | | | | | | * 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
* grt: add grt-strings, use case insensitive compare for vpi_handle_by_nameTristan Gingold2016-06-221-9/+1
| | | | Fixes potentialventures/cocotb#460
* Rework --stop-time to not display a message if simulation is already finished.Tristan Gingold2015-10-311-23/+0
|
* Rework callbacks, support cocotb.Tristan Gingold2015-10-301-3/+25
|
* grt: add --list-features, and --has-featureTristan Gingold2015-09-141-2/+15
|
* Suppress stack switching; save process state in secondary stack.Tristan Gingold2015-09-041-45/+2
|
* Implement ticket 37: add switch -gNAME=VAL to override top entity generics.Tristan Gingold2015-03-071-0/+46
|
* Move files and dirs from translate/Tristan Gingold2014-11-051-0/+507