From 5dea2bb5940311b2f898c963db4eda7e38d1ff77 Mon Sep 17 00:00:00 2001
From: =?UTF-8?q?S=C3=A9bastien=20Gendre?= <sebastien.gendre@etu.hesge.ch>
Date: Mon, 10 Mar 2025 07:12:18 +0100
Subject: [PATCH] Simulation print generics: Print more generics infos

---
 .../sim_1/new/explore_build_info.vhd                 | 12 ++++++++++++
 1 file changed, 12 insertions(+)

diff --git a/hog-build-info/hog-build-info.srcs/sim_1/new/explore_build_info.vhd b/hog-build-info/hog-build-info.srcs/sim_1/new/explore_build_info.vhd
index 841d45c..8f44541 100644
--- a/hog-build-info/hog-build-info.srcs/sim_1/new/explore_build_info.vhd
+++ b/hog-build-info/hog-build-info.srcs/sim_1/new/explore_build_info.vhd
@@ -42,4 +42,16 @@ begin
     report "GLOBAL_DATE: " & to_hstring(to_bitvector(GLOBAL_DATE))
     severity note;
 
+  assert false
+    report "GLOBAL_TIME: " & to_hstring(to_bitvector(GLOBAL_TIME))
+    severity note;
+
+  assert false
+    report "GLOBAL_VER: " & to_hstring(to_bitvector(GLOBAL_VER))
+    severity note;
+
+  assert false
+    report "GLOBAL_SHA: " & to_hstring(to_bitvector(GLOBAL_SHA))
+    severity note;
+
 end Behavioral;
-- 
GitLab