http://www.wiki.xilinx.com/Zynq-7000+AP+SoC+Boot+-+Multiboot+Tech+Tip
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| synth_design -mode out_of_context | |
| #For more info, refer to UG901. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # This command is supported in Vivado. | |
| cd [get_property DIRECTORY [current_project ]] | |
| # Set it in "Customize Commands" can help to improve productivity. |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # From UG908 | |
| # Add the following command to xdc can make it take effect | |
| set_property BITSTREAM.GENERAL.COMPRESS True [current_design] |
NewerOlder