bootromfun: led2 geht aus wenn ich was uebern uart schicke \o/
[calu.git] / cpu / src / fetch_stage_b.vhd
index 3e30cdad0b572a75022180de1fde346a12e3d1f2..6a6380c838532efc7ec592e85b7a9cf3a79cc7fa 100644 (file)
@@ -26,10 +26,10 @@ begin
                
                port map (
                        clk,
-                       instr_w_addr(PHYS_INSTR_ADDR_WIDTH-1 downto 0),
+                       im_addr(PHYS_INSTR_ADDR_WIDTH-1 downto 0),
                        instr_r_addr_nxt(PHYS_INSTR_ADDR_WIDTH-1 downto 0),
-                       instr_we,
-                       instr_wr_data,
+                       new_im_data_in,
+                       im_data,
                        instr_rd_data
                );
                
@@ -120,5 +120,7 @@ begin
 
 end process;
 
+led2 <= rom_ram;
+
 end behav;