gtkwave 很容易下载,使用常规的方法,apt-get install gtkwave,即可下载并且安装该文件。
下载该文件,官网上有提供
尝试apt-get install ghdl 添加库 add-apt-repository ppa:pgavin/ghdl,然后安装,失败了。
You are about to add the following PPA to your system:
GHDL packages for precise and later
More info: https://launchpad.net/~pgavin/+archive/ubuntu/ghdl
Press [ENTER] to continue or ctrl-c to cancel adding it
Executing: gpg --ignore-time-conflict --no-options --no-default-keyring --secret-keyring /tmp/tmp.tzEj84q2kn --trustdb-name /etc/apt//trustdb.gpg --keyring /etc/apt/trusted.gpg --primary-keyring /etc/apt/trusted.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-security-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-jessie-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-squeeze-stable.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-automatic.gpg --keyring /etc/apt/trusted.gpg.d//debian-archive-wheezy-stable.gpg --keyserver hkp://keyserver.ubuntu.com:80/ --recv EC6C4E2D29AF7F53CE2E5FE4CBD000C02853C2C3
gpg: 下载密钥‘2853C2C3’,从 hkp 服务器 keyserver.ubuntu.com
gpg: 密钥 2853C2C3:“Launchpad PPA for Peter Gavin”未改变
gpg: 合计被处理的数量:1
gpg: 未改变:1
现在没有可用的软件包 ghdl,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
解压该文件,tar -C / -xvf ghdl-0.33-x86_64-linux.tgz,解压到/ 文件夹下,之后教程也没说再怎么弄。
安装教程里面所述如下:
The binary are installed in /usr/local directory. You cannot change this
default location, unless you set links.
You must be root to install this distribution.
To install ghdl:
$ su
# tar -C / -jxvf ghdl-0.29-i686-pc-linux.tar.bz2
Note: you must also have a C compiler and zlib installed.
配置Emacs 的VHDL开发模式。
暂时存储这些。
from:http://www.fpgarelated.com/showarticle/20.php
from:http://blog.csdn.net/congduan/article/details/7686070
ghdl是tar.gz 解压完成后不会安装。
于是更改为kicad,现在准备学习KICAD来进行PCB设计。
最后,现在缺少GHDL,电子设计的东西差不多就齐全了。