主页上说sudo apt-get install ghdl安装,但是我试了一下,不行的
“[sudo] password for sean:
正在读取软件包列表... 完成
正在分析软件包的依赖关系树
正在读取状态信息... 完成
现在没有可用的软件包 ghdl,但是它被其它的软件包引用了。
这可能意味着这个缺失的软件包可能已被废弃,
或者只能在其他发布源中找到
E: 软件包 ghdl 没有可供安装的候选者
sean@sean-Inspiron-M4040:~$
现在该如何安装GHDL
GHDL是被淘汰了嘛?ubuntu12.04如何安装GHDL啊
- Microcosm
- 帖子: 311
- 注册时间: 2012-08-26 21:17
- Microcosm
- 帖子: 311
- 注册时间: 2012-08-26 21:17
Re: GHDL是被淘汰了嘛?ubuntu12.04如何安装GHDL啊
太杯具了,一个回复都没有
- Microcosm
- 帖子: 311
- 注册时间: 2012-08-26 21:17
Re: GHDL是被淘汰了嘛?ubuntu12.04如何安装GHDL啊
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!

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!


