| Commit message (Collapse) | Author | Age | Files | Lines |
... | |
| |
|
| |
|
|
|
|
|
| |
* testsuite: use '--vpi-library-dir-unix' in 'add_vpi_path'
* doc: add '--vpi-library-dir-unix', remove redundant headers
|
| |
|
|
|
|
|
|
|
| |
* doc: move co-simulation content to ghdl/ghdl-cosim
* doc: fix option ref syntax
* doc: move examples to ghdl/ghdl-cosim
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* doc: extend info about setting generics through the CLI
* doc: rename 'Command Reference' to 'Additional Command Reference'
* doc: use '``' instead of ':samp:'
* doc: update info about synthesis
* doc: add references to sources in internals/Overview
* doc: add diagram to internals/Overview
|
| |
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
| |
* 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: update makefile and build scripts
* actions: add workflow 'doc'
* doc: reorganize sections
* doc: fix 'unknown option' warnings, headings, spaces, etc.
* doc: add subdir 'examples', move 'quick_start' sources
* doc: add section 'Development/Debugging'
* doc: add section'Development/Synthesis'
* doc: update roadmap
* doc: add section examples
* doc: use standard domain
* doc: add comment about 'vhd' vs 'vhdl'
|
|
|
|
|
|
|
|
|
|
|
|
| |
and collections. (#925)
* enhance documentation terminology: reduce name clashing for VHDL standard and collections.
* lists don't have columns
* apply suggestions from review
* remove build artifact
|
|
|
|
|
|
| |
* fix: minor doc issues
* fix: doc/helpers.py
|
|
|
|
|
|
|
|
|
|
| |
* 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
|
|
|
|
| |
Close #728
|
| |
|
|
|
|
| |
Close #605
|
| |
|
|
|
|
| |
Fix #692
|
| |
|
|
|
|
| |
Fix #654
|
|
|
|
|
|
|
| |
@gwtnb opened PR 597 while PR 591 was still open, pointing out this
typo that had been missed.
Incorporate this typo fix into PR 591
|
|
|
|
|
|
|
|
|
| |
During PR 591 it was decided that all sentences should be ended with
a period and then followed by only one space. Regex changed 132
instances of two spaces to one space (in 7 files).
Also changed the second paragraph of CodingStyle to dictate the use
of one space instead of two.
|
| |
|
|
|
|
|
| |
Change indentation within documentation code blocks to 2 space indents
instead of 3.
|
| |
|
| |
|
| |
|
|
|
|
| |
Replace :samp: with
|
| |
|
|
|
|
| |
by 'René Doß'
|
| |
|
|
|
|
|
| |
suggestions about ch 2. Add options given by the executable but not
documented earlier.
|
|
|
|
|
|
|
| |
Second chapter ready for first review:
Invoking reordered, some content moved to Command Reference, information compacted, command shortcuts added to titles. Known features which are missing in the doc added to TODOs or to Roadmap.
Add export subsections to Using/Simulation
Directory structure described in Building
|
|
|
|
|
| |
Fix gitter shield link
Fix first example of QuickStartGuide
|
|
|
|
|
|
| |
Move WhatIs* to About. Move About, Contributing and Copying to doc. Rename Copying to License. Append CC-BY-SA-4.0 legalcode to COPYING.md
Chapter Introduction ready for review.
Starting to rewrite Building
|
|
|
|
|
|
| |
Add shortcuts for shields in a single file and include it where used.
Create base64 GitHub and Travis-CI logos with b64.io and add them to self-created shields. Replace gitter with shield.io's variant.
Start rewriting <Contributing>
|
|
|
|
|
|
| |
Last files from oldmds removed. All the content is in the new structure now. COPYING replaced with the md version.
Update NEWS.md
|
| |
|
|
|