diff options
author | Josh Blum <josh@joshknows.com> | 2012-03-12 20:45:48 -0700 |
---|---|---|
committer | Josh Blum <josh@joshknows.com> | 2012-03-12 20:45:48 -0700 |
commit | 4d21f75d9fd39a2750500ff16db0a9c66b6ea5ba (patch) | |
tree | 9a7a2cdc0d09e4e2b7fb3cad550e80e9753466d0 /fpga/usrp2/top/tcl | |
parent | 6ba4e81655bc83a5537d684b2b9bcbb4844bfc7b (diff) | |
parent | 7a95ea36f86c512fbbaf34c99e1ba5c3a0237f54 (diff) | |
download | uhd-4d21f75d9fd39a2750500ff16db0a9c66b6ea5ba.tar.gz uhd-4d21f75d9fd39a2750500ff16db0a9c66b6ea5ba.tar.bz2 uhd-4d21f75d9fd39a2750500ff16db0a9c66b6ea5ba.zip |
Merge branch 'fpga_master'
Diffstat (limited to 'fpga/usrp2/top/tcl')
-rw-r--r-- | fpga/usrp2/top/tcl/ise_helper.tcl | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/fpga/usrp2/top/tcl/ise_helper.tcl b/fpga/usrp2/top/tcl/ise_helper.tcl index f11596f8b..c5ceded1b 100644 --- a/fpga/usrp2/top/tcl/ise_helper.tcl +++ b/fpga/usrp2/top/tcl/ise_helper.tcl @@ -59,6 +59,14 @@ if [file isfile $env(ISE_FILE)] { } ################################################## + # Add the custom sources + ################################################## + foreach source $env(CUSTOM_SRCS) { + puts ">>> Adding custom source to project: $source" + xfile add $source -include_global + } + + ################################################## # Set the top level module ################################################## project set top $env(TOP_MODULE) |