From d4bdd64c715641b96b2116b3ebbdac12e77586c6 Mon Sep 17 00:00:00 2001 From: tomas-fryza <48966045+tomas-fryza@users.noreply.github.com> Date: Tue, 13 Jul 2021 12:25:42 +0200 Subject: [PATCH] Update README.md --- Labs/07-display_driver/README.md | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/Labs/07-display_driver/README.md b/Labs/07-display_driver/README.md index 597bdaf4..edef7f0e 100644 --- a/Labs/07-display_driver/README.md +++ b/Labs/07-display_driver/README.md @@ -1,4 +1,4 @@ -# Lab 6: Driver for multiple seven-segment displays +# Lab 7: Driver for multiple seven-segment displays ![Logo](../../logolink_eng.jpg)

@@ -55,7 +55,7 @@ Due to the physiological properties of human vision, it is necessary that the ti ## Part 1: Synchronize repositories and create a new folder -Run Git Bash (Windows) of Terminal (Linux), navigate to your working directory, and update local repository. Create a new working folder `Labs/06-display_driver` for this exercise. +Run Git Bash (Windows) of Terminal (Linux), navigate to your working directory, and update local repository. Create a new working folder `Labs/07-display_driver` for this exercise. ## Part 2: VHDL code for display driver @@ -64,7 +64,7 @@ Multiplexer or MUX is a digital switch. It allows to route binary information fr Perform the following steps to model the driver circuit. - 1. Create a new Vivado RTL project `display_driver` in your `Labs/06-display_driver` working folder. + 1. Create a new Vivado RTL project `display_driver` in your `Labs/07-display_driver` working folder. 2. Create a VHDL source file `driver_7seg_4digits` for the driver circuit. 3. Choose default board: `Nexys A7-50T`. 4. Open the [Driver for 7-segment display](https://www.edaplayground.com/x/3f_A) example and copy/paste the `design.vhd` code to your `driver_7seg_4digits.vhd` file. Copy source files of clock enable, binary counter, 7-segment decoder modules from previous labs to `display_driver/display_driver.srcs/sources_1/new/` folder and add them to the project. @@ -161,4 +161,4 @@ Use [git commands](https://github.com/tomas-fryza/Digital-electronics-1/wiki/Use 3. Eight-digit driver. Submit: * Image of the driver schematic. The image can be drawn on a computer or by hand. -*Prepare all parts of the assignment on a computer (not by hand), insert them in your README file `Digital-electronics-1/Labs/06-display_driver/README.md`, export the formated output (not the listing in markdown language) from [HTML to PDF](https://github.com/tomas-fryza/Digital-electronics-1/wiki/Export-README-to-PDF), use [BUT e-learning](https://moodle.vutbr.cz/) web page and submit a single PDF file. The deadline for submitting the task is the day before the next laboratory exercise.* +*Prepare all parts of the assignment on a computer (not by hand), insert them in your README file `Digital-electronics-1/Labs/07-display_driver/README.md`, export the formated output (not the listing in markdown language) from [HTML to PDF](https://github.com/tomas-fryza/Digital-electronics-1/wiki/Export-README-to-PDF), use [BUT e-learning](https://moodle.vutbr.cz/) web page and submit a single PDF file. The deadline for submitting the task is the day before the next laboratory exercise.*