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 841d45ce6d62db3b6ce7509029a17c2cecad4806..8f445414a022960b60ae224e121aea83389706e9 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;