From 122d531c6125d6d7360c75c963609ef785d8b785 Mon Sep 17 00:00:00 2001 From: rduhr Date: Tue, 31 Oct 2023 13:41:26 +0100 Subject: [PATCH] 7Segment_display readme --- 7Segment_display/README.md | 11 +++++++++++ 1 file changed, 11 insertions(+), 0 deletions(-) diff --git a/7Segment_display/README.md b/7Segment_display/README.md index e69de29..3c17a5c 100644 --- a/7Segment_display/README.md +++ b/7Segment_display/README.md @@ -0,0 +1,11 @@ +## 7 Segments display + +```vhdl +entity display is + port { + clk_fpga : in STD_LOGIC; + reset : in STD_LOGIC; + aff : out STD_LOGIC_VECTOR{7 downto 0}; + }; +end display; +``` -- libgit2 0.21.2