diff --git a/.github/workflows/main.yml b/.github/workflows/main.yml index a5959605b..de85ff0ca 100644 --- a/.github/workflows/main.yml +++ b/.github/workflows/main.yml @@ -447,13 +447,17 @@ jobs: - name: Install Prerequisites run: | apt update -qq - apt install -y --no-install-recommends pipx jq curl wget + apt install -y --no-install-recommends pipx git wget pipx install git+https://github.com/antmicro/tuttest#egg=tuttest - name: Set Pipefail run: | set -o pipefail + - name: Install Dependencies + run: | + tuttest README.md install-dependencies-package | bash - + - name: Download Release And Set PATH run: | tuttest README.md download-release | bash - diff --git a/README.md b/README.md index 9273bea35..4bb34c3b9 100644 --- a/README.md +++ b/README.md @@ -9,7 +9,14 @@ Synlig is a SystemVerilog synthesis tool that uses [Surelog](https://github.com/ ### Download Synlig You can download Synlig from the GitHub [release page](https://github.com/chipsalliance/synlig/releases). -To download the latest version, use the following script: +First, make sure you have all required dependencies installed with: + + +``` +apt install -y jq curl wget tk +``` + +then use the following script to download Synlig: ```bash