diff options
author | Matt Ettus <matt@ettus.com> | 2010-01-14 18:13:35 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-01-14 18:13:35 -0800 |
commit | 9d14a30133c8aa8ddd13236426c0065e07a3189e (patch) | |
tree | e56720dbe4d194e8b4951779d4b573e8f185f907 /simple_gemac | |
parent | 47a8226e5ecde174871964e4aec7a46a2dd5a31d (diff) | |
download | uhd-9d14a30133c8aa8ddd13236426c0065e07a3189e.tar.gz uhd-9d14a30133c8aa8ddd13236426c0065e07a3189e.tar.bz2 uhd-9d14a30133c8aa8ddd13236426c0065e07a3189e.zip |
try proper reset
Diffstat (limited to 'simple_gemac')
-rw-r--r-- | simple_gemac/simple_gemac_wrapper19.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/simple_gemac/simple_gemac_wrapper19.v b/simple_gemac/simple_gemac_wrapper19.v index b9d33cc72..e13fd29ad 100644 --- a/simple_gemac/simple_gemac_wrapper19.v +++ b/simple_gemac/simple_gemac_wrapper19.v @@ -119,7 +119,7 @@ module simple_gemac_wrapper19 (.wclk(sys_clk), .datain(tx_f19_data), .src_rdy_i(tx_f19_src_rdy), .dst_rdy_o(tx_f19_dst_rdy), .space(), .rclk(tx_clk), .dataout(tx_f19_data_int1), - .src_rdy_o(tx_f19_src_rdy_int1), .dst_rdy_i(tx_f19_dst_rdy_int1), .occupied(), .arst(reset)); + .src_rdy_o(tx_f19_src_rdy_int1), .dst_rdy_i(tx_f19_dst_rdy_int1), .occupied(), .arst(rx_reset)); fifo19_to_ll8 fifo19_to_ll8 (.clk(tx_clk), .reset(tx_reset), .clear(clear), |