open source fpga programmer, as a replacement to Gowin Programmer
https://aur.archlinux.org/packages/openfpgaloader-bin
added as optional dependency in PKGBUILD.
Git Clone URL: | https://aur.archlinux.org/gowin-eda.git (read-only, click to copy) |
---|---|
Package Base: | gowin-eda |
Description: | Gowin EDA IDE - Gowin EDA, an easy to use integrated design environment provides design engineers one-stop solution from design entry to verification. |
Upstream URL: | http://www.gowinsemi.com.cn/faq.aspx |
Keywords: | FPGA Gowin IDE Programmer |
Licenses: | unknown |
Provides: | gowin-eda-ide, gowin-ide |
Submitter: | yjun |
Maintainer: | yjun |
Last Packager: | yjun |
Votes: | 4 |
Popularity: | 1.05 |
First Submitted: | 2021-11-23 11:02 (UTC) |
Last Updated: | 2025-03-21 16:55 (UTC) |
« First ‹ Previous 1 2 3
open source fpga programmer, as a replacement to Gowin Programmer
https://aur.archlinux.org/packages/openfpgaloader-bin
added as optional dependency in PKGBUILD.
previous issues have been solved, but there has a new problem. the line 89 of pkgbuild
file don't give program
execute permission.
_install 644 bin/ -maxdepth 1
it should be 755 like line 49.
Temporary Solutions:
cd /opt/gowin-eda-programmer/bin
sudo chmod 755 -R .
Cannot save license when opening the program for the first time.
Normal users do not have permission to access /opt/gowin-eda-ide/bin/gwlicense.ini
file
Temporary Solutions:
cd /opt/gowin-eda-ide/bin/
sudo chmod 777 gwlicense.ini
# After saving, it is recommended to change the permissions to the original
# sudo chmod 755 gwlicense.ini
Pinned Comments
yjun commented on 2025-03-14 13:54 (UTC) (edited on 2025-03-14 13:56 (UTC) by yjun)
Gowin EDA V1.9.11.01 doesn't work properly(Qt library version incompatibility). We will stick to V1.9.11 until this issue is resolved.
yjun commented on 2023-04-15 10:59 (UTC)
open source fpga programmer, as a replacement to Gowin Programmer
https://aur.archlinux.org/packages/openfpgaloader-bin
added as optional dependency in PKGBUILD.