- minor fix

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@839 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
2010-03-28 17:05:54 +00:00
parent 2ca53be113
commit b2230a8afb
+1 -1
View File
@@ -66,7 +66,7 @@ begin
elsif out_en = '0' then
out_en <= pre_fin and din_en;
elsif out_vld = '1' then
out_en <= din_vld;
out_en <= din_en;
end if;
end if;
end process;