- 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:
@@ -66,7 +66,7 @@ begin
|
|||||||
elsif out_en = '0' then
|
elsif out_en = '0' then
|
||||||
out_en <= pre_fin and din_en;
|
out_en <= pre_fin and din_en;
|
||||||
elsif out_vld = '1' then
|
elsif out_vld = '1' then
|
||||||
out_en <= din_vld;
|
out_en <= din_en;
|
||||||
end if;
|
end if;
|
||||||
end if;
|
end if;
|
||||||
end process;
|
end process;
|
||||||
|
|||||||
Reference in New Issue
Block a user