commit-gnuradio
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[Commit-gnuradio] r10290 - gnuradio/trunk/usrp2/fpga/opencores/aemb/rtl/


From: matt
Subject: [Commit-gnuradio] r10290 - gnuradio/trunk/usrp2/fpga/opencores/aemb/rtl/verilog
Date: Thu, 22 Jan 2009 11:23:45 -0700 (MST)

Author: matt
Date: 2009-01-22 11:23:45 -0700 (Thu, 22 Jan 2009)
New Revision: 10290

Modified:
   gnuradio/trunk/usrp2/fpga/opencores/aemb/rtl/verilog/aeMB_ibuf.v
Log:
trial fix for problem when 3 loads with 1 wait state are followed by a barrel 
shift or multiply.  Shawn will let us know if this works.


Modified: gnuradio/trunk/usrp2/fpga/opencores/aemb/rtl/verilog/aeMB_ibuf.v
===================================================================
--- gnuradio/trunk/usrp2/fpga/opencores/aemb/rtl/verilog/aeMB_ibuf.v    
2009-01-22 18:22:11 UTC (rev 10289)
+++ gnuradio/trunk/usrp2/fpga/opencores/aemb/rtl/verilog/aeMB_ibuf.v    
2009-01-22 18:23:45 UTC (rev 10290)
@@ -149,7 +149,7 @@
        rSTALL <= 1'h0;
        // End of automatics
      end else begin
-       rSTALL <= #1 (!rSTALL & (fMUL | fBSF)) | (oena & rSTALL);       
+       rSTALL <= #1 (gena & !rSTALL & (fMUL | fBSF)) | (oena & rSTALL);        
      end
    
 endmodule // aeMB_ibuf
@@ -189,4 +189,4 @@
  New EDK 3.2 compatible design with optional barrel-shifter and multiplier.
  Fixed various minor data hazard bugs.
  Code compatible with -O0/1/2/3/s generated code.
-*/
\ No newline at end of file
+*/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]