recreate.tcl 38 KB

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