diff options
author | Matt Ettus <matt@ettus.com> | 2010-04-26 16:16:25 -0700 |
---|---|---|
committer | Matt Ettus <matt@ettus.com> | 2010-04-26 16:16:25 -0700 |
commit | c1db109e05034e7bb1e813b8d6c965cf01619aa8 (patch) | |
tree | 56c9dfe1d059b26db25844f2b2358d45b5d749b1 /usrp2/top/u2_rev3/Makefile | |
parent | 16818dc98e97b69a028c47e66ebfb16e32565533 (diff) | |
parent | de21671b8dab89d6aaa3b6bbb99a4dc0d306121f (diff) | |
download | uhd-c1db109e05034e7bb1e813b8d6c965cf01619aa8.tar.gz uhd-c1db109e05034e7bb1e813b8d6c965cf01619aa8.tar.bz2 uhd-c1db109e05034e7bb1e813b8d6c965cf01619aa8.zip |
Merge branch 'corgan_fixes' into udp_corgan
Diffstat (limited to 'usrp2/top/u2_rev3/Makefile')
-rw-r--r-- | usrp2/top/u2_rev3/Makefile | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/usrp2/top/u2_rev3/Makefile b/usrp2/top/u2_rev3/Makefile index 1fd8638d9..867fb5cab 100644 --- a/usrp2/top/u2_rev3/Makefile +++ b/usrp2/top/u2_rev3/Makefile @@ -199,7 +199,7 @@ top/u2_rev3/u2_rev3.v # Process Properties ################################################## export SYNTHESIZE_PROPERTIES := \ -"Number of Clock Buffers" 6 \ +"Number of Clock Buffers" 8 \ "Pack I/O Registers into IOBs" Yes \ "Optimization Effort" High \ "Optimize Instantiated Primitives" TRUE \ |