| Commit message (Collapse) | Author | Age | Files | Lines |
|
|
|
| |
Fix #187
|
|
|
|
|
|
| |
/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
|
|
|
|
|
|
|
| |
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
|
|
|
|
| |
Documentation and description added for the --wave-opt-file option.
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
| |
|
|
|