From 24b07e1b0dbe8ab9d72c46f65c14c34e84347554 Mon Sep 17 00:00:00 2001 From: Josh Blum Date: Wed, 14 Sep 2011 21:54:08 -0400 Subject: usrp1: copy regs files into common and fix include paths --- usrp1/sdr_lib/rx_buffer.v | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) (limited to 'usrp1/sdr_lib/rx_buffer.v') diff --git a/usrp1/sdr_lib/rx_buffer.v b/usrp1/sdr_lib/rx_buffer.v index d17294b98..5541d2912 100644 --- a/usrp1/sdr_lib/rx_buffer.v +++ b/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 -- cgit v1.2.3