#VHDL stands for VHSIC #Hardware Description language. In this tutorial you will learn required software to get started with #programming VHDL.
0:00 Introduction
0:32 Download and Install mingW-W64
1:38 Download and Install GHDL
2:50 Windows Environment Variables (PATH)
4:03 Check that gcc and ghdl are accessible from CMD
4:42 Download and Install GTKWave, Waveform
5:23 Download and Install Notepad++
6:01 Create new VHDL file
8:00 Let Notepad++ compile our VHDL code
9:08 Analyze VHDL code
11:02 Run simulator and display the output
13:52 Working with Signals in VHDL
17:23 Display Waveform from Notepad++
18:41 How to use GTKWave?
Here the list of software for Windows (10, 8.1, or 7):
GNU Compiler: gcc, g++ (c, c++) - http://mingw-w64.org/doku.php/download
VHDL Compiler: GHDL - https://github.com/ghdl/ghdl/releases
Waveform: GTKWave - https://sourceforge.net/projects/gtkw...
Notepad++: IDE - https://notepad-plus-plus.org/downloads/
Command Line
Check that GCC and GHDL are accessible from command line:
gcc --version
ghdl --version
GHDL Analyze:
cd $(CURRENT_DIRECTORY)
ghdl -a $(FILE_NAME)
GHDL Elaborate and Run:
cd $(CURRENT_DIRECTORY)
ghdl -e $(NAME_PART)
ghdl -r $(NAME_PART) --stop-time=100ns --vcd=$(NAME_PART).vcd
Nesta página do site você pode assistir ao vídeo on-line Getting Started with VHDL programming IDE, compiler and Simulator duração hora minuto segundo em boa qualidade , que foi baixado pelo usuário MNS Tutorial 28 Outubro 2020, compartilhe o link com seus amigos e conhecidos, no youtube este vídeo já foi visto 1,204 vezes e gostou 12 espectadores. Boa visualização!