分页: 1 / 1

GHDL是被淘汰了嘛?ubuntu12.04如何安装GHDL啊

发表于 : 2013-05-26 13:49
Microcosm
主页上说sudo apt-get install ghdl安装,但是我试了一下,不行的
“[sudo] password for sean:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
现在没有可用的软件包 ghdl,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到

E: 软件包 ghdl 没有可供安装的候选者
sean@sean-Inspiron-M4040:~$
现在该如何安装GHDL

Re: GHDL是被淘汰了嘛?ubuntu12.04如何安装GHDL啊

发表于 : 2013-05-26 18:43
Microcosm
太杯具了,一个回复都没有

Re: GHDL是被淘汰了嘛?ubuntu12.04如何安装GHDL啊

发表于 : 2013-05-28 10:31
Microcosm
The open source VHDL simulator, GHDL is not any more in ubuntu repositories now. There is a ppa available for last versions of ubuntu precise and quantal.

The installation of GHDL remains easy, you have just to perform the following commands.

1
2
sudo add-apt-repository ppa:pgavin/ghdl
sudo apt-get update
The you can install GHDL as usual

1
sudo apt-get install ghdl
Enjoy! :em20 :em20 :em20