Rename the uhdm plugin to systemverilog

Signed-off-by: Tomasz Gorochowik <tgorochowik@antmicro.com>
diff --git a/Makefile b/Makefile
index 1279f83..5f3503f 100644
--- a/Makefile
+++ b/Makefile
@@ -6,7 +6,7 @@
 #
 # SPDX-License-Identifier:ISC
 
-PLUGIN_LIST := fasm xdc params sdc ql-iob design_introspection integrateinv ql-qlf uhdm dsp-ff
+PLUGIN_LIST := fasm xdc params sdc ql-iob design_introspection integrateinv ql-qlf systemverilog dsp-ff
 PLUGINS := $(foreach plugin,$(PLUGIN_LIST),$(plugin).so)
 PLUGINS_INSTALL := $(foreach plugin,$(PLUGIN_LIST),install_$(plugin))
 PLUGINS_CLEAN := $(foreach plugin,$(PLUGIN_LIST),clean_$(plugin))
diff --git a/uhdm-plugin/Makefile b/systemverilog-plugin/Makefile
similarity index 97%
rename from uhdm-plugin/Makefile
rename to systemverilog-plugin/Makefile
index 223a126..f0229fa 100644
--- a/uhdm-plugin/Makefile
+++ b/systemverilog-plugin/Makefile
@@ -6,7 +6,7 @@
 #
 # SPDX-License-Identifier:ISC
 
-NAME = uhdm
+NAME = systemverilog
 SOURCES = UhdmAst.cc \
 	  uhdmastfrontend.cc \
 	  uhdmcommonfrontend.cc \
diff --git a/uhdm-plugin/UhdmAst.cc b/systemverilog-plugin/UhdmAst.cc
similarity index 100%
rename from uhdm-plugin/UhdmAst.cc
rename to systemverilog-plugin/UhdmAst.cc
diff --git a/uhdm-plugin/UhdmAst.h b/systemverilog-plugin/UhdmAst.h
similarity index 100%
rename from uhdm-plugin/UhdmAst.h
rename to systemverilog-plugin/UhdmAst.h
diff --git a/uhdm-plugin/UhdmAstUpstream.cc b/systemverilog-plugin/UhdmAstUpstream.cc
similarity index 100%
rename from uhdm-plugin/UhdmAstUpstream.cc
rename to systemverilog-plugin/UhdmAstUpstream.cc
diff --git a/uhdm-plugin/tests/Makefile b/systemverilog-plugin/tests/Makefile
similarity index 100%
rename from uhdm-plugin/tests/Makefile
rename to systemverilog-plugin/tests/Makefile
diff --git a/uhdm-plugin/uhdmastfrontend.cc b/systemverilog-plugin/uhdmastfrontend.cc
similarity index 100%
rename from uhdm-plugin/uhdmastfrontend.cc
rename to systemverilog-plugin/uhdmastfrontend.cc
diff --git a/uhdm-plugin/uhdmastreport.cc b/systemverilog-plugin/uhdmastreport.cc
similarity index 100%
rename from uhdm-plugin/uhdmastreport.cc
rename to systemverilog-plugin/uhdmastreport.cc
diff --git a/uhdm-plugin/uhdmastreport.h b/systemverilog-plugin/uhdmastreport.h
similarity index 100%
rename from uhdm-plugin/uhdmastreport.h
rename to systemverilog-plugin/uhdmastreport.h
diff --git a/uhdm-plugin/uhdmastshared.h b/systemverilog-plugin/uhdmastshared.h
similarity index 100%
rename from uhdm-plugin/uhdmastshared.h
rename to systemverilog-plugin/uhdmastshared.h
diff --git a/uhdm-plugin/uhdmcommonfrontend.cc b/systemverilog-plugin/uhdmcommonfrontend.cc
similarity index 100%
rename from uhdm-plugin/uhdmcommonfrontend.cc
rename to systemverilog-plugin/uhdmcommonfrontend.cc
diff --git a/uhdm-plugin/uhdmcommonfrontend.h b/systemverilog-plugin/uhdmcommonfrontend.h
similarity index 100%
rename from uhdm-plugin/uhdmcommonfrontend.h
rename to systemverilog-plugin/uhdmcommonfrontend.h
diff --git a/uhdm-plugin/uhdmsurelogastfrontend.cc b/systemverilog-plugin/uhdmsurelogastfrontend.cc
similarity index 100%
rename from uhdm-plugin/uhdmsurelogastfrontend.cc
rename to systemverilog-plugin/uhdmsurelogastfrontend.cc