Author: matt
Date: 2007-05-16 21:38:33 -0600 (Wed, 16 May 2007)
New Revision: 5484

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v
Log:
with printf thing


Modified: gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v       
2007-05-16 23:03:31 UTC (rev 5483)
+++ gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v       
2007-05-17 03:38:33 UTC (rev 5484)
@@ -231,6 +231,12 @@
                     .sen_rx_dac        (sen_rx_dac),
                     .io_tx             (io_tx[15:0]),
                     .io_rx             (io_rx[15:0]));
+
+   // Experimental printf-like function
+   always @(posedge wb_clk)
+     if((u2_basic.m0_we == 1'd1)&&(u2_basic.m0_adr == 16'hE000))
+       $display("Hello %x",u2_basic.m0_dat_o);
+
 endmodule // u2_sim_top
 
 // Local Variables:



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

Reply via email to