diff options
author | Matt Ettus <matt@ettus.com> | 2010-01-05 15:05:31 -0800 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-01-05 15:05:31 -0800 |
commit | 0512ccc18c3595b0c71b2670fc9de598027eba53 (patch) | |
tree | c8fffc37f9b6468d10e785a6d34b5e0b6c5d2b7c /udp | |
parent | aa6ba027fccdeb3c070b11d06f3e45094b283467 (diff) | |
download | uhd-0512ccc18c3595b0c71b2670fc9de598027eba53.tar.gz uhd-0512ccc18c3595b0c71b2670fc9de598027eba53.tar.bz2 uhd-0512ccc18c3595b0c71b2670fc9de598027eba53.zip |
place udp core in the memory space
Diffstat (limited to 'udp')
-rw-r--r-- | udp/udp_wrapper.v | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/udp/udp_wrapper.v b/udp/udp_wrapper.v index 490e392c5..2d516ac77 100644 --- a/udp/udp_wrapper.v +++ b/udp/udp_wrapper.v @@ -46,7 +46,7 @@ module udp_wrapper wire [35:0] rx_int3_data; `ifdef USE_PROT_ENG - prot_eng_rx #(.BASE(BASE)) prot_eng_rx + prot_eng_rx #(.BASE(BASE+32)) prot_eng_rx (.clk(clk), .reset(reset), .clear(clear), .datain(rx_f19_data), .src_rdy_i(rx_f19_src_rdy_i), .dst_rdy_o(rx_f19_dst_rdy_o), .dataout(rx_int1_data), .src_rdy_o(rx_int1_src_rdy), .dst_rdy_i(rx_int1_dst_rdy) ); |