Skip to content

Commit

Permalink
bug fix
Browse files Browse the repository at this point in the history
  • Loading branch information
mmishra9 committed Jan 13, 2025
1 parent 211975a commit f2572ca
Showing 1 changed file with 0 additions and 4 deletions.
4 changes: 0 additions & 4 deletions shared/rtl/AxiPcieReg.vhd
Original file line number Diff line number Diff line change
Expand Up @@ -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
Expand Down

0 comments on commit f2572ca

Please sign in to comment.