Search Criteria
Package Details: vhdl-simili 3.1b16-5
Git Clone URL: | https://aur.archlinux.org/vhdl-simili.git (read-only, click to copy) |
---|---|
Package Base: | vhdl-simili |
Description: | A low-cost VHDL development system designed for the serious hardware designer. |
Upstream URL: | http://www.symphonyeda.com/products.htm |
Licenses: | |
Submitter: | robertfoster |
Maintainer: | robertfoster |
Last Packager: | robertfoster |
Votes: | 5 |
Popularity: | 0.000000 |
First Submitted: | 2010-07-16 09:27 |
Last Updated: | 2018-10-11 14:34 |
Latest Comments
hellraise007 commented on 2018-01-06 15:25
==> Validating source files with md5sums...
==> ERROR: One or more files did not pass the validity check!
madmaurice commented on 2014-11-12 15:01
wget throws 403 Forbidden when downloading the tar-file, although the url works in the browser without.
Downloading the file putting it in a folder with the PKGBUILD, *.csh and *.sh (yaourt -G vhdl-simili) and then replacing the url with just Simili31b16-linux-x86.tar works as expected.
Seems like they blocked wget's user agent identifer. :(
Nicolas.Estibals commented on 2012-11-28 16:16
Please add the lib32 depandancy for execution on x86_64 platform:
if [[ "$CARCH" == 'x86_64' ]]; then
depends=('lib32-'{'glibc','libx11'})
fi
Thanks!