Author: matt
Date: 2007-05-17 21:48:29 -0600 (Thu, 17 May 2007)
New Revision: 5492

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/buffer_2k.v
Log:
compile fixes


Modified: gnuradio/branches/developers/matt/u2f/control_lib/buffer_2k.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/buffer_2k.v       
2007-05-18 02:43:28 UTC (rev 5491)
+++ gnuradio/branches/developers/matt/u2f/control_lib/buffer_2k.v       
2007-05-18 03:48:29 UTC (rev 5492)
@@ -6,17 +6,16 @@
    input wea,
    input [8:0] addra,
    input [31:0] dia,
-   output [31:0] doa,
+   output reg [31:0] doa,
 
    input clkb,
    input enb,
    input web,
    input [8:0] addrb,
    input [31:0] dib,
-   output [31:0] dob);
+   output reg [31:0] dob);
    
    reg [31:0]   ram [511:0];
-   reg [31:0]   doa,dob;
 
    always @(posedge clka) begin
       if (ena)



_______________________________________________
Commit-gnuradio mailing list
[email protected]
http://lists.gnu.org/mailman/listinfo/commit-gnuradio

Reply via email to