summaryrefslogtreecommitdiffstats
path: root/fpga/usrp1/sdr_lib
diff options
context:
space:
mode:
authorJosh Blum <josh@joshknows.com>2011-09-28 13:27:33 -0700
committerJosh Blum <josh@joshknows.com>2011-09-28 13:27:33 -0700
commit4226748ddda610eafaf5c6c32be206c336232b80 (patch)
tree93795f42993ba85ffe4b1d4b539bc72eccd638d5 /fpga/usrp1/sdr_lib
parentc2122833e25ffe6e8e6918874afe7a3c9a92bc87 (diff)
parent24b07e1b0dbe8ab9d72c46f65c14c34e84347554 (diff)
downloaduhd-4226748ddda610eafaf5c6c32be206c336232b80.tar.gz
uhd-4226748ddda610eafaf5c6c32be206c336232b80.tar.bz2
uhd-4226748ddda610eafaf5c6c32be206c336232b80.zip
Merge branch 'fpga_master' into uhd_master
Conflicts: fpga/usrp1/toplevel/usrp_std/usrp_std.v
Diffstat (limited to 'fpga/usrp1/sdr_lib')
-rw-r--r--fpga/usrp1/sdr_lib/adc_interface.v4
-rw-r--r--fpga/usrp1/sdr_lib/io_pins.v4
-rw-r--r--fpga/usrp1/sdr_lib/master_control_multi.v4
-rw-r--r--fpga/usrp1/sdr_lib/rx_buffer.v4
4 files changed, 8 insertions, 8 deletions
diff --git a/fpga/usrp1/sdr_lib/adc_interface.v b/fpga/usrp1/sdr_lib/adc_interface.v
index f18ffc104..cb78f332a 100644
--- a/fpga/usrp1/sdr_lib/adc_interface.v
+++ b/fpga/usrp1/sdr_lib/adc_interface.v
@@ -1,7 +1,7 @@
-`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 adc_interface
(input clock, input reset, input enable,
diff --git a/fpga/usrp1/sdr_lib/io_pins.v b/fpga/usrp1/sdr_lib/io_pins.v
index ad1b7b4a8..b8bf59555 100644
--- a/fpga/usrp1/sdr_lib/io_pins.v
+++ b/fpga/usrp1/sdr_lib/io_pins.v
@@ -19,8 +19,8 @@
// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
-`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 io_pins
( inout wire [15:0] io_0, inout wire [15:0] io_1, inout wire [15:0] io_2, inout wire [15:0] io_3,
diff --git a/fpga/usrp1/sdr_lib/master_control_multi.v b/fpga/usrp1/sdr_lib/master_control_multi.v
index cab96a79f..eee8ebfa3 100644
--- a/fpga/usrp1/sdr_lib/master_control_multi.v
+++ b/fpga/usrp1/sdr_lib/master_control_multi.v
@@ -19,8 +19,8 @@
// Foundation, Inc., 51 Franklin Street, Boston, MA 02110-1301 USA
//
`include "config.vh"
-`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"
// Clock, enable, and reset controls for whole system
// Modified version to enable multi_usrp synchronisation
diff --git a/fpga/usrp1/sdr_lib/rx_buffer.v b/fpga/usrp1/sdr_lib/rx_buffer.v
index d17294b98..5541d2912 100644
--- a/fpga/usrp1/sdr_lib/rx_buffer.v
+++ b/fpga/usrp1/sdr_lib/rx_buffer.v
@@ -22,8 +22,8 @@
// Interface to Cypress FX2 bus
// A packet is 512 Bytes, the fifo has 4096 lines of 18 bits each
-`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
( // Read/USB side