aboutsummaryrefslogtreecommitdiffstats
path: root/src/ghdl.cc
diff options
context:
space:
mode:
Diffstat (limited to 'src/ghdl.cc')
-rw-r--r--src/ghdl.cc5
1 files changed, 5 insertions, 0 deletions
diff --git a/src/ghdl.cc b/src/ghdl.cc
index 7b36042..3d5bfc4 100644
--- a/src/ghdl.cc
+++ b/src/ghdl.cc
@@ -1272,6 +1272,11 @@ struct GhdlPass : public Pass {
if (args.size() == 2 && args[1] == "--disp-config") {
ghdlcomp__disp_config();
+ log("yosys plugin compiled on " __DATE__ " " __TIME__
+#ifdef GHDL_VER_HASH
+ ", git hash:" GHDL_VER_HASH
+#endif
+ "\n");
}
else {
int cmd_argc = args.size() - 1;