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 bab2299 commit f908670
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions project/template_2/riscvsingle.vhdl
Original file line number Diff line number Diff line change
Expand Up @@ -581,6 +581,8 @@ begin
end process;
end;

library IEEE;
use IEEE.STD_LOGIC_1164.all;

entity mux4 is -- four-input multiplexer -new
generic(width: integer :=8);
Expand Down

0 comments on commit f908670

Please sign in to comment.