From d49d754476469b3428fd8f5c304ee907ec3f16cf Mon Sep 17 00:00:00 2001
From: Recolic Keghart <root@recolic.net>
Date: Tue, 4 Sep 2018 09:36:23 +0800
Subject: [PATCH] update template vivadofile comment: add .svh

---
 template/Vivadofile | 2 +-
 1 file changed, 1 insertion(+), 1 deletion(-)

diff --git a/template/Vivadofile b/template/Vivadofile
index d312c70..053b8fe 100644
--- a/template/Vivadofile
+++ b/template/Vivadofile
@@ -2,7 +2,7 @@
 # Required options
 #
 
-# You may use SystemVerilog, Verilog, or VHDL files as sources. (.sv .v .vh)
+# You may use SystemVerilog, Verilog, or VHDL files as sources. (.sv .v .vh .svh)
 # You may also use C, C++, ObjectC or SystemC files as sources. (.c .cc .cxx .cpp .oc .h .hh .hpp .hxx)
 # sources=(test_main.sv lib/* ./mod?.v)
 sources=(src/*)
-- 
GitLab