uart: swap status with config half word
[calu.git] / cpu / src / extension_imp_b.vhd
index 5a9117c5c04f8726b238634c8c03ed383ae4ff5d..3c3496007f4e3cabfafc440ce358884b9d4edf87 100644 (file)
@@ -80,7 +80,7 @@ begin
                        tmp_data := tmp_data - '1';
                        w2_im_addr_nxt <= tmp_data;
                when "10" =>
-                       w1_st_co_nxt(16) <= '1'; -- busy flag set
+                       w1_st_co_nxt(0) <= '1'; -- busy flag set
                        w2_im_addr_nxt <= w2_im_addr + '1';
                        w3_im_data_nxt <= tmp_data;
                when "11" =>