Skip to content

Commit

Permalink
Update riscvsingle.vhdl
Browse files Browse the repository at this point in the history
  • Loading branch information
michael9186 committed Jun 2, 2023
1 parent 14c0e29 commit 72a6a1a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion project/template_2/riscvsingle.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -451,7 +451,7 @@ entity shifter is -- shifter
y: out STD_ULOGIC_VECTOR(31 downto 0));
end;

architecture behave of adder is -- shift a left by b (as int)
architecture behave of shifter is -- shift a left by b (as int)
begin
y <= a sll to_integer(unsigned(b));
end;
Expand Down

0 comments on commit 72a6a1a

Please sign in to comment.