diff --git a/project/template_2/riscvsingle.vhdl b/project/template_2/riscvsingle.vhdl index 2aca31b..59dcd6c 100644 --- a/project/template_2/riscvsingle.vhdl +++ b/project/template_2/riscvsingle.vhdl @@ -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);