From caa5638a228fc98eb6c6454341f25b3d309f3a27 Mon Sep 17 00:00:00 2001
From: Recolic Keghart <root@recolic.net>
Date: Mon, 3 Sep 2018 11:13:13 +0800
Subject: [PATCH] Edit readme

---
 README.md | 16 +++++++++++++---
 1 file changed, 13 insertions(+), 3 deletions(-)

diff --git a/README.md b/README.md
index e04d52c..6140e92 100644
--- a/README.md
+++ b/README.md
@@ -2,6 +2,18 @@
 
 > Run vivado natively in linux command line.
 
+## Features
+
+- Init, build, burn any vivado project in one command.
+
+- Burn auto saved built binary at anytime and any machine.
+
+- Full vivado GUI support.
+
+- Support every hardware supported by vivado. 
+
+- Theoretically support any vivado version (But latest is the best).
+
 ## Installation
 
 ```sh
@@ -26,13 +38,11 @@ alias vivadow=vivado-wrapper # I'll use this wrapper in the doc below.
 mkdir my_project && cd my_project
 vivadow init
 code . # Or any editor you prefer.
-vim Vivadofile # To tell vivado-wrapper about your module~constraint relationship.
+vim Vivadofile # To tell vivado-wrapper about your module~constraint relationship, threads, board, etc.
 ```
 
 - Build Project
 
-Warning: this project will use `xc7a100tcsg324-1` (for HUST) as your board. Please fork and modify template if you'd like to use other board. We can easily support changing board by Vivadofile, if you can solve the TODO in ./vivado-wrapper:line5.
-
 ```sh
 cd vivado-wrapper/example
 vivadow build
-- 
GitLab