Package Details: gowin-eda-ide 1.9.9.02-1

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: 1
Popularity: 0.000000
First Submitted: 2021-11-23 11:02 (UTC)
Last Updated: 2024-04-13 13:50 (UTC)

Pinned Comments

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.

Latest Comments

elektorronikci commented on 2023-10-13 16:03 (UTC) (edited on 2023-10-13 16:05 (UTC) by elektorronikci)

Synthesis command does nothing except writing to log file, for example:

GowinSynthesis start
Running parser ...
Analyzing Verilog file '/ramdisk/fpga_project_1/src/main.v'
Analyzing Verilog file '/ramdisk/fpga_project_1/src/sinyalureteci.v'
Analyzing Verilog file '/ramdisk/fpga_project_1/src/uart.v'
GowinSynthesis finish

But no output file at all. It works well with the windows version with wine, but no luck with linux version. Any clue? I am not sure what information I have to provide if anybody would try to understand the situation.

yjun commented on 2023-08-31 16:03 (UTC)

@vanbwodonk Fixed :)

vanbwodonk commented on 2023-08-30 00:51 (UTC)

package is broken right now:

(OK):download completed.
  -> Found gowin-eda.png
  -> Found gowin-eda-ide-project.xml
  -> Found gowin-eda-ide.desktop
  -> Found gowin-eda-programmer.desktop
==> Validating source files with sha256sums...
    Gowin_V1.9.9Beta-3_linux.tar.gz ... FAILED
    gowin-eda.png ... Passed
    gowin-eda-ide-project.xml ... Passed
    gowin-eda-ide.desktop ... Passed
    gowin-eda-programmer.desktop ... Passed
==> ERROR: One or more files did not pass the validity check!

yjun commented on 2023-04-17 13:29 (UTC)

@TurnoffNOD fixed.

TurnoffNOD commented on 2023-04-17 01:11 (UTC) (edited on 2023-04-17 01:12 (UTC) by TurnoffNOD)

Hi, now the package is broken:

==> ERROR: One or more files did not pass the validity check!
 -> error downloading sources: ~/.cache/yay/gowin-eda 
         context: exit status 1

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.

feilong commented on 2023-01-30 11:14 (UTC) (edited on 2023-01-30 11:17 (UTC) by feilong)

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 .

feilong commented on 2022-08-25 22:07 (UTC)

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