[xiph-commits] r13243 - trunk/theora-fpga/reconrefframes

piga at svn.xiph.org piga at svn.xiph.org
Tue Jul 10 15:36:21 PDT 2007


Author: piga
Date: 2007-07-10 15:36:21 -0700 (Tue, 10 Jul 2007)
New Revision: 13243

Modified:
   trunk/theora-fpga/reconrefframes/reconframes.vhd
Log:
Latch free

Modified: trunk/theora-fpga/reconrefframes/reconframes.vhd
===================================================================
--- trunk/theora-fpga/reconrefframes/reconframes.vhd	2007-07-10 18:49:18 UTC (rev 13242)
+++ trunk/theora-fpga/reconrefframes/reconframes.vhd	2007-07-10 22:36:21 UTC (rev 13243)
@@ -1,3 +1,4 @@
+
 library std;
 library ieee;
 library work;
@@ -128,7 +129,7 @@
       out_sem_addr      => in_eb_DtBuf_addr,
       out_sem_data      => in_eb_DtBuf_data,
 
-      in_newframe       => s_out_done,
+      in_newframe       => s_out_done,  -- Avoid latch
       out_done          => eb_done
     );
 



More information about the commits mailing list