bootromfun: led2 geht aus wenn ich was uebern uart schicke \o/
[calu.git] / cpu / src / core_pkg.vhd
index c27a5a0ca32c93295b79258dbc6add5023bb8d22..bc45ecdf0aa408c577e33eb6976bba783572be13 100644 (file)
@@ -33,7 +33,9 @@ package core_pkg is
 
                --Data outputs
                        instruction : out instruction_word_t;
-                       prog_cnt : out instruction_addr_t
+                       prog_cnt : out instruction_addr_t;
+               -- debug
+                       led2 : out std_logic
                );
        end component fetch_stage;