diff --git a/.github/workflows/sphinx-tuttest.yml b/.github/workflows/sphinx-tuttest.yml index bc756eb..7be7417 100644 --- a/.github/workflows/sphinx-tuttest.yml +++ b/.github/workflows/sphinx-tuttest.yml @@ -14,24 +14,28 @@ jobs: - {fpga-fam: "eos-s3", os: "ubuntu", os-version: "focal", example: "counter"} - {fpga-fam: "eos-s3", os: "centos", os-version: "7", example: "counter"} - {fpga-fam: "eos-s3", os: "centos", os-version: "8", example: "counter"} + - {fpga-fam: "eos-s3", os: "debian", os-version: "buster", example: "counter"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "xenial", example: "counter"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "bionic", example: "counter"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "focal", example: "counter"} - {fpga-fam: "xc7", os: "centos", os-version: "7", example: "counter"} - {fpga-fam: "xc7", os: "centos", os-version: "8", example: "counter"} + - {fpga-fam: "xc7", os: "debian", os-version: "buster", example: "counter"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "xenial", example: "picosoc"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "bionic", example: "picosoc"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "focal", example: "picosoc"} - {fpga-fam: "xc7", os: "centos", os-version: "7", example: "picosoc"} - {fpga-fam: "xc7", os: "centos", os-version: "8", example: "picosoc"} + - {fpga-fam: "xc7", os: "debian", os-version: "buster", example: "picosoc"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "xenial", example: "litex_linux"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "bionic", example: "litex_linux"} - {fpga-fam: "xc7", os: "ubuntu", os-version: "focal", example: "litex_linux"} - {fpga-fam: "xc7", os: "centos", os-version: "7", example: "litex_linux"} - {fpga-fam: "xc7", os: "centos", os-version: "8", example: "litex_linux"} + - {fpga-fam: "xc7", os: "debian", os-version: "buster", example: "litex_linux"} env: LANG: "en_US.UTF-8" DOCKER_NAME: test diff --git a/README.rst b/README.rst index 6fe2d84..f526a7a 100644 --- a/README.rst +++ b/README.rst @@ -58,7 +58,7 @@ which you can install with:: * ```` is one of ``{eos-s3, xc7}`` (the two currently covered platforms - EOS-S3 and Xilinx series 7). -* ```` is one of ``{ubuntu, centos}`` (currently supported operating systems). +* ```` is one of ``{ubuntu, debian, centos}`` (currently supported operating systems). To install the toolchain (just the first time), run:: diff --git a/docs/getting-symbiflow.rst b/docs/getting-symbiflow.rst index 3566ccd..03cafbf 100644 --- a/docs/getting-symbiflow.rst +++ b/docs/getting-symbiflow.rst @@ -19,6 +19,14 @@ To be able to follow through this tutorial, install the following software: apt update -y apt install -y git wget xz-utils + .. group-tab:: Debian + + .. code-block:: bash + :name: install-reqs-debian + + apt update -y + apt install -y git wget xz-utils + .. group-tab:: CentOS .. code-block:: bash