Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Fix wave-opt option names in doc. | Tristan Gingold | 2017-09-05 | 1 | -2/+2 |
| | | | | Fix #187 | ||||
* | Add doc/requirements.txt | Tristan Gingold | 2017-02-19 | 1 | -0/+1 |
| | |||||
* | Regenerate ghdl.texi | Tristan Gingold | 2017-02-18 | 1 | -108/+236 |
| | |||||
* | doc/conf.py: get version from git describe | Tristan Gingold | 2017-02-18 | 1 | -11/+10 |
| | |||||
* | Doc: fix sphinx diagnostic about duplicate option. | Tristan Gingold | 2017-02-18 | 1 | -2/+4 |
| | |||||
* | doc/conf.py: add traces to investigate RTD builds. | Tristan Gingold | 2017-02-18 | 1 | -0/+3 |
| | |||||
* | doc/conf.py: tabify | Tristan Gingold | 2017-02-18 | 1 | -1/+1 |
| | |||||
* | doc/conf.py: set version in case of failure. | Tristan Gingold | 2017-02-18 | 1 | -3/+3 |
| | |||||
* | Fix #221 | 1138-4EB | 2017-02-18 | 1 | -3/+11 |
| | |||||
* | Add color diagnostics, show diagnostic option. | Tristan Gingold | 2017-02-06 | 1 | -2/+36 |
| | |||||
* | get documentation version from latest Git tag. | Patrick Lehmann | 2016-12-10 | 1 | -4/+17 |
| | |||||
* | Use -fpic if gcc is configured with --enable-default-pie | Tristan Gingold | 2016-12-06 | 1 | -1/+13 |
| | | | | | | | | Test in configure and set Default_Pie in default_pathes.ads Pass -fpic to ghdl1 if Default_Pie is set. Decode -fpic in ghdl1_llvm Fix #213 | ||||
* | Support added for * and **. Please note that wildcards inside names like ↵ | Jonas Baggett | 2016-11-02 | 1 | -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 Baggett | 2016-11-01 | 1 | -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 | ||||
* | doc: clarify -e/-r and --workdir for issue #147 | Tristan Gingold | 2016-09-23 | 1 | -2/+3 |
| | |||||
* | Document response files | Tristan Gingold | 2016-08-30 | 1 | -7/+12 |
| | |||||
* | Rename --wave-option-file to --wave-opt-file | Jonas Baggett | 2016-08-03 | 1 | -4/+10 |
| | | | | Documentation and description added for the --wave-opt-file option. | ||||
* | vpi: add and document new options | Tristan Gingold | 2016-07-14 | 2 | -100/+379 |
| | |||||
* | Jonsba/master (#100) | Jonsba | 2016-06-28 | 1 | -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 | ||||
* | Typo severals -> several in Invoking doc (#81) | Ciro Santilli 六四事件 法轮功 包卓轩 | 2016-06-16 | 1 | -1/+1 |
| | |||||
* | Document GCC backend needed to generate executables (#80) | Ciro Santilli 六四事件 法轮功 包卓轩 | 2016-06-16 | 2 | -7/+9 |
| | |||||
* | Typo carray -> carry in full adder example (#77) | Ciro Santilli 六四事件 法轮功 包卓轩 | 2016-06-14 | 1 | -1/+1 |
| | |||||
* | Document bind only (-b) option to make (-m) command from commit 876bf7fea6d. ↵ | Forrest Voight | 2016-06-13 | 2 | -0/+8 |
| | | | | (#76) | ||||
* | Update Starting_with_GHDL.rst (#74) | Rafael Catrou | 2016-05-28 | 1 | -2/+2 |
| | | | | | | | | | | * Update Starting_with_GHDL.rst Add option "--workdir=work" for the command "$ ghdl -r --workdir=work dlx_test_behaviour" This avoid the error message "ghdl: cannot find entity or configuration dlx_test_behaviour" * Update Starting_with_GHDL.rst | ||||
* | Also search library in DIR/LIB/vVV. | Tristan Gingold | 2016-05-17 | 2 | -5/+13 |
| | | | | Implement enhancement for issue69. | ||||
* | Document --psl-report | Tristan Gingold | 2016-03-18 | 1 | -0/+7 |
| | |||||
* | documentation: fix "hello" -> "hello_world" | Max Bruckner | 2016-03-09 | 1 | -2/+2 |
| | |||||
* | Rework --dir command so that it could display ieee content. | Tristan Gingold | 2015-11-30 | 1 | -29/+30 |
| | | | | Adjust doc. | ||||
* | doc: add dependency on conf.py, remove ghdl.html | Tristan Gingold | 2015-11-24 | 2 | -2048/+3 |
| | | | | Due to use of css, better to view doc from the web. | ||||
* | doc: use default theme for html. | Tristan Gingold | 2015-11-24 | 1 | -1/+2 |
| | |||||
* | doc: generate ghdl.html and ghdl.texi | Tristan Gingold | 2015-11-24 | 3 | -0/+5226 |
| | |||||
* | Convert documentation to sphinx. | Tristan Gingold | 2015-11-24 | 12 | -5623/+2781 |
| | |||||
* | Suppress stack switching; save process state in secondary stack. | Tristan Gingold | 2015-09-04 | 1 | -27/+0 |
| | |||||
* | doc: mention --fst option. | Tristan Gingold | 2014-12-13 | 1 | -4/+7 |
| | |||||
* | Bump ghdl.texi version. | Tristan Gingold | 2014-11-04 | 1 | -1/+1 |
| | |||||
* | Replace --dispconfig with --disp-config. | Tristan Gingold | 2014-11-03 | 1 | -8/+8 |
| | |||||
* | doc: add an example for --work (YG). | Tristan Gingold | 2014-05-29 | 1 | -1/+21 |
| | |||||
* | Document -frelaxed-rules in ghdl.texi. Remove note about non-compliant math | Tristan Gingold | 2014-01-08 | 1 | -74/+31 |
| | | | | packages. | ||||
* | Update version in ghdl.texi | Tristan Gingold | 2014-01-08 | 1 | -1/+1 |
| | |||||
* | Dates updated in doc and ghdlmain | Brian Drummond | 2014-01-07 | 1 | -2/+2 |
| | |||||
* | Improve doc. | gingold | 2010-01-28 | 1 | -3/+4 |
| | | | | | | Remove ortho_code-sysdeps. Add Pragma convention C in grt for accesses to subprograms. Fix build on windows. | ||||
* | ghdl 0.29 release. | gingold | 2010-01-12 | 2 | -304/+447 |
| | |||||
* | Version 0.28. | gingold | 2009-09-21 | 1 | -108/+108 |
| | |||||
* | Document how to build the ieee math library. | gingold | 2009-08-13 | 1 | -2/+43 |
| | |||||
* | Release ghdl 0.27 | gingold | 2008-07-22 | 1 | -5/+18 |
| | |||||
* | ghdl.html added. | gingold | 2007-07-15 | 1 | -0/+2947 |
| | |||||
* | synchronized to ghdl 0.26 | gingold | 2007-04-22 | 1 | -3/+3 |
| | |||||
* | SEH handled | gingold | 2006-11-18 | 1 | -5/+10 |
| | | | | Bug fixes | ||||
* | direct drivers and bugs fix | gingold | 2006-10-02 | 1 | -2/+29 |
| | |||||
* | bugs fixed | gingold | 2006-08-06 | 2 | -20/+163 |
| |