commit-gnuradio
[Top][All Lists]
Advanced

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

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


From: matt
Subject: [Commit-gnuradio] r6063 - gnuradio/branches/developers/matt/u2f/control_lib
Date: Tue, 24 Jul 2007 17:25:32 -0600 (MDT)

Author: matt
Date: 2007-07-24 17:25:32 -0600 (Tue, 24 Jul 2007)
New Revision: 6063

Modified:
   gnuradio/branches/developers/matt/u2f/control_lib/serdes_tb.v
Log:
make it reset the buffers after use


Modified: gnuradio/branches/developers/matt/u2f/control_lib/serdes_tb.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/control_lib/serdes_tb.v       
2007-07-24 22:13:27 UTC (rev 6062)
+++ gnuradio/branches/developers/matt/u2f/control_lib/serdes_tb.v       
2007-07-24 23:25:32 UTC (rev 6063)
@@ -149,11 +149,17 @@
       even <= 1;
       @(posedge clk);
       @(posedge clk);
+      rx_ctrl_word <= {4'b0,3'b0,1'b1,1'b0,1'b0,4'b1,9'd300,9'd120}; 
+      rx_go <= 1;
+      @(posedge clk);
       rx_ctrl_word <= {4'b0,3'b0,1'b0,1'b1,1'b0,4'b1,9'd300,9'd120};
       rx_go <= 1;
       @(posedge clk);
       rx_go <= 0;
       @(posedge clk);
+      tx_ctrl_word <= {4'b1,3'b0,1'b1,1'b0,1'b0,4'b1,9'd400,9'd300};
+      tx_go <= 1;
+      @(posedge clk);
       tx_ctrl_word <= {4'b1,3'b0,1'b0,1'b0,1'b1,4'b1,9'd400,9'd300};
       tx_go <= 1;
       @(posedge clk);





reply via email to

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