diff --git a/shared/rtl/AxiPcieReg.vhd b/shared/rtl/AxiPcieReg.vhd index 84ab6fb4..be6ef3e0 100755 --- a/shared/rtl/AxiPcieReg.vhd +++ b/shared/rtl/AxiPcieReg.vhd @@ -302,10 +302,6 @@ begin -- Set whether the DATAGPU mode is enabled userValues(10)(0) <= ite(DATAGPU_EN_G, '1', '0'); - -- Set unused bits to zero - for i in 31 downto 1 loop - userValues(10)(i) <= '0'; - end loop; -- Set unused to zero for i in 63 downto 11 loop