#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
On this page of the site you can watch the video online Getting Started with VHDL programming IDE, compiler and Simulator with a duration of hours minute second in good quality, which was uploaded by the user MNS Tutorial 28 October 2020, share the link with friends and acquaintances, this video has already been watched 1,204 times on youtube and it was liked by 12 viewers. Enjoy your viewing!