diff --git a/quartus/README.md b/quartus/README.md index 01f1b84..bdf431f 100644 --- a/quartus/README.md +++ b/quartus/README.md @@ -11,11 +11,11 @@ Quartus is a part of [Intel Quartus Prime Lite](https://www.intel.de/content/www ## Tags | Tag | Quartus Version | Device Support | Note | |---|---|---|---| -| `18.1-cycloneiv` | 18.1.0 | Cyclone IV | Quartus GUI non functional with WSLg (only window borders), use [`VcXsrv`](https://github.com/marchaesen/vcxsrv). | -| `22.1-cycloneiv` | 22.1.2 | Cyclone IV | - | -| `23.1-cycloneiv` | 23.1.1 | Cyclone IV | - | -| `24.1-cycloneiv` | 24.1.0 | Cyclone IV | Very slow. ~2x slowdown compared to older versions. Regardless if GUI or scripts are used. | -| `25.1-cycloneiv` | 25.1.0 | Cyclone IV | - | +| `18.1` | 18.1.0 | Cyclone IV | Quartus GUI non functional with WSLg (only window borders), use [`VcXsrv`](https://github.com/marchaesen/vcxsrv). | +| `22.1` | 22.1.2 | Cyclone IV | - | +| `23.1` | 23.1.1 | Cyclone IV | - | +| `24.1` | 24.1.0 | Cyclone IV | Very slow. ~2x slowdown compared to older versions. Regardless if GUI or scripts are used. | +| `25.1` | 25.1.0 | Cyclone IV | - | Feel free to open an issue to request other versions or additional device support. @@ -24,7 +24,7 @@ Feel free to open an issue to request other versions or additional device suppor The image has `quartus_sh` set as `ENTRYPOINT`. Simply running a container without arguments will invoke `quartus_sh` with the default `CMD` argument `-version` and print the Quartus version: ``` -$ docker run ghcr.io/nikleberg/quartus:24.1-cycloneiv +$ docker run ghcr.io/nikleberg/quartus:24.1 > Quartus Prime Shell Version 24.1std.0 Build 1077 03/04/2025 SC Lite Edition Copyright (C) 2025 Altera Corporation. All rights reserved. @@ -32,7 +32,7 @@ $ docker run ghcr.io/nikleberg/quartus:24.1-cycloneiv For an actual usage you want to override the `CMD` by giving additional arguments to the `docker run` command. For example to run a tcl script you could run: ``` -$ docker run ghcr.io/nikleberg/quartus:24.1-cycloneiv -t