commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r5492 - gnuradio/branches/developers/matt/u2f/control_


From: matt
Subject: [Commit-gnuradio] r5492 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Thu, 17 May 2007 21:48:30 -0600 (MDT)

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)





reply via email to

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