Skip to content
Snippets Groups Projects
Commit 95f33216 authored by sebastie.gendre's avatar sebastie.gendre
Browse files

Add the copyright again, don't know if this is trivial enough to don't be copyrighted

parent 5320128d
No related tags found
No related merge requests found
--Copyright 1986-2022 Xilinx, Inc. All Rights Reserved.
--Copyright 2022-2024 Advanced Micro Devices, Inc. All Rights Reserved.
---------------------------------------------------------------------------------- ----------------------------------------------------------------------------------
--Tool Version: Vivado v.2024.1.2 (lin64) Build 5164865 Thu Sep 5 14:36:28 MDT 2024 --Tool Version: Vivado v.2024.1.2 (lin64) Build 5164865 Thu Sep 5 14:36:28 MDT 2024
--Date : Tue Mar 4 22:03:33 2025 --Date : Tue Mar 4 22:03:33 2025
...@@ -6,10 +8,12 @@ ...@@ -6,10 +8,12 @@
--Design : mb_design_1_wrapper --Design : mb_design_1_wrapper
--Purpose : IP block netlist --Purpose : IP block netlist
---------------------------------------------------------------------------------- ----------------------------------------------------------------------------------
library IEEE; library IEEE;
use IEEE.STD_LOGIC_1164.ALL; use IEEE.STD_LOGIC_1164.ALL;
library UNISIM; library UNISIM;
use UNISIM.VCOMPONENTS.ALL; use UNISIM.VCOMPONENTS.ALL;
entity mb_design_1_wrapper is entity mb_design_1_wrapper is
Generic ( Generic (
-- Hog build info -- Hog build info
...@@ -37,6 +41,7 @@ architecture STRUCTURE of mb_design_1_wrapper is ...@@ -37,6 +41,7 @@ architecture STRUCTURE of mb_design_1_wrapper is
hog_global_sha_i_0 : in STD_LOGIC_VECTOR ( 31 downto 0 ) hog_global_sha_i_0 : in STD_LOGIC_VECTOR ( 31 downto 0 )
); );
end component mb_design_1; end component mb_design_1;
begin begin
mb_design_1_i: component mb_design_1 mb_design_1_i: component mb_design_1
port map ( port map (
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment