From 2c70f2bdd17708321d0ce2010f8471900ca4349a Mon Sep 17 00:00:00 2001 From: Nick Foster Date: Fri, 20 Aug 2010 15:29:53 -0700 Subject: Added 12mA current spec to eth phy LED pin. Changed debug pins to debug ICAP instead of VITA -- which makes it actually meet timing, too. Bonus. --- usrp2/top/u2plus/u2plus.ucf | 2 +- usrp2/top/u2plus/u2plus_core.v | 3 ++- 2 files changed, 3 insertions(+), 2 deletions(-) (limited to 'usrp2/top/u2plus') diff --git a/usrp2/top/u2plus/u2plus.ucf b/usrp2/top/u2plus/u2plus.ucf index 00838e19d..aee9e57bf 100755 --- a/usrp2/top/u2plus/u2plus.ucf +++ b/usrp2/top/u2plus/u2plus.ucf @@ -250,7 +250,7 @@ NET "PHY_INTn" LOC = "L22" ; NET "MDIO" LOC = "K21" ; NET "MDC" LOC = "J23" ; NET "PHY_RESETn" LOC = "J22" ; -NET "ETH_LED" LOC = "H20" ; +NET "ETH_LED" LOC = "H20" |IOSTANDARD = LVCMOS25 |DRIVE = 12 |SLEW = FAST ; ## MIMO Interface NET "exp_time_out_p" LOC = "Y14" ; diff --git a/usrp2/top/u2plus/u2plus_core.v b/usrp2/top/u2plus/u2plus_core.v index 1db7e5b79..ee9d206d8 100644 --- a/usrp2/top/u2plus/u2plus_core.v +++ b/usrp2/top/u2plus/u2plus_core.v @@ -815,7 +815,8 @@ defparam bootram.RAM2.INIT_23=256'h00000000_00000000_00000000_00000000_00000000_ // Debug Pins assign debug_clk = {dsp_clk, wb_clk}; - assign debug = debug_vt; +// assign debug = debug_vt; + assign debug = {wb_clk, wb_rst, sd_cyc, sd_stb, sd_we, sd_ack, sd_dat_o[7:0], sd_dat_i[7:0], 10'd0}; assign debug_gpio_0 = 32'd0; assign debug_gpio_1 = 32'd0; -- cgit v1.2.3