From 9b965179407e37bee27b2e38c5b7e9eb6963965e Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?S=C3=A9bastien=20Gendre?= <sebastien.gendre@etu.hesge.ch> Date: Thu, 13 Mar 2025 13:19:53 +0100 Subject: [PATCH] hog_build_info_regs: Add "use" for numeric_std --- .../hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd | 1 + 1 file changed, 1 insertion(+) diff --git a/hog-build-info/hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd b/hog-build-info/hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd index e0def57..84af6e5 100644 --- a/hog-build-info/hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd +++ b/hog-build-info/hog-build-info.srcs/sources_1/new/hog_build_info_regs.vhd @@ -21,6 +21,7 @@ library IEEE; use IEEE.STD_LOGIC_1164.ALL; +use IEEE.numeric_std.all; entity hog_build_info_reg is generic ( -- GitLab