diff options
author | Ashish Chaudhari <ashish@ettus.com> | 2014-08-19 12:05:46 -0700 |
---|---|---|
committer | Ashish Chaudhari <ashish@ettus.com> | 2014-08-19 12:05:46 -0700 |
commit | 3347e831f002da769632dfe0c70ea17c2d749a8a (patch) | |
tree | 2f0709264061d440cf24c8060478f0344e41c1a1 /fpga/usrp3/top/x300/Makefile.x300.inc | |
parent | a38fee789d66b87b9e25edcfcf47247fe11f8371 (diff) | |
download | uhd-3347e831f002da769632dfe0c70ea17c2d749a8a.tar.gz uhd-3347e831f002da769632dfe0c70ea17c2d749a8a.tar.bz2 uhd-3347e831f002da769632dfe0c70ea17c2d749a8a.zip |
fpga: Added FPGA code for X300 MIMO alignment bugfix
Diffstat (limited to 'fpga/usrp3/top/x300/Makefile.x300.inc')
-rw-r--r-- | fpga/usrp3/top/x300/Makefile.x300.inc | 7 |
1 files changed, 4 insertions, 3 deletions
diff --git a/fpga/usrp3/top/x300/Makefile.x300.inc b/fpga/usrp3/top/x300/Makefile.x300.inc index 1395b5f00..6e13e4fed 100644 --- a/fpga/usrp3/top/x300/Makefile.x300.inc +++ b/fpga/usrp3/top/x300/Makefile.x300.inc @@ -49,7 +49,7 @@ synthesis_tool "XST (VHDL/Verilog)" \ simulator "ISim (VHDL/Verilog)" \ "Preferred Language" "Verilog" \ "Enable Message Filtering" FALSE \ -"Display Incremental Messages" FALSE +"Display Incremental Messages" FALSE ################################################## # Sources @@ -142,7 +142,8 @@ MAP_PROPERTIES = \ "Map Effort Level" High \ "Extra Effort" Normal \ "Perform Timing-Driven Packing and Placement" TRUE \ -"Enable Multi-Threading 2" +"Enable Multi-Threading 2" \ +"Starting Placer Cost Table (1-100)" $$(( $$RANDOM % 100 + 1 )) #"Map to Input Functions" 4 \ PLACE_ROUTE_PROPERTIES = \ @@ -160,6 +161,6 @@ GEN_PROG_FILE_PROPERTIES = \ "Done (Output Events)" 5 \ "Enable Bitstream Compression" FALSE \ "Enable Outputs (Output Events)" 6 \ -"Wait for DCI Match (Output Events)" NoWait +"Wait for DCI Match (Output Events)" NoWait SIM_MODEL_PROPERTIES = "" |