|
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 | +依序將不同的書籍內的範例製作出來,並將問題與過程紀錄。 |
3 | 10 |
|
4 | 11 | # 目錄 |
5 | 12 |
|
6 | 13 | <!-- @import "[TOC]" {cmd="toc" depthFrom=1 depthTo=6 orderedList=false} --> |
7 | 14 | <!-- code_chunk_output --> |
8 | 15 |
|
9 | | -- [Learn VHDL](#learn-vhdl) |
| 16 | +- [學習數位邏輯設計](#學習數位邏輯設計) |
10 | 17 | - [目錄](#目錄) |
11 | 18 | - [開發環境](#開發環境) |
12 | 19 | - [環境變數設定](#環境變數設定) |
|
18 | 25 | - [晶片版本與軟體版本轉換錯誤](#晶片版本與軟體版本轉換錯誤) |
19 | 26 | - [使用Ubuntu 18.04 LTS系統缺少libpng12函式庫](#使用ubuntu-1804-lts系統缺少libpng12函式庫) |
20 | 27 | - [使用Ubuntu 18.04 LTS系統缺少libXft函式庫](#使用ubuntu-1804-lts系統缺少libxft函式庫) |
| 28 | +- [Xilinx Vivado 2020.1](#xilinx-vivado-20201) |
| 29 | + - [Java圖形界面問題](#java圖形界面問題) |
21 | 30 | - [參考資料](#參考資料) |
22 | 31 |
|
23 | 32 | <!-- /code_chunk_output --> |
24 | 33 |
|
25 | 34 | # 開發環境 |
26 | 35 | 板子與晶片: |
| 36 | + |
27 | 37 | - Altera Cyclone V SoC Kit:5CSXFC6D6F31C8NES |
28 | 38 | - Altera Cyclone III DE0:EP3C16F484C6N |
| 39 | +- Xilinx |
29 | 40 |
|
30 | 41 | 軟體: |
| 42 | + |
31 | 43 | - Quartus II 64-bit 15.0 Web Edition |
32 | 44 | - Quartus II 32-bit 13.1 Web Edition |
| 45 | +- Xilinx Vivado 2020.1 |
33 | 46 |
|
34 | 47 | 作業系統: |
35 | | -- Windows |
| 48 | + |
| 49 | +- Windows10 |
36 | 50 | - Ubuntu 16.04 LTS |
37 | 51 | - Ubuntu 18.04 LTS |
38 | 52 |
|
@@ -127,7 +141,16 @@ Error. |
127 | 141 | sudo apt-get install libxft2 libxft2:i386 lib32ncurses5 |
128 | 142 | ``` |
129 | 143 |
|
| 144 | +# Xilinx Vivado 2020.1 |
| 145 | +## Java圖形界面問題 |
130 | 146 | # 參考資料 |
131 | 147 | - [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) |
132 | 148 | - [Quartus installation on Linux](http://www.armadeus.org/wiki/index.php?title=Quartus_installation_on_Linux) |
133 | 149 | - [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