From 11e322e66eddad2681dc225779cf4ae30c55cc14 Mon Sep 17 00:00:00 2001 From: Davi SPERANDIO AGATTI <d24spera@fl-tp-br-632.imta.fr> Date: Thu, 20 Mar 2025 16:40:25 +0100 Subject: [PATCH] first commit --- src/hdl/operativeUnit.vhd | 2 ++ 1 file changed, 2 insertions(+) diff --git a/src/hdl/operativeUnit.vhd b/src/hdl/operativeUnit.vhd index c41b2fb..fded6d8 100644 --- a/src/hdl/operativeUnit.vhd +++ b/src/hdl/operativeUnit.vhd @@ -50,6 +50,8 @@ end entity operativeUnit; architecture arch_operativeUnit of operativeUnit is + qsdqsd + type registerFile is array(0 to 94) of signed(10 downto 0); type registerCoefFile is array(0 to 47) of signed(11 downto 0); -- 1 bit signal 1 bit integer 10 bit floating point representation -- GitLab