Skip to content

Commit cfe1bea

Browse files
committed
如果採用,此提交將更新數位邏輯設計相關資源與資訊
修改項目: - 新增參考書籍 - 新增使用軟體與環境 - 新增參考資料 - 更新儲存庫目錄結構 模組: 議題
1 parent 394d2a4 commit cfe1bea

1 file changed

Lines changed: 27 additions & 4 deletions

File tree

README.md

Lines changed: 27 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -1,12 +1,19 @@
1-
# Learn VHDL
2-
使用Altera Cyclone V SoC Kit和Altera Cyclone III DE0學習使用FPGA與VHDL的過程檔案。
1+
# 學習數位邏輯設計
2+
使用Verilog、SystemVerilog與VHDL學習數位邏輯設計,並通過Altera Cyclone V SoC Kit、Altera Cyclone III DE0與Xilinx實作與學習,將參考以下書籍:
3+
4+
- 數位邏輯實習 FPGA篇
5+
- Verilog數位邏輯設計入門實務
6+
- VHDL數位邏輯設計入門實務
7+
- 《數位邏輯設計 第六版》,Digital Design With an Introduction to the Verilog HDL, VHDL, and SystemVerilog SIXTH EDITION
8+
9+
依序將不同的書籍內的範例製作出來,並將問題與過程紀錄。
310

411
# 目錄
512

613
<!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} -->
714
<!-- code_chunk_output -->
815

9-
- [Learn VHDL](#learn-vhdl)
16+
- [學習數位邏輯設計](#學習數位邏輯設計)
1017
- [目錄](#目錄)
1118
- [開發環境](#開發環境)
1219
- [環境變數設定](#環境變數設定)
@@ -18,21 +25,28 @@
1825
- [晶片版本與軟體版本轉換錯誤](#晶片版本與軟體版本轉換錯誤)
1926
- [使用Ubuntu 18.04 LTS系統缺少libpng12函式庫](#使用ubuntu-1804-lts系統缺少libpng12函式庫)
2027
- [使用Ubuntu 18.04 LTS系統缺少libXft函式庫](#使用ubuntu-1804-lts系統缺少libxft函式庫)
28+
- [Xilinx Vivado 2020.1](#xilinx-vivado-20201)
29+
- [Java圖形界面問題](#java圖形界面問題)
2130
- [參考資料](#參考資料)
2231

2332
<!-- /code_chunk_output -->
2433

2534
# 開發環境
2635
板子與晶片:
36+
2737
- Altera Cyclone V SoC Kit:5CSXFC6D6F31C8NES
2838
- Altera Cyclone III DE0:EP3C16F484C6N
39+
- Xilinx
2940

3041
軟體:
42+
3143
- Quartus II 64-bit 15.0 Web Edition
3244
- Quartus II 32-bit 13.1 Web Edition
45+
- Xilinx Vivado 2020.1
3346

3447
作業系統:
35-
- Windows
48+
49+
- Windows10
3650
- Ubuntu 16.04 LTS
3751
- Ubuntu 18.04 LTS
3852

@@ -127,7 +141,16 @@ Error.
127141
sudo apt-get install libxft2 libxft2:i386 lib32ncurses5
128142
```
129143

144+
# Xilinx Vivado 2020.1
145+
## Java圖形界面問題
130146
# 參考資料
131147
- [Fix libpng12-0 Missing In Ubuntu 18.04, 19.10 Or 20.04](https://www.linuxuprising.com/2018/05/fix-libpng12-0-missing-in-ubuntu-1804.html)
132148
- [Quartus installation on Linux](http://www.armadeus.org/wiki/index.php?title=Quartus_installation_on_Linux)
133149
- [ModelSim-Altera error](https://stackoverflow.com/questions/31908525/modelsim-altera-error)
150+
- 數位邏輯實習 FPGA篇
151+
- VHDL數位邏輯設計入門實務
152+
- 《數位邏輯設計 第六版》,Digital Design With an Introduction to the Verilog HDL, VHDL, and SystemVerilog SIXTH EDITION
153+
- Verilog數位邏輯設計入門實務
154+
- [Xilinx Vivado](https://wiki.archlinux.org/index.php/Xilinx_Vivado)
155+
- [在 Gentoo Linux 安裝 Vivado 2020.1](https://coldnew.github.io/16cb6a8e/)
156+
- [Installation of Vivado 2020.1 under Centos 7.8 fails](https://forums.xilinx.com/t5/Installation-and-Licensing/Installation-of-Vivado-2020-1-under-Centos-7-8-fails/td-p/1115482)

0 commit comments

Comments
 (0)