-
Notifications
You must be signed in to change notification settings - Fork 893
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge pull request #3907 from YosysHQ/krys/docs
Manual rewrite and presentation merge
- Loading branch information
Showing
261 changed files
with
9,076 additions
and
8,988 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,42 @@ | ||
name: Build and test doc code samples | ||
|
||
on: | ||
pull_request: | ||
branches: | ||
- master | ||
|
||
jobs: | ||
test-docs: | ||
runs-on: ubuntu-latest | ||
steps: | ||
- name: Install Dependencies | ||
shell: bash | ||
run: | | ||
sudo apt-get update | ||
sudo apt-get install gperf build-essential bison flex libreadline-dev gawk tcl-dev libffi-dev git graphviz xdot pkg-config python3 libboost-system-dev libboost-python-dev libboost-filesystem-dev zlib1g-dev | ||
- name: Setup GCC | ||
uses: Dup4/actions-setup-gcc@v1 | ||
|
||
- name: Runtime environment | ||
shell: bash | ||
env: | ||
WORKSPACE: ${{ github.workspace }} | ||
run: | | ||
echo "GITHUB_WORKSPACE=`pwd`" >> $GITHUB_ENV | ||
echo "$GITHUB_WORKSPACE/.local/bin" >> $GITHUB_PATH | ||
echo "procs=$(nproc)" >> $GITHUB_ENV | ||
- name: Checkout Yosys | ||
uses: actions/checkout@v3 | ||
|
||
- name: Build yosys | ||
shell: bash | ||
run: | | ||
make config-gcc | ||
make -j${{ env.procs }} | ||
- name: Run tests | ||
shell: bash | ||
run: | | ||
make -C docs test -j${{ env.procs }} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Validating CODEOWNERS rules …
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,11 +1,9 @@ | ||
/build/ | ||
/source/cmd | ||
/source/temp | ||
/images/*.log | ||
/images/*.aux | ||
/images/*.pdf | ||
/images/*.svg | ||
/images/011/*.log | ||
/images/011/*.aux | ||
/images/011/*.pdf | ||
/images/011/*.svg | ||
/source/_images/**/*.log | ||
/source/_images/**/*.aux | ||
/source/_images/**/*.pdf | ||
/source/_images/**/*.svg | ||
/source/_images/**/*.dot | ||
/source/_images/code_examples |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
Binary file not shown.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.