diff options
author | Josh Blum <josh@joshknows.com> | 2011-09-14 21:54:08 -0400 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2011-09-28 13:19:35 -0700 |
commit | 24b07e1b0dbe8ab9d72c46f65c14c34e84347554 (patch) | |
tree | 4c8e99d2ed6f79a63b8a7969dea8a1377ed99942 /usrp1/inband_lib | |
parent | a08af5a91e45fcb721d9aca54cdc05673e8d63e2 (diff) | |
download | uhd-24b07e1b0dbe8ab9d72c46f65c14c34e84347554.tar.gz uhd-24b07e1b0dbe8ab9d72c46f65c14c34e84347554.tar.bz2 uhd-24b07e1b0dbe8ab9d72c46f65c14c34e84347554.zip |
usrp1: copy regs files into common and fix include paths
Diffstat (limited to 'usrp1/inband_lib')
-rwxr-xr-x | usrp1/inband_lib/rx_buffer_inband.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/usrp1/inband_lib/rx_buffer_inband.v b/usrp1/inband_lib/rx_buffer_inband.v index cbd2d8958..40c7ec7bd 100755 --- a/usrp1/inband_lib/rx_buffer_inband.v +++ b/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,
|