From 11a46a6ef8c69a5c6f8efaeb87e8d813ed7866a0 Mon Sep 17 00:00:00 2001 From: Jens Ahrensfeld Date: Thu, 8 Apr 2010 19:04:50 +0000 Subject: [PATCH] - never ending SIPO story Committed on the Free edition of March Hare Software CVSNT Server. Upgrade to CVS Suite for more features and support: http://march-hare.com/cvsnt/ git-svn-id: http://moon:8086/svn/vhdl/trunk@887 cc03376c-175c-47c8-b038-4cd826a8556b --- lib/emac/src/sipo.vhd | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/lib/emac/src/sipo.vhd b/lib/emac/src/sipo.vhd index 044b91a..03c1005 100644 --- a/lib/emac/src/sipo.vhd +++ b/lib/emac/src/sipo.vhd @@ -104,7 +104,7 @@ end process; process(clk) begin if rising_edge(clk) then - if (din_en and din_vld) = '1' or abort = '1' then + if din_vld = '1' or abort = '1' then if (msb_first) then shift_pipe <= shift_pipe(shift_pipe'left-data_width_in downto 0) & din; else