OpenCores
URL https://opencores.org/ocsvn/t48/t48/trunk

Subversion Repositories t48

Compare Revisions

  • This comparison shows the changes necessary to convert path
    /t48
    from Rev 325 to Rev 326
    Reverse comparison

Rev 325 → Rev 326

/trunk/rtl/vhdl/extra/upi41_db_bus_async.vhd
249,13 → 249,13
if res_status_s then
status_q <= (others => '0');
elsif falling_edge(rd_n_i) then
if ext_acc_s then
-- prevent change when master reads status
if is_type_a_g = 1 then
status_q <= sts_q & f1_i & f0_i & ibf_q & obf_q;
else
status_q <= "0000" & f1_i & f0_i & ibf_q & obf_q;
end if;
-- prevent change when master reads status:
-- latch new status regardless of actual access with cs_n_i to
-- avoid setup issues when rd_n_i is asserted together with cs_n_i
if is_type_a_g = 1 then
status_q <= sts_q & f1_i & f0_i & ibf_q & obf_q;
else
status_q <= "0000" & f1_i & f0_i & ibf_q & obf_q;
end if;
end if;
end process status_p;
273,6 → 273,7
elsif set_drq_s then
drq_o <= '1';
elsif falling_edge(clk_drq_s) then
-- TODO: check setup time of DACK' to falling rd_n_i/wr_n_i
if dack_s then
drq_o <= '0';
end if;

powered by: WebSVN 2.1.0

© copyright 1999-2024 OpenCores.org, equivalent to Oliscience, all rights reserved. OpenCores®, registered trademark.