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