recreate.tcl 38 KB

123456789101112131415161718192021222324252627282930313233343536373839404142434445464748495051525354555657585960616263646566676869707172737475767778798081828384858687888990919293949596979899100101102103104105106107108109110111112113114115116117118119120121122123124125126127128129130131132133134135136137138139140141142143144145146147148149150151152153154155156157158159160161162163164165166167168169170171172173174175176177178179180181182183184185186187188189190191192193194195196197198199200201202203204205206207208209210211212213214215216217218219220221222223224225226227228229230231232233234235236237238239240241242243244245246247248249250251252253254255256257258259260261262263264265266267268269270271272273274275276277278279280281282283284285286287288289290291292293294295296297298299300301302303304305306307308309310311312313314315316317318319320321322323324325326327328329330331332333334335336337338339340341342343344345346347348349350351352353354355356357358359360361362363364365366367368369370371372373374375376377378379380381382383384385386387388389390391392393394395396397398399400401402403404405406407408409410411412413414415416417418419420421422423424425426427428429430431432433434435436437438439440441442443444445446447448449450451452453454455456457458459460461462463464465466467468469470471472473474475476477478479480481482483484485486487488489490491492493494495496497498499500501502503504505506507508509510511512513514515516517518519520521522523524525526527528529530531532533534535536537538539540541542543544545546547548549550551552553554555556557558559560561562563564565566567568569570571572573574575576577578579580581582583584585586587588589590591592593594595596597598599600601602603604605606607608609610611612613614615616617618619620621622623624625626627628629630631632633634635636637638639640641642643644645646647648649650651652653654655656657658659660661662663664665666667668669670671672673674675676677678679680681682683684685686687688689690691692693694695696697698699700701702703704705706707708709710711712713714715716717718719720721722723724725726727728729730731732733734735736737738739740741742743744745746747748749750751752753754755756757758759760761762763764765766767768769770771772773774775776777778779780781782783784785786787788789790791792793794795796797798799800801802803804805806807808809810811812813814815816817818819820821822823824825826827828829830831832833834835836837
  1. #*****************************************************************************************
  2. # Vivado (TM) v2020.2 (64-bit)
  3. #
  4. # recreate.tcl: Tcl script for re-creating project 'S5443_3_PROJ'
  5. #
  6. # Generated by Vivado on Tue Jul 16 10:47:26 +0700 2024
  7. # IP Build 3064653 on Wed Nov 18 14:17:31 MST 2020
  8. #
  9. # This file contains the Vivado Tcl commands for re-creating the project to the state*
  10. # when this script was generated. In order to re-create the project, please source this
  11. # file in the Vivado Tcl Shell.
  12. #
  13. # * Note that the runs in the created project will be configured the same way as the
  14. # original project, however they will not be launched automatically. To regenerate the
  15. # run results please launch the synthesis/implementation runs as needed.
  16. #
  17. #*****************************************************************************************
  18. # NOTE: In order to use this script for source control purposes, please make sure that the
  19. # following files are added to the source control system:-
  20. #
  21. # 1. This project restoration tcl script (recreate.tcl) that was generated.
  22. #
  23. # 2. The following source(s) files that were local or imported into the original project.
  24. # (Please see the '$orig_proj_dir' and '$origin_dir' variable setting below at the start of the script)
  25. #
  26. # "C:/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/MMCM/MMCM.xci"
  27. # "C:/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/DataFifoRx/DataFifoRx.xci"
  28. # "C:/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/DataFifoTx/DataFifoTx.xci"
  29. #
  30. # 3. The following remote source files that were added to the original project:-
  31. #
  32. # "C:/S5443_V3_REPO/sources_1/new/S5443_3Top.v"
  33. # "C:/S5443_V3_REPO/sources_1/new/SpiSubSystem/SpiLinesMuxer.v"
  34. # "C:/S5443_V3_REPO/sources_1/new/CDC/Sync1bit.v"
  35. # "C:/S5443_V3_REPO/sources_1/new/ClkManager/SpiClkMux.v"
  36. # "C:/S5443_V3_REPO/sources_1/new/SpiSubSystem/SpiSubSystem.v"
  37. # "C:/S5443_V3_REPO/sources_1/new/SmcAnsMux/SmcAnsMux.v"
  38. # "C:/S5443_V3_REPO/sources_1/new/SpiR/SPIm.v"
  39. # "C:/S5443_V3_REPO/sources_1/new/InitRst/InitRst.v"
  40. # "C:/S5443_V3_REPO/sources_1/new/SpiR/SPIs.v"
  41. # "C:/S5443_V3_REPO/sources_1/new/DataFifo/TxFifoPtrsync.v"
  42. # "C:/S5443_V3_REPO/sources_1/new/DataFifo/FifoCtrl.v"
  43. # "C:/S5443_V3_REPO/sources_1/new/CDC/Cdc.v"
  44. # "C:/S5443_V3_REPO/sources_1/new/ClkManager/ClkManager.v"
  45. # "C:/S5443_V3_REPO/sources_1/new/QuadSPI/QuadSPIs.v"
  46. # "C:/S5443_V3_REPO/sources_1/new/ClkManager/ClkDivider.v"
  47. # "C:/S5443_V3_REPO/sources_1/new/DataFifo/RxFifoPtrSync.v"
  48. # "C:/S5443_V3_REPO/sources_1/new/QuadSPI/QuadSPIm.v"
  49. # "C:/S5443_V3_REPO/sources_1/new/ClkManager/MmcmClkMux.v"
  50. # "C:/S5443_V3_REPO/sources_1/new/DataFifo/DataFifoWrapper.v"
  51. # "C:/S5443_V3_REPO/sources_1/new/ClkManager/CmdSync.v"
  52. # "C:/S5443_V3_REPO/sources_1/new/RegMap/RegMap.v"
  53. # "C:/S5443_V3_REPO/sources_1/new/SmcInDataMux/SmcInDataMux.v"
  54. # "C:/S5443_V3_REPO/constrs_1/new/S5443_3.xdc"
  55. # "C:/S5443_V3_REPO/sources_1/new/S5443_3_tb.v"
  56. #
  57. #*****************************************************************************************
  58. # Check file required for this script exists
  59. proc checkRequiredFiles { origin_dir} {
  60. set status true
  61. # set files [list \
  62. # "C:/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/MMCM/MMCM.xci" \
  63. # "C:/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/DataFifoRx/DataFifoRx.xci" \
  64. # "C:/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/DataFifoTx/DataFifoTx.xci" \
  65. # ]
  66. foreach ifile $files {
  67. if { ![file isfile $ifile] } {
  68. puts " Could not find local file $ifile "
  69. set status false
  70. }
  71. }
  72. set files [list \
  73. "C:/S5443_V3_REPO/sources_1/new/S5443_3Top.v" \
  74. "C:/S5443_V3_REPO/sources_1/new/SpiSubSystem/SpiLinesMuxer.v" \
  75. "C:/S5443_V3_REPO/sources_1/new/CDC/Sync1bit.v" \
  76. "C:/S5443_V3_REPO/sources_1/new/ClkManager/SpiClkMux.v" \
  77. "C:/S5443_V3_REPO/sources_1/new/SpiSubSystem/SpiSubSystem.v" \
  78. "C:/S5443_V3_REPO/sources_1/new/SmcAnsMux/SmcAnsMux.v" \
  79. "C:/S5443_V3_REPO/sources_1/new/SpiR/SPIm.v" \
  80. "C:/S5443_V3_REPO/sources_1/new/InitRst/InitRst.v" \
  81. "C:/S5443_V3_REPO/sources_1/new/SpiR/SPIs.v" \
  82. "C:/S5443_V3_REPO/sources_1/new/DataFifo/TxFifoPtrsync.v" \
  83. "C:/S5443_V3_REPO/sources_1/new/DataFifo/FifoCtrl.v" \
  84. "C:/S5443_V3_REPO/sources_1/new/CDC/Cdc.v" \
  85. "C:/S5443_V3_REPO/sources_1/new/ClkManager/ClkManager.v" \
  86. "C:/S5443_V3_REPO/sources_1/new/QuadSPI/QuadSPIs.v" \
  87. "C:/S5443_V3_REPO/sources_1/new/ClkManager/ClkDivider.v" \
  88. "C:/S5443_V3_REPO/sources_1/new/DataFifo/RxFifoPtrSync.v" \
  89. "C:/S5443_V3_REPO/sources_1/new/QuadSPI/QuadSPIm.v" \
  90. "C:/S5443_V3_REPO/sources_1/new/ClkManager/MmcmClkMux.v" \
  91. "C:/S5443_V3_REPO/sources_1/new/DataFifo/DataFifoWrapper.v" \
  92. "C:/S5443_V3_REPO/sources_1/new/ClkManager/CmdSync.v" \
  93. "C:/S5443_V3_REPO/sources_1/new/RegMap/RegMap.v" \
  94. "C:/S5443_V3_REPO/sources_1/new/SmcInDataMux/SmcInDataMux.v" \
  95. "C:/S5443_V3_REPO/constrs_1/new/S5443_3.xdc" \
  96. "C:/S5443_V3_REPO/sources_1/new/S5443_3_tb.v" \
  97. ]
  98. foreach ifile $files {
  99. if { ![file isfile $ifile] } {
  100. puts " Could not find remote file $ifile "
  101. set status false
  102. }
  103. }
  104. return $status
  105. }
  106. # Set the reference directory for source file relative paths (by default the value is script directory path)
  107. set origin_dir "C:/"
  108. # Use origin directory path location variable, if specified in the tcl shell
  109. if { [info exists ::origin_dir_loc] } {
  110. set origin_dir $::origin_dir_loc
  111. }
  112. # Set the project name
  113. set _xil_proj_name_ "S5443_3_PROJ"
  114. # Use project name variable, if specified in the tcl shell
  115. if { [info exists ::user_project_name] } {
  116. set _xil_proj_name_ $::user_project_name
  117. }
  118. variable script_file
  119. set script_file "recreate.tcl"
  120. # Help information for this script
  121. proc print_help {} {
  122. variable script_file
  123. puts "\nDescription:"
  124. puts "Recreate a Vivado project from this script. The created project will be"
  125. puts "functionally equivalent to the original project for which this script was"
  126. puts "generated. The script contains commands for creating a project, filesets,"
  127. puts "runs, adding/importing sources and setting properties on various objects.\n"
  128. puts "Syntax:"
  129. puts "$script_file"
  130. puts "$script_file -tclargs \[--origin_dir <path>\]"
  131. puts "$script_file -tclargs \[--project_name <name>\]"
  132. puts "$script_file -tclargs \[--help\]\n"
  133. puts "Usage:"
  134. puts "Name Description"
  135. puts "-------------------------------------------------------------------------"
  136. puts "\[--origin_dir <path>\] Determine source file paths wrt this path. Default"
  137. puts " origin_dir path value is \".\", otherwise, the value"
  138. puts " that was set with the \"-paths_relative_to\" switch"
  139. puts " when this script was generated.\n"
  140. puts "\[--project_name <name>\] Create project with the specified name. Default"
  141. puts " name is the name of the project from where this"
  142. puts " script was generated.\n"
  143. puts "\[--help\] Print help information for this script"
  144. puts "-------------------------------------------------------------------------\n"
  145. exit 0
  146. }
  147. if { $::argc > 0 } {
  148. for {set i 0} {$i < $::argc} {incr i} {
  149. set option [string trim [lindex $::argv $i]]
  150. switch -regexp -- $option {
  151. "--origin_dir" { incr i; set origin_dir [lindex $::argv $i] }
  152. "--project_name" { incr i; set _xil_proj_name_ [lindex $::argv $i] }
  153. "--help" { print_help }
  154. default {
  155. if { [regexp {^-} $option] } {
  156. puts "ERROR: Unknown option '$option' specified, please type '$script_file -tclargs --help' for usage info.\n"
  157. return 1
  158. }
  159. }
  160. }
  161. }
  162. }
  163. # Set the directory path for the original project from where this script was exported
  164. set orig_proj_dir "[file normalize "$origin_dir/S5443_3_PROJ"]"
  165. # Check for paths and files needed for project creation
  166. set validate_required 0
  167. if { $validate_required } {
  168. if { [checkRequiredFiles $origin_dir] } {
  169. puts "Tcl file $script_file is valid. All files required for project creation is accesable. "
  170. } else {
  171. puts "Tcl file $script_file is not valid. Not all files required for project creation is accesable. "
  172. return
  173. }
  174. }
  175. # Create project
  176. create_project ${_xil_proj_name_} ./${_xil_proj_name_} -part xc7s25csga225-2
  177. # Set the directory path for the new project
  178. set proj_dir [get_property directory [current_project]]
  179. # Set project properties
  180. set obj [current_project]
  181. set_property -name "default_lib" -value "xil_defaultlib" -objects $obj
  182. set_property -name "enable_vhdl_2008" -value "1" -objects $obj
  183. set_property -name "ip_cache_permissions" -value "read write" -objects $obj
  184. set_property -name "ip_output_repo" -value "$proj_dir/${_xil_proj_name_}.cache/ip" -objects $obj
  185. set_property -name "mem.enable_memory_map_generation" -value "1" -objects $obj
  186. set_property -name "part" -value "xc7s25csga225-2" -objects $obj
  187. set_property -name "sim.central_dir" -value "$proj_dir/${_xil_proj_name_}.ip_user_files" -objects $obj
  188. set_property -name "sim.ip.auto_export_scripts" -value "1" -objects $obj
  189. set_property -name "source_mgmt_mode" -value "DisplayOnly" -objects $obj
  190. set_property -name "xpm_libraries" -value "XPM_CDC XPM_MEMORY" -objects $obj
  191. # Create 'sources_1' fileset (if not found)
  192. if {[string equal [get_filesets -quiet sources_1] ""]} {
  193. create_fileset -srcset sources_1
  194. }
  195. # Set 'sources_1' fileset object
  196. set obj [get_filesets sources_1]
  197. set files [list \
  198. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/S5443_3Top.v"] \
  199. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/SpiSubSystem/SpiLinesMuxer.v"] \
  200. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/CDC/Sync1bit.v"] \
  201. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/ClkManager/SpiClkMux.v"] \
  202. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/SpiSubSystem/SpiSubSystem.v"] \
  203. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/SmcAnsMux/SmcAnsMux.v"] \
  204. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/SpiR/SPIm.v"] \
  205. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/InitRst/InitRst.v"] \
  206. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/SpiR/SPIs.v"] \
  207. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/DataFifo/TxFifoPtrsync.v"] \
  208. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/DataFifo/FifoCtrl.v"] \
  209. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/CDC/Cdc.v"] \
  210. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/ClkManager/ClkManager.v"] \
  211. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/QuadSPI/QuadSPIs.v"] \
  212. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/ClkManager/ClkDivider.v"] \
  213. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/DataFifo/RxFifoPtrSync.v"] \
  214. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/QuadSPI/QuadSPIm.v"] \
  215. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/ClkManager/MmcmClkMux.v"] \
  216. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/DataFifo/DataFifoWrapper.v"] \
  217. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/ClkManager/CmdSync.v"] \
  218. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/RegMap/RegMap.v"] \
  219. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/SmcInDataMux/SmcInDataMux.v"] \
  220. ]
  221. add_files -norecurse -fileset $obj $files
  222. # Set 'sources_1' fileset file properties for remote files
  223. # None
  224. # Set 'sources_1' fileset file properties for local files
  225. # None
  226. # Set 'sources_1' fileset properties
  227. set obj [get_filesets sources_1]
  228. set_property -name "top" -value "S5443_3Top" -objects $obj
  229. set_property -name "top_auto_set" -value "0" -objects $obj
  230. # # Set 'sources_1' fileset object
  231. # set obj [get_filesets sources_1]
  232. # # Import local files from the original project
  233. # set files [list \
  234. # [file normalize "${origin_dir}/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/MMCM/MMCM.xci" ]\
  235. # ]
  236. # set imported_files [import_files -fileset sources_1 $files]
  237. # # Set 'sources_1' fileset file properties for remote files
  238. # # None
  239. # # Set 'sources_1' fileset file properties for local files
  240. # set file "MMCM/MMCM.xci"
  241. # set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
  242. # set_property -name "generate_files_for_reference" -value "0" -objects $file_obj
  243. # set_property -name "registered_with_manager" -value "1" -objects $file_obj
  244. # if { ![get_property "is_locked" $file_obj] } {
  245. # set_property -name "synth_checkpoint_mode" -value "Singular" -objects $file_obj
  246. # }
  247. # # Set 'sources_1' fileset object
  248. # set obj [get_filesets sources_1]
  249. # # Import local files from the original project
  250. # set files [list \
  251. # [file normalize "${origin_dir}/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/DataFifoRx/DataFifoRx.xci" ]\
  252. # ]
  253. # set imported_files [import_files -fileset sources_1 $files]
  254. # # Set 'sources_1' fileset file properties for remote files
  255. # # None
  256. # # Set 'sources_1' fileset file properties for local files
  257. # set file "DataFifoRx/DataFifoRx.xci"
  258. # set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
  259. # set_property -name "generate_files_for_reference" -value "0" -objects $file_obj
  260. # set_property -name "registered_with_manager" -value "1" -objects $file_obj
  261. # if { ![get_property "is_locked" $file_obj] } {
  262. # set_property -name "synth_checkpoint_mode" -value "Singular" -objects $file_obj
  263. # }
  264. # # Set 'sources_1' fileset object
  265. # set obj [get_filesets sources_1]
  266. # # Import local files from the original project
  267. # set files [list \
  268. # [file normalize "${origin_dir}/S5443_3_PROJ/S5443_3_PROJ.srcs/sources_1/ip/DataFifoTx/DataFifoTx.xci" ]\
  269. # ]
  270. # set imported_files [import_files -fileset sources_1 $files]
  271. # # Set 'sources_1' fileset file properties for remote files
  272. # # None
  273. # # Set 'sources_1' fileset file properties for local files
  274. # set file "DataFifoTx/DataFifoTx.xci"
  275. # set file_obj [get_files -of_objects [get_filesets sources_1] [list "*$file"]]
  276. # set_property -name "generate_files_for_reference" -value "0" -objects $file_obj
  277. # set_property -name "registered_with_manager" -value "1" -objects $file_obj
  278. # if { ![get_property "is_locked" $file_obj] } {
  279. # set_property -name "synth_checkpoint_mode" -value "Singular" -objects $file_obj
  280. # }
  281. # Create 'constrs_1' fileset (if not found)
  282. if {[string equal [get_filesets -quiet constrs_1] ""]} {
  283. create_fileset -constrset constrs_1
  284. }
  285. # Set 'constrs_1' fileset object
  286. set obj [get_filesets constrs_1]
  287. # Add/Import constrs file and set constrs file properties
  288. set file "[file normalize "$origin_dir/S5443_V3_REPO/constrs_1/new/S5443_3.xdc"]"
  289. set file_added [add_files -norecurse -fileset $obj [list $file]]
  290. set file "$origin_dir/S5443_V3_REPO/constrs_1/new/S5443_3.xdc"
  291. set file [file normalize $file]
  292. set file_obj [get_files -of_objects [get_filesets constrs_1] [list "*$file"]]
  293. set_property -name "file_type" -value "XDC" -objects $file_obj
  294. # Set 'constrs_1' fileset properties
  295. set obj [get_filesets constrs_1]
  296. set_property -name "target_part" -value "xc7s25csga225-2" -objects $obj
  297. # Create 'sim_1' fileset (if not found)
  298. if {[string equal [get_filesets -quiet sim_1] ""]} {
  299. create_fileset -simset sim_1
  300. }
  301. # Set 'sim_1' fileset object
  302. set obj [get_filesets sim_1]
  303. set files [list \
  304. [file normalize "${origin_dir}/S5443_V3_REPO/sources_1/new/S5443_3_tb.v"] \
  305. ]
  306. add_files -norecurse -fileset $obj $files
  307. # Set 'sim_1' fileset file properties for remote files
  308. # None
  309. # Set 'sim_1' fileset file properties for local files
  310. # None
  311. # Set 'sim_1' fileset properties
  312. set obj [get_filesets sim_1]
  313. set_property -name "hbs.configure_design_for_hier_access" -value "1" -objects $obj
  314. set_property -name "top" -value "S5443_3_tb" -objects $obj
  315. set_property -name "top_auto_set" -value "0" -objects $obj
  316. set_property -name "top_lib" -value "xil_defaultlib" -objects $obj
  317. # Set 'utils_1' fileset object
  318. set obj [get_filesets utils_1]
  319. # Empty (no sources present)
  320. # Set 'utils_1' fileset properties
  321. set obj [get_filesets utils_1]
  322. # Create 'synth_1' run (if not found)
  323. if {[string equal [get_runs -quiet synth_1] ""]} {
  324. create_run -name synth_1 -part xc7s25csga225-2 -flow {Vivado Synthesis 2020} -strategy "Vivado Synthesis Defaults" -report_strategy {No Reports} -constrset constrs_1
  325. } else {
  326. set_property strategy "Vivado Synthesis Defaults" [get_runs synth_1]
  327. set_property flow "Vivado Synthesis 2020" [get_runs synth_1]
  328. }
  329. set obj [get_runs synth_1]
  330. set_property set_report_strategy_name 1 $obj
  331. set_property report_strategy {Vivado Synthesis Default Reports} $obj
  332. set_property set_report_strategy_name 0 $obj
  333. # Create 'synth_1_synth_report_utilization_0' report (if not found)
  334. if { [ string equal [get_report_configs -of_objects [get_runs synth_1] synth_1_synth_report_utilization_0] "" ] } {
  335. create_report_config -report_name synth_1_synth_report_utilization_0 -report_type report_utilization:1.0 -steps synth_design -runs synth_1
  336. }
  337. set obj [get_report_configs -of_objects [get_runs synth_1] synth_1_synth_report_utilization_0]
  338. if { $obj != "" } {
  339. }
  340. set obj [get_runs synth_1]
  341. set_property -name "part" -value "xc7s25csga225-2" -objects $obj
  342. set_property -name "strategy" -value "Vivado Synthesis Defaults" -objects $obj
  343. # set the current synth run
  344. current_run -synthesis [get_runs synth_1]
  345. # Create 'impl_1' run (if not found)
  346. if {[string equal [get_runs -quiet impl_1] ""]} {
  347. create_run -name impl_1 -part xc7s25csga225-2 -flow {Vivado Implementation 2020} -strategy "Vivado Implementation Defaults" -report_strategy {No Reports} -constrset constrs_1 -parent_run synth_1
  348. } else {
  349. set_property strategy "Vivado Implementation Defaults" [get_runs impl_1]
  350. set_property flow "Vivado Implementation 2020" [get_runs impl_1]
  351. }
  352. set obj [get_runs impl_1]
  353. set_property set_report_strategy_name 1 $obj
  354. set_property report_strategy {Vivado Implementation Default Reports} $obj
  355. set_property set_report_strategy_name 0 $obj
  356. # Create 'impl_1_init_report_timing_summary_0' report (if not found)
  357. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_init_report_timing_summary_0] "" ] } {
  358. create_report_config -report_name impl_1_init_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps init_design -runs impl_1
  359. }
  360. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_init_report_timing_summary_0]
  361. if { $obj != "" } {
  362. set_property -name "is_enabled" -value "0" -objects $obj
  363. set_property -name "options.max_paths" -value "10" -objects $obj
  364. }
  365. # Create 'impl_1_opt_report_drc_0' report (if not found)
  366. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_opt_report_drc_0] "" ] } {
  367. create_report_config -report_name impl_1_opt_report_drc_0 -report_type report_drc:1.0 -steps opt_design -runs impl_1
  368. }
  369. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_opt_report_drc_0]
  370. if { $obj != "" } {
  371. }
  372. # Create 'impl_1_opt_report_timing_summary_0' report (if not found)
  373. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_opt_report_timing_summary_0] "" ] } {
  374. create_report_config -report_name impl_1_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps opt_design -runs impl_1
  375. }
  376. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_opt_report_timing_summary_0]
  377. if { $obj != "" } {
  378. set_property -name "is_enabled" -value "0" -objects $obj
  379. set_property -name "options.max_paths" -value "10" -objects $obj
  380. }
  381. # Create 'impl_1_power_opt_report_timing_summary_0' report (if not found)
  382. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_power_opt_report_timing_summary_0] "" ] } {
  383. create_report_config -report_name impl_1_power_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps power_opt_design -runs impl_1
  384. }
  385. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_power_opt_report_timing_summary_0]
  386. if { $obj != "" } {
  387. set_property -name "is_enabled" -value "0" -objects $obj
  388. set_property -name "options.max_paths" -value "10" -objects $obj
  389. }
  390. # Create 'impl_1_place_report_io_0' report (if not found)
  391. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_io_0] "" ] } {
  392. create_report_config -report_name impl_1_place_report_io_0 -report_type report_io:1.0 -steps place_design -runs impl_1
  393. }
  394. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_io_0]
  395. if { $obj != "" } {
  396. }
  397. # Create 'impl_1_place_report_utilization_0' report (if not found)
  398. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_utilization_0] "" ] } {
  399. create_report_config -report_name impl_1_place_report_utilization_0 -report_type report_utilization:1.0 -steps place_design -runs impl_1
  400. }
  401. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_utilization_0]
  402. if { $obj != "" } {
  403. }
  404. # Create 'impl_1_place_report_control_sets_0' report (if not found)
  405. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_control_sets_0] "" ] } {
  406. create_report_config -report_name impl_1_place_report_control_sets_0 -report_type report_control_sets:1.0 -steps place_design -runs impl_1
  407. }
  408. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_control_sets_0]
  409. if { $obj != "" } {
  410. set_property -name "options.verbose" -value "1" -objects $obj
  411. }
  412. # Create 'impl_1_place_report_incremental_reuse_0' report (if not found)
  413. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_incremental_reuse_0] "" ] } {
  414. create_report_config -report_name impl_1_place_report_incremental_reuse_0 -report_type report_incremental_reuse:1.0 -steps place_design -runs impl_1
  415. }
  416. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_incremental_reuse_0]
  417. if { $obj != "" } {
  418. set_property -name "is_enabled" -value "0" -objects $obj
  419. }
  420. # Create 'impl_1_place_report_incremental_reuse_1' report (if not found)
  421. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_incremental_reuse_1] "" ] } {
  422. create_report_config -report_name impl_1_place_report_incremental_reuse_1 -report_type report_incremental_reuse:1.0 -steps place_design -runs impl_1
  423. }
  424. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_incremental_reuse_1]
  425. if { $obj != "" } {
  426. set_property -name "is_enabled" -value "0" -objects $obj
  427. }
  428. # Create 'impl_1_place_report_timing_summary_0' report (if not found)
  429. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_timing_summary_0] "" ] } {
  430. create_report_config -report_name impl_1_place_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps place_design -runs impl_1
  431. }
  432. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_place_report_timing_summary_0]
  433. if { $obj != "" } {
  434. set_property -name "is_enabled" -value "0" -objects $obj
  435. set_property -name "options.max_paths" -value "10" -objects $obj
  436. }
  437. # Create 'impl_1_post_place_power_opt_report_timing_summary_0' report (if not found)
  438. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_post_place_power_opt_report_timing_summary_0] "" ] } {
  439. create_report_config -report_name impl_1_post_place_power_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps post_place_power_opt_design -runs impl_1
  440. }
  441. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_post_place_power_opt_report_timing_summary_0]
  442. if { $obj != "" } {
  443. set_property -name "is_enabled" -value "0" -objects $obj
  444. set_property -name "options.max_paths" -value "10" -objects $obj
  445. }
  446. # Create 'impl_1_phys_opt_report_timing_summary_0' report (if not found)
  447. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_phys_opt_report_timing_summary_0] "" ] } {
  448. create_report_config -report_name impl_1_phys_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps phys_opt_design -runs impl_1
  449. }
  450. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_phys_opt_report_timing_summary_0]
  451. if { $obj != "" } {
  452. set_property -name "is_enabled" -value "0" -objects $obj
  453. set_property -name "options.max_paths" -value "10" -objects $obj
  454. }
  455. # Create 'impl_1_route_report_drc_0' report (if not found)
  456. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_drc_0] "" ] } {
  457. create_report_config -report_name impl_1_route_report_drc_0 -report_type report_drc:1.0 -steps route_design -runs impl_1
  458. }
  459. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_drc_0]
  460. if { $obj != "" } {
  461. }
  462. # Create 'impl_1_route_report_methodology_0' report (if not found)
  463. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_methodology_0] "" ] } {
  464. create_report_config -report_name impl_1_route_report_methodology_0 -report_type report_methodology:1.0 -steps route_design -runs impl_1
  465. }
  466. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_methodology_0]
  467. if { $obj != "" } {
  468. }
  469. # Create 'impl_1_route_report_power_0' report (if not found)
  470. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_power_0] "" ] } {
  471. create_report_config -report_name impl_1_route_report_power_0 -report_type report_power:1.0 -steps route_design -runs impl_1
  472. }
  473. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_power_0]
  474. if { $obj != "" } {
  475. }
  476. # Create 'impl_1_route_report_route_status_0' report (if not found)
  477. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_route_status_0] "" ] } {
  478. create_report_config -report_name impl_1_route_report_route_status_0 -report_type report_route_status:1.0 -steps route_design -runs impl_1
  479. }
  480. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_route_status_0]
  481. if { $obj != "" } {
  482. }
  483. # Create 'impl_1_route_report_timing_summary_0' report (if not found)
  484. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_timing_summary_0] "" ] } {
  485. create_report_config -report_name impl_1_route_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps route_design -runs impl_1
  486. }
  487. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_timing_summary_0]
  488. if { $obj != "" } {
  489. set_property -name "options.max_paths" -value "10" -objects $obj
  490. }
  491. # Create 'impl_1_route_report_incremental_reuse_0' report (if not found)
  492. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_incremental_reuse_0] "" ] } {
  493. create_report_config -report_name impl_1_route_report_incremental_reuse_0 -report_type report_incremental_reuse:1.0 -steps route_design -runs impl_1
  494. }
  495. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_incremental_reuse_0]
  496. if { $obj != "" } {
  497. }
  498. # Create 'impl_1_route_report_clock_utilization_0' report (if not found)
  499. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_clock_utilization_0] "" ] } {
  500. create_report_config -report_name impl_1_route_report_clock_utilization_0 -report_type report_clock_utilization:1.0 -steps route_design -runs impl_1
  501. }
  502. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_clock_utilization_0]
  503. if { $obj != "" } {
  504. }
  505. # Create 'impl_1_route_report_bus_skew_0' report (if not found)
  506. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_bus_skew_0] "" ] } {
  507. create_report_config -report_name impl_1_route_report_bus_skew_0 -report_type report_bus_skew:1.1 -steps route_design -runs impl_1
  508. }
  509. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_route_report_bus_skew_0]
  510. if { $obj != "" } {
  511. set_property -name "options.warn_on_violation" -value "1" -objects $obj
  512. }
  513. # Create 'impl_1_post_route_phys_opt_report_timing_summary_0' report (if not found)
  514. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_post_route_phys_opt_report_timing_summary_0] "" ] } {
  515. create_report_config -report_name impl_1_post_route_phys_opt_report_timing_summary_0 -report_type report_timing_summary:1.0 -steps post_route_phys_opt_design -runs impl_1
  516. }
  517. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_post_route_phys_opt_report_timing_summary_0]
  518. if { $obj != "" } {
  519. set_property -name "options.max_paths" -value "10" -objects $obj
  520. set_property -name "options.warn_on_violation" -value "1" -objects $obj
  521. }
  522. # Create 'impl_1_post_route_phys_opt_report_bus_skew_0' report (if not found)
  523. if { [ string equal [get_report_configs -of_objects [get_runs impl_1] impl_1_post_route_phys_opt_report_bus_skew_0] "" ] } {
  524. create_report_config -report_name impl_1_post_route_phys_opt_report_bus_skew_0 -report_type report_bus_skew:1.1 -steps post_route_phys_opt_design -runs impl_1
  525. }
  526. set obj [get_report_configs -of_objects [get_runs impl_1] impl_1_post_route_phys_opt_report_bus_skew_0]
  527. if { $obj != "" } {
  528. set_property -name "options.warn_on_violation" -value "1" -objects $obj
  529. }
  530. set obj [get_runs impl_1]
  531. set_property -name "part" -value "xc7s25csga225-2" -objects $obj
  532. set_property -name "strategy" -value "Vivado Implementation Defaults" -objects $obj
  533. set_property -name "steps.write_bitstream.args.readback_file" -value "0" -objects $obj
  534. set_property -name "steps.write_bitstream.args.verbose" -value "0" -objects $obj
  535. # set the current impl run
  536. current_run -implementation [get_runs impl_1]
  537. puts "INFO: Project created:${_xil_proj_name_}"
  538. # Create 'drc_1' gadget (if not found)
  539. if {[string equal [get_dashboard_gadgets [ list "drc_1" ] ] ""]} {
  540. create_dashboard_gadget -name {drc_1} -type drc
  541. }
  542. set obj [get_dashboard_gadgets [ list "drc_1" ] ]
  543. set_property -name "reports" -value "impl_1#impl_1_route_report_drc_0" -objects $obj
  544. # Create 'methodology_1' gadget (if not found)
  545. if {[string equal [get_dashboard_gadgets [ list "methodology_1" ] ] ""]} {
  546. create_dashboard_gadget -name {methodology_1} -type methodology
  547. }
  548. set obj [get_dashboard_gadgets [ list "methodology_1" ] ]
  549. set_property -name "reports" -value "impl_1#impl_1_route_report_methodology_0" -objects $obj
  550. # Create 'power_1' gadget (if not found)
  551. if {[string equal [get_dashboard_gadgets [ list "power_1" ] ] ""]} {
  552. create_dashboard_gadget -name {power_1} -type power
  553. }
  554. set obj [get_dashboard_gadgets [ list "power_1" ] ]
  555. set_property -name "reports" -value "impl_1#impl_1_route_report_power_0" -objects $obj
  556. # Create 'timing_1' gadget (if not found)
  557. if {[string equal [get_dashboard_gadgets [ list "timing_1" ] ] ""]} {
  558. create_dashboard_gadget -name {timing_1} -type timing
  559. }
  560. set obj [get_dashboard_gadgets [ list "timing_1" ] ]
  561. set_property -name "reports" -value "impl_1#impl_1_route_report_timing_summary_0" -objects $obj
  562. # Create 'utilization_1' gadget (if not found)
  563. if {[string equal [get_dashboard_gadgets [ list "utilization_1" ] ] ""]} {
  564. create_dashboard_gadget -name {utilization_1} -type utilization
  565. }
  566. set obj [get_dashboard_gadgets [ list "utilization_1" ] ]
  567. set_property -name "reports" -value "synth_1#synth_1_synth_report_utilization_0" -objects $obj
  568. set_property -name "run.step" -value "synth_design" -objects $obj
  569. set_property -name "run.type" -value "synthesis" -objects $obj
  570. # Create 'utilization_2' gadget (if not found)
  571. if {[string equal [get_dashboard_gadgets [ list "utilization_2" ] ] ""]} {
  572. create_dashboard_gadget -name {utilization_2} -type utilization
  573. }
  574. set obj [get_dashboard_gadgets [ list "utilization_2" ] ]
  575. set_property -name "reports" -value "impl_1#impl_1_place_report_utilization_0" -objects $obj
  576. move_dashboard_gadget -name {utilization_1} -row 0 -col 0
  577. move_dashboard_gadget -name {power_1} -row 1 -col 0
  578. move_dashboard_gadget -name {drc_1} -row 2 -col 0
  579. move_dashboard_gadget -name {timing_1} -row 0 -col 1
  580. move_dashboard_gadget -name {utilization_2} -row 1 -col 1
  581. move_dashboard_gadget -name {methodology_1} -row 2 -col 1
  582. ##################################################################
  583. # CHECK VIVADO VERSION
  584. ##################################################################
  585. set scripts_vivado_version 2020.2
  586. set current_vivado_version [version -short]
  587. if { [string first $scripts_vivado_version $current_vivado_version] == -1 } {
  588. catch {common::send_msg_id "IPS_TCL-100" "ERROR" "This script was generated using Vivado <$scripts_vivado_version> and is being run in <$current_vivado_version> of Vivado. Please run the script in Vivado <$scripts_vivado_version> then open the design in Vivado <$current_vivado_version>. Upgrade the design by running \"Tools => Report => Report IP Status...\", then run write_ip_tcl to create an updated script."}
  589. return 1
  590. }
  591. ##################################################################
  592. # START
  593. ##################################################################
  594. # To test this script, run the following commands from Vivado Tcl console:
  595. # source recreateIp.tcl
  596. # If there is no project opened, this script will create a
  597. # project, but make sure you do not have an existing project
  598. # <./S5443_3_PROJ/S5443_3_PROJ.xpr> in the current working folder.
  599. set list_projs [get_projects -quiet]
  600. if { $list_projs eq "" } {
  601. create_project S5443_3_PROJ S5443_3_PROJ -part xc7s25csga225-2
  602. set_property target_language Verilog [current_project]
  603. set_property simulator_language Verilog [current_project]
  604. }
  605. ##################################################################
  606. # CHECK IPs
  607. ##################################################################
  608. set bCheckIPs 1
  609. set bCheckIPsPassed 1
  610. if { $bCheckIPs == 1 } {
  611. set list_check_ips { xilinx.com:ip:fifo_generator:13.2 xilinx.com:ip:clk_wiz:6.0 }
  612. set list_ips_missing ""
  613. common::send_msg_id "IPS_TCL-1001" "INFO" "Checking if the following IPs exist in the project's IP catalog: $list_check_ips ."
  614. foreach ip_vlnv $list_check_ips {
  615. set ip_obj [get_ipdefs -all $ip_vlnv]
  616. if { $ip_obj eq "" } {
  617. lappend list_ips_missing $ip_vlnv
  618. }
  619. }
  620. if { $list_ips_missing ne "" } {
  621. catch {common::send_msg_id "IPS_TCL-105" "ERROR" "The following IPs are not found in the IP Catalog:\n $list_ips_missing\n\nResolution: Please add the repository containing the IP(s) to the project." }
  622. set bCheckIPsPassed 0
  623. }
  624. }
  625. if { $bCheckIPsPassed != 1 } {
  626. common::send_msg_id "IPS_TCL-102" "WARNING" "Will not continue with creation of design due to the error(s) above."
  627. return 1
  628. }
  629. ##################################################################
  630. # CREATE IP DataFifoRx
  631. ##################################################################
  632. set DataFifoRx [create_ip -name fifo_generator -vendor xilinx.com -library ip -version 13.2 -module_name DataFifoRx]
  633. set_property -dict {
  634. CONFIG.Fifo_Implementation {Independent_Clocks_Builtin_FIFO}
  635. CONFIG.Performance_Options {First_Word_Fall_Through}
  636. CONFIG.Input_Data_Width {32}
  637. CONFIG.Input_Depth {512}
  638. CONFIG.Output_Data_Width {32}
  639. CONFIG.Output_Depth {512}
  640. CONFIG.Enable_ECC {false}
  641. CONFIG.Reset_Type {Asynchronous_Reset}
  642. CONFIG.Full_Flags_Reset_Value {0}
  643. CONFIG.Use_Dout_Reset {false}
  644. CONFIG.Data_Count_Width {9}
  645. CONFIG.Write_Data_Count_Width {9}
  646. CONFIG.Read_Data_Count_Width {9}
  647. CONFIG.Read_Clock_Frequency {123}
  648. CONFIG.Write_Clock_Frequency {100}
  649. CONFIG.Full_Threshold_Assert_Value {503}
  650. CONFIG.Full_Threshold_Negate_Value {502}
  651. CONFIG.Empty_Threshold_Assert_Value {6}
  652. CONFIG.Empty_Threshold_Negate_Value {7}
  653. CONFIG.Enable_Safety_Circuit {false}
  654. } [get_ips DataFifoRx]
  655. set_property -dict {
  656. GENERATE_SYNTH_CHECKPOINT {1}
  657. } $DataFifoRx
  658. ##################################################################
  659. ##################################################################
  660. # CREATE IP DataFifoTx
  661. ##################################################################
  662. set DataFifoTx [create_ip -name fifo_generator -vendor xilinx.com -library ip -version 13.2 -module_name DataFifoTx]
  663. set_property -dict {
  664. CONFIG.Fifo_Implementation {Independent_Clocks_Builtin_FIFO}
  665. CONFIG.Performance_Options {First_Word_Fall_Through}
  666. CONFIG.Input_Data_Width {32}
  667. CONFIG.Input_Depth {512}
  668. CONFIG.Output_Data_Width {32}
  669. CONFIG.Output_Depth {512}
  670. CONFIG.Reset_Type {Asynchronous_Reset}
  671. CONFIG.Use_Dout_Reset {false}
  672. CONFIG.Data_Count_Width {9}
  673. CONFIG.Write_Data_Count_Width {9}
  674. CONFIG.Read_Data_Count_Width {9}
  675. CONFIG.Read_Clock_Frequency {1}
  676. CONFIG.Write_Clock_Frequency {1}
  677. CONFIG.Full_Threshold_Assert_Value {505}
  678. CONFIG.Full_Threshold_Negate_Value {504}
  679. CONFIG.Empty_Threshold_Assert_Value {6}
  680. CONFIG.Empty_Threshold_Negate_Value {7}
  681. } [get_ips DataFifoTx]
  682. set_property -dict {
  683. GENERATE_SYNTH_CHECKPOINT {1}
  684. } $DataFifoTx
  685. ##################################################################
  686. ##################################################################
  687. # CREATE IP MMCM
  688. ##################################################################
  689. set MMCM [create_ip -name clk_wiz -vendor xilinx.com -library ip -version 6.0 -module_name MMCM]
  690. set_property -dict {
  691. CONFIG.PRIM_IN_FREQ {123.000}
  692. CONFIG.CLKIN1_JITTER_PS {81.30000000000001}
  693. CONFIG.CLKOUT2_USED {true}
  694. CONFIG.CLKOUT3_USED {true}
  695. CONFIG.CLKOUT4_USED {true}
  696. CONFIG.CLKOUT5_USED {true}
  697. CONFIG.CLKOUT6_USED {true}
  698. CONFIG.CLKOUT7_USED {true}
  699. CONFIG.NUM_OUT_CLKS {7}
  700. CONFIG.CLKOUT2_REQUESTED_OUT_FREQ {80.000}
  701. CONFIG.CLKOUT3_REQUESTED_OUT_FREQ {70.000}
  702. CONFIG.CLKOUT4_REQUESTED_OUT_FREQ {60.000}
  703. CONFIG.CLKOUT5_REQUESTED_OUT_FREQ {50.000}
  704. CONFIG.CLKOUT6_REQUESTED_OUT_FREQ {40.000}
  705. CONFIG.CLKOUT7_REQUESTED_OUT_FREQ {30.000}
  706. CONFIG.MMCM_DIVCLK_DIVIDE {1}
  707. CONFIG.MMCM_CLKFBOUT_MULT_F {9.750}
  708. CONFIG.MMCM_CLKIN1_PERIOD {8.130}
  709. CONFIG.MMCM_CLKOUT0_DIVIDE_F {12.000}
  710. CONFIG.MMCM_CLKOUT1_DIVIDE {15}
  711. CONFIG.MMCM_CLKOUT2_DIVIDE {17}
  712. CONFIG.MMCM_CLKOUT3_DIVIDE {20}
  713. CONFIG.MMCM_CLKOUT4_DIVIDE {24}
  714. CONFIG.MMCM_CLKOUT5_DIVIDE {30}
  715. CONFIG.MMCM_CLKOUT6_DIVIDE {40}
  716. CONFIG.CLKOUT1_JITTER {112.035}
  717. CONFIG.CLKOUT1_PHASE_ERROR {85.478}
  718. CONFIG.CLKOUT2_JITTER {116.822}
  719. CONFIG.CLKOUT2_PHASE_ERROR {85.478}
  720. CONFIG.CLKOUT3_JITTER {119.640}
  721. CONFIG.CLKOUT3_PHASE_ERROR {85.478}
  722. CONFIG.CLKOUT4_JITTER {123.604}
  723. CONFIG.CLKOUT4_PHASE_ERROR {85.478}
  724. CONFIG.CLKOUT5_JITTER {128.250}
  725. CONFIG.CLKOUT5_PHASE_ERROR {85.478}
  726. CONFIG.CLKOUT6_JITTER {134.251}
  727. CONFIG.CLKOUT6_PHASE_ERROR {85.478}
  728. CONFIG.CLKOUT7_JITTER {142.568}
  729. CONFIG.CLKOUT7_PHASE_ERROR {85.478}
  730. } [get_ips MMCM]
  731. set_property -dict {
  732. GENERATE_SYNTH_CHECKPOINT {1}
  733. } $MMCM
  734. ##################################################################