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/toplevel/usrp_std | |
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/toplevel/usrp_std')
-rw-r--r-- | fpga/usrp1/toplevel/usrp_std/usrp_std.v | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/fpga/usrp1/toplevel/usrp_std/usrp_std.v b/fpga/usrp1/toplevel/usrp_std/usrp_std.v index 83a89cb81..b2eaceb25 100644 --- a/fpga/usrp1/toplevel/usrp_std/usrp_std.v +++ b/fpga/usrp1/toplevel/usrp_std/usrp_std.v @@ -28,8 +28,8 @@ // Uncomment the following to include optional circuitry `include "config.vh" -`include "../../../../firmware/fx2/common/fpga_regs_common.v" -`include "../../../../firmware/fx2/common/fpga_regs_standard.v" +`include "../../common/fpga_regs_common.v" +`include "../../common/fpga_regs_standard.v" module usrp_std (output MYSTERY_SIGNAL, |