From fb780c6482134edd36e12bf3632158c2407266d8 Mon Sep 17 00:00:00 2001 From: optimize-fast <54213986+optimize-fast@users.noreply.github.com> Date: Sat, 17 Aug 2019 18:54:01 +0200 Subject: [PATCH] Create README.md --- README.md | 12 ++++++++++++ 1 file changed, 12 insertions(+) create mode 100644 README.md diff --git a/README.md b/README.md new file mode 100644 index 0000000..630bc3e --- /dev/null +++ b/README.md @@ -0,0 +1,12 @@ +# IEEE754 Adder +School project: VHDL implementation of IEEE754 Adder + + +# Git help +Download new changes: +`git pull` + +Commit and push local changes: +`git add .` +`git commit -m "COMMIT MESSAGE"` +`git push`