diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-28 15:35:36 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-28 15:35:36 -0700 |
commit | 9d00821b51301412071944315e9d1555482b7e39 (patch) | |
tree | 84f6a170269e1f7a7ed9c583a3f9701cee54c960 /fpga/usrp1/inband_lib | |
parent | df4b43bfcde201c1311eac98c95e8b87c7566320 (diff) | |
parent | de25eecffe11a13717a1477ca385c9cd333de6f3 (diff) | |
download | uhd-9d00821b51301412071944315e9d1555482b7e39.tar.gz uhd-9d00821b51301412071944315e9d1555482b7e39.tar.bz2 uhd-9d00821b51301412071944315e9d1555482b7e39.zip |
Merge branch 'uhd_master'
Diffstat (limited to 'fpga/usrp1/inband_lib')
-rwxr-xr-x | fpga/usrp1/inband_lib/rx_buffer_inband.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga/usrp1/inband_lib/rx_buffer_inband.v b/fpga/usrp1/inband_lib/rx_buffer_inband.v index cbd2d8958..40c7ec7bd 100755 --- a/fpga/usrp1/inband_lib/rx_buffer_inband.v +++ b/fpga/usrp1/inband_lib/rx_buffer_inband.v @@ -1,5 +1,5 @@ -//`include "../../firmware/include/fpga_regs_common.v"
-//`include "../../firmware/include/fpga_regs_standard.v"
+//`include "../common/fpga_regs_common.v"
+//`include "../common/fpga_regs_standard.v"
module rx_buffer_inband
( input usbclk,
input bus_reset,
|