commit-gnuradio
[Top][All Lists]
Advanced

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

[Commit-gnuradio] r6177 - gnuradio/branches/developers/matt/u2f/top/u2_s


From: matt
Subject: [Commit-gnuradio] r6177 - gnuradio/branches/developers/matt/u2f/top/u2_sim
Date: Sun, 26 Aug 2007 16:58:29 -0600 (MDT)

Author: matt
Date: 2007-08-26 16:58:29 -0600 (Sun, 26 Aug 2007)
New Revision: 6177

Modified:
   gnuradio/branches/developers/matt/u2f/top/u2_sim/cmdfile
   gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v
Log:
now compiles with ethernet


Modified: gnuradio/branches/developers/matt/u2f/top/u2_sim/cmdfile
===================================================================
--- gnuradio/branches/developers/matt/u2f/top/u2_sim/cmdfile    2007-08-26 
22:56:44 UTC (rev 6176)
+++ gnuradio/branches/developers/matt/u2f/top/u2_sim/cmdfile    2007-08-26 
22:58:29 UTC (rev 6177)
@@ -18,7 +18,7 @@
 -y ../../opencores/simple_gpio/rtl
 
 # Ethernet
--I ../../eth/rtl/verilog
++incdir+../../eth/rtl/verilog
 -y ../../eth/rtl/verilog
 -y ../../eth/rtl/verilog/MAC_tx
 -y ../../eth/rtl/verilog/MAC_rx
@@ -26,6 +26,8 @@
 -y ../../eth/rtl/verilog/TECH
 -y ../../eth/rtl/verilog/TECH/xilinx
 -y ../../eth/rtl/verilog/RMON
+-y ../../eth
+-y ../../eth/bench/verilog
 
 # Ethernet Models
 -y ../../eth/bench/verilog

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-08-26 22:56:44 UTC (rev 6176)
+++ gnuradio/branches/developers/matt/u2f/top/u2_sim/u2_sim_top.v       
2007-08-26 22:58:29 UTC (rev 6177)
@@ -162,6 +162,8 @@
      (.clk(dsp_clk),
       
.adc_a(adc_a),.adc_ovf_a(adc_ovf_a),.adc_oen_a(adc_oen_a),.adc_pdn_a(adc_pdn_a),
       
.adc_b(adc_b),.adc_ovf_b(adc_ovf_b),.adc_oen_b(adc_oen_b),.adc_pdn_b(adc_pdn_b));
+
+   xlnx_glbl glbl (.GSR(),.GTS());
    
    u2_basic u2_basic(.dsp_clk          (dsp_clk),
                     .wb_clk            (wb_clk),





reply via email to

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