- fixed retrigger issue
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@831 cc03376c-175c-47c8-b038-4cd826a8556b
This commit is contained in:
@@ -67,7 +67,7 @@ begin
|
||||
if rising_edge(clk) then
|
||||
if rst = '1' then
|
||||
din_vld_reg <= '0';
|
||||
elsif pre_fin = '1' and dout_en = '1' then
|
||||
elsif (pre_fin = '1' and dout_en = '1') or din_vld_reg = '0' then
|
||||
din_vld_reg <= din_vld;
|
||||
end if;
|
||||
end if;
|
||||
|
||||
Reference in New Issue
Block a user