aboutsummaryrefslogtreecommitdiffstats
path: root/doc/Simulation_and_runtime.rst
Commit message (Collapse)AuthorAgeFilesLines
* Fix wave-opt option names in doc.Tristan Gingold2017-09-051-2/+2
| | | | Fix #187
* Support added for * and **. Please note that wildcards inside names like ↵Jonas Baggett2016-11-021-4/+22
| | | | | | /top/sub*/... are not supported yet, only synthax like /top/*/... works for now. Support for wildcards inside names will be added on version 1.2, at the same time as simple regexp support. Current version set to 1.1
* There is a new --write-opt-file option that will create a wave option file ↵Jonas Baggett2016-11-011-1/+18
| | | | | | | 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/+10
| | | | Documentation and description added for the --wave-opt-file option.
* 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
* Document --psl-reportTristan Gingold2016-03-181-0/+7
|
* Convert documentation to sphinx.Tristan Gingold2015-11-241-0/+239