Skip to content

Instantly share code, notes, and snippets.

@sbourdeauducq
Created January 19, 2018 09:16
Show Gist options
  • Save sbourdeauducq/10e621298554e7d4368627f01d6a1a30 to your computer and use it in GitHub Desktop.
Save sbourdeauducq/10e621298554e7d4368627f01d6a1a30 to your computer and use it in GitHub Desktop.
open_checkpoint top_route.dcp
set_property BITSTREAM.GENERAL.COMPRESS True [current_design]
set_property CLKOUT3_PHASE 0.0 [get_cells crg_main_mmcm]
write_bitstream top_0000.bit
set_property CLKOUT3_PHASE 22.5 [get_cells crg_main_mmcm]
write_bitstream top_0225.bit
set_property CLKOUT3_PHASE 45.0 [get_cells crg_main_mmcm]
write_bitstream top_0450.bit
set_property CLKOUT3_PHASE 67.5 [get_cells crg_main_mmcm]
write_bitstream top_0675.bit
set_property CLKOUT3_PHASE 90.0 [get_cells crg_main_mmcm]
write_bitstream top_0900.bit
set_property CLKOUT3_PHASE 112.5 [get_cells crg_main_mmcm]
write_bitstream top_1125.bit
set_property CLKOUT3_PHASE 135.0 [get_cells crg_main_mmcm]
write_bitstream top_1350.bit
set_property CLKOUT3_PHASE 157.5 [get_cells crg_main_mmcm]
write_bitstream top_1575.bit
quit
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment