fetch und decode kompilierbar, generelle tb, änderung in pkgs, eigene decoder entity
[calu.git] / cpu / src / fetch_stage.vhd
index c81e2ac14affda3e8addf55cbd590b220cf3a1d4..5713c02b0478b9f69a2607a7115e440631ecbad2 100644 (file)
@@ -2,7 +2,8 @@ library IEEE;
 use IEEE.std_logic_1164.all;
 use IEEE.numeric_std.all;
 
-use work.common_pkg;
+use work.common_pkg.all;
+use work.core_pkg.all;
 
 entity fetch_stage is
 
@@ -10,7 +11,7 @@ entity fetch_stage is
                        -- active reset value
                        RESET_VALUE : std_logic;
                        -- active logic value
-                       LOGIC_ACT : std_logic;
+                       LOGIC_ACT : std_logic
                        
                        );
        port(