diff --git a/.github/workflows/Pipeline.yml b/.github/workflows/Pipeline.yml index 10f90df9e..2e39523eb 100644 --- a/.github/workflows/Pipeline.yml +++ b/.github/workflows/Pipeline.yml @@ -18,7 +18,7 @@ jobs: matrix: include: - { simulator: 'nvc', backend: '', version: 'latest', can-fail: false } - - { simulator: 'ghdl', backend: 'mcode', version: 'latest', can-fail: false } +# - { simulator: 'ghdl', backend: 'mcode', version: 'latest', can-fail: false } - { simulator: 'ghdl', backend: 'llvm', version: 'latest', can-fail: false } with: simulator: ${{ matrix.simulator }} @@ -123,7 +123,7 @@ jobs: contents: write # required for create tag actions: write # required for trigger workflow with: - version: ${{ needs.Prepare.output.version }} + version: ${{ needs.Prepare.outputs.version }} auto_tag: ${{ needs.Prepare.outputs.is_release_commit }} Release: diff --git a/.github/workflows/Simulate.yml b/.github/workflows/Simulate.yml index d9e1cfedb..f1620c083 100644 --- a/.github/workflows/Simulate.yml +++ b/.github/workflows/Simulate.yml @@ -110,7 +110,7 @@ jobs: continue-on-error: ${{ inputs.can-fail }} steps: - name: ⏬ Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: lfs: true submodules: true @@ -216,7 +216,7 @@ jobs: continue-on-error: ${{ inputs.can-fail }} steps: - name: ⏬ Checkout repository - uses: actions/checkout@v4 + uses: actions/checkout@v6 with: lfs: true submodules: true @@ -307,9 +307,11 @@ jobs: } if {$::osvvm::ToolName eq "GHDL"} { + SetExtendedAnalyzeOptions {-frelaxed -Wno-specs -Wno-elaboration} SetExtendedSimulateOptions {-frelaxed -Wno-specs -Wno-binding} } if {$::osvvm::ToolName eq "NVC"} { + SetExtendedAnalyzeOptions {--relaxed} } build ../../tb/RunAllTests.pro diff --git a/.gitignore b/.gitignore index 6fc60130d..4c5b574b7 100644 --- a/.gitignore +++ b/.gitignore @@ -39,6 +39,9 @@ tb/common/my_project.vhdl # ignore external tool files: ActiveHDL, QuestaSim +/.sigasi/**/ +!/.sigasi/project.sigasi + /prj/ActiveHDL/* /prj/ActiveHDL/*.* /prj/ActiveHDL/**/*.* diff --git a/README.md b/README.md index 1d79874d2..1e8a6638a 100644 --- a/README.md +++ b/README.md @@ -5,8 +5,8 @@ [![Sourcecode License](https://img.shields.io/badge/code-Apache%202.0-97CA00?longCache=true&style=flat-square&longCache=true&logo=Apache)](LICENSE.md) [![Documentation](https://img.shields.io/website?longCache=true&style=flat-square&label=VHDL.github.io%2FPoC&logo=GitHub&logoColor=fff&up_color=blueviolet&up_message=Read%20now%20%E2%9E%9A&url=https%3A%2F%2FVHDL.github.io%2FPoC%2Findex.html)](https://VHDL.github.io/PoC/) [![Documentation License](https://img.shields.io/badge/doc-CC--BY%204.0-green?longCache=true&style=flat-square&logo=CreativeCommons&logoColor=fff)](docs/Doc-License.rst) -![Latest tag](https://img.shields.io/github/tag/VLSI-EDA/PoC.svg?style=flat) -[![Latest release](https://img.shields.io/github/release/VLSI-EDA/PoC.svg?style=flat)](https://github.com/VLSI-EDA/PoC/releases) +![Latest tag](https://img.shields.io/github/tag/VHDL/PoC.svg?style=flat) +[![Latest release](https://img.shields.io/github/release/VHDL/PoC.svg?style=flat)](https://github.com/VHDL/PoC/releases)