Getting Started with VHDL programming IDE, compiler and Simulator

Опубликовано: 28 Октябрь 2020
на канале: MNS Tutorial
1,204
12

#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


На этой странице сайта вы можете посмотреть видео онлайн Getting Started with VHDL programming IDE, compiler and Simulator длительностью часов минут секунд в хорошем качестве, которое загрузил пользователь MNS Tutorial 28 Октябрь 2020, поделитесь ссылкой с друзьями и знакомыми, на youtube это видео уже посмотрели 1,204 раз и оно понравилось 12 зрителям. Приятного просмотра!