aboutsummaryrefslogtreecommitdiffstats
path: root/doc/using/Foreign.rst
Commit message (Collapse)AuthorAgeFilesLines
* doc: split 'Interfacing to other languages' to ghdl/ghdl-cosim (#1216)umarcor2020-04-141-365/+3
| | | | | | | * doc: move co-simulation content to ghdl/ghdl-cosim * doc: fix option ref syntax * doc: move examples to ghdl/ghdl-cosim
* doc: update tips/hints related to VHPIDIRECT (#1202)umarcor2020-04-091-14/+31
|
* Update Foreign.rst to reflect my learnings (#1195)RocketRoss2020-04-081-2/+14
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | * Update Foreign.rst to reflect my learnings I found the page to be a little unclear in when and why to link to externally generated object files. It is a simple point in hindsight, but moving Linking foreign object files to GHDL to right after Foreign Declarations of Function makes it easier to see the link. I also added a Hint on how to pass command line arguments to ghdl_main, and wrote that the one code block is Python code (which wasn't immediately obvious to me at least). * Update Foreign.rst to reflect my learnings: Rev1 Move Linking... back to original spot. Better hint, and extra reference to simulation options. * Add reference-able label to --elab-run * Update Foreign.rst to reflect my learnings: Rev2 Clean up reference hint. * Update Foreign.rst to reflect my learnings: Rev3 Further clean reference hints. * Update Foreign.rst to reflect my learnings: Rev4 Improve hints. * Move and make -Wl,*.o hint generic, reference it * Do lables require an empty line to follow?? * Missed 'is' * Remove promise for example. * Remove promise again..... * Give up on referencing hint, just ref "linking... * Line feed reverted to LF Co-authored-by: Ross <radonnachie@gmail.com>
* doc: add 'GSOC Ideas' (#1093)eine2020-01-141-1/+2
|
* doc: add '.. program:: ghdl' directive (#1017)1138-4EB2019-11-121-0/+1
|
* Fix some issues with the docs (#857)1138-4EB2019-06-251-2/+2
| | | | | | * fix: minor doc issues * fix: doc/helpers.py
* update(doc)1138-4EB2019-04-301-0/+339
* announce v0.36 * add hint about --synth and ghdlsynth * add option -gGENERIC=VALUE * add hint about --list-link * add hint about --bind * move 'Interfacing to other language' to it's own section * fix shields not being shown in contribute nor in licenses