summaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Ettus <matt@ettus.com>2009-09-30 18:37:47 -0700
committerMatt Ettus <matt@ettus.com>2009-09-30 18:37:47 -0700
commit50b1decab6903ec2053995ebc696f7ade37f9537 (patch)
tree92790bf69a3a6323d6fc37000ab4b767b9f49671
parent1b613dc7c995029b88391ffff768672d30149a1e (diff)
downloaduhd-50b1decab6903ec2053995ebc696f7ade37f9537.tar.gz
uhd-50b1decab6903ec2053995ebc696f7ade37f9537.tar.bz2
uhd-50b1decab6903ec2053995ebc696f7ade37f9537.zip
no idea where this came from, it shouldn't be here
-rwxr-xr-xtop/u2_core/u2_core.v2
1 files changed, 1 insertions, 1 deletions
diff --git a/top/u2_core/u2_core.v b/top/u2_core/u2_core.v
index 456800521..363f7340e 100755
--- a/top/u2_core/u2_core.v
+++ b/top/u2_core/u2_core.v
@@ -510,7 +510,7 @@ module u2_core
(.clk_i(wb_clk),.rst_i(wb_rst),
.adr_i(s11_adr[5:0]),.sel_i(s11_sel),.dat_i(s11_dat_o),.dat_o(s11_dat_i),
.we_i(s11_we),.stb_i(s11_stb),.cyc_i(s11_cyc),.ack_o(s11_ack),
- .run_rx(run_rx_d1),.run_tx(run_tx),.master_time(), .ctrl_lines(atr_lines) );
+ .run_rx(run_rx_d1),.run_tx(run_tx), .ctrl_lines(atr_lines) );
assign s11_err = 0;
assign s11_rty = 0;