Removed ACK for J-Bus writes

git-svn-id: http://moon:8086/svn/vhdl/trunk@39 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2008-10-10 21:25:17 +00:00
parent 1493e3e779
commit db98ad86d2
2 changed files with 5 additions and 14 deletions
+3 -2
View File
@@ -1,5 +1,5 @@
-----------------------------------------------------------------------
-- $Header: /tmp/cvsroot/VHDL/lib/misc/async_port.vhd,v 1.1 2008-09-21 08:25:59 Jens Exp $
-- $Header: /tmp/cvsroot/VHDL/lib/misc/async_port.vhd,v 1.2 2008-10-10 21:25:17 Jens Exp $
-----------------------------------------------------------------------
library IEEE;
use IEEE.STD_LOGIC_1164.ALL;
@@ -141,11 +141,11 @@ architecture Behavioral of async_port is
as.cs <= '1';
as.rd <= '1';
if cycle_cnt = 0 then
cpu_vld <= '1';
cc_rst <= '1';
cycle_reload <= async_timespec.ncyc_cs_hold-1;
as.rd <= '0';
sn <= leadout_rd;
cpu_vld <= '1';
end if;
when write =>
@@ -157,6 +157,7 @@ architecture Behavioral of async_port is
cc_rst <= '1';
cycle_reload <= async_timespec.ncyc_cs_hold-1;
sn <= leadout_wr;
cpu_vld <= '1';
end if;
when leadout_rd =>