From daeae0edbafc99a60eee7c45c46a471d896c67e0 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Sat, 3 Aug 2013 19:31:19 +0000 Subject: [PATCH] =?UTF-8?q?-=20m=EF=BF=BDnor=20changes=20Committed=20on=20?= =?UTF-8?q?the=20Free=20edition=20of=20March=20Hare=20Software=20CVSNT=20S?= =?UTF-8?q?erver.=20Upgrade=20to=20CVS=20Suite=20for=20more=20features=20a?= =?UTF-8?q?nd=20support:=20http://march-hare.com/cvsnt/?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit git-svn-id: http://moon:8086/svn/vhdl/trunk@995 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/JBUS/src/busmaster_sync.vhd | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/lib/JBUS/src/busmaster_sync.vhd b/lib/JBUS/src/busmaster_sync.vhd index 692f636..406e1d3 100644 --- a/lib/JBUS/src/busmaster_sync.vhd +++ b/lib/JBUS/src/busmaster_sync.vhd @@ -1,5 +1,5 @@ ----------------------------------------------------------------------- --- $Header: /tmp/cvsroot/VHDL/lib/JBUS/src/busmaster_sync.vhd,v 1.5 2013-07-21 09:21:17 jens Exp $ +-- $Header: /tmp/cvsroot/VHDL/lib/JBUS/src/busmaster_sync.vhd,v 1.6 2013-08-03 19:31:19 jens Exp $ ----------------------------------------------------------------------- library IEEE; use IEEE.STD_LOGIC_1164.ALL; @@ -141,7 +141,7 @@ proc_cycle_busy: if cmd_we = '1' then cycle_busy <= '1'; end if; - elsif read_cnt = 0 and cmd_fifo_empty = '1' then + elsif read_cnt = 0 and cmd_fifo_empty = '1' and write_fifo_empty = '1' then cycle_busy <= '0'; end if; end if;