From ab54816b59f03e41bac576cfe95cbc2797f4e9ee 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:21:20 +0100 Subject: [PATCH] hog_build_info_regs: Rename the entity (I have forget it) --- .../sources_1/new/hog_build_info_regs.vhd | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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 84af6e5..7ad560f 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 @@ -4,7 +4,7 @@ -- -- Create Date: 03/10/2025 06:56:35 AM -- Design Name: --- Module Name: hog_build_info_reg - Behavioral +-- Module Name: hog_build_info_regs - Behavioral -- Project Name: -- Target Devices: -- Tool Versions: @@ -23,7 +23,7 @@ library IEEE; use IEEE.STD_LOGIC_1164.ALL; use IEEE.numeric_std.all; -entity hog_build_info_reg is +entity hog_build_info_regs is generic ( C_ADDR_WIDTH: integer := 32 -- Width of the addresses ); @@ -37,9 +37,9 @@ entity hog_build_info_reg is hog_global_date_i : in std_logic_vector(31 downto 0); -- Hog build global date hog_global_time_i : in std_logic_vector(31 downto 0) -- Hog build global time ); -end hog_build_info_reg; +end hog_build_info_regs; -architecture Behavioral of hog_build_info_reg is +architecture Behavioral of hog_build_info_regs is -- Register map -- -- GitLab